Pull request #43378 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 3853eb59d16431793a1ac64b3736931b2a078abd+0a3336fd7d19f7114fce2ff849a8989ed33e2059 (279772da9bd753a44d2141b17e14b0356671cb93) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43378@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-03-25T14:22:37.741Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-25T14:22:37.747Z] Trying to pass milestone 2 [Pipeline] milestone [2022-03-25T14:22:37.844Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-25T14:22:38.083Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ab94fe0e483cd04d) in /home/ubuntu/workspace/moby_PR-43378 [Pipeline] { [Pipeline] checkout [2022-03-25T14:22:38.118Z] The recommended git tool is: git [2022-03-25T14:22:38.129Z] using credential docker-jenkins-github-credentials [2022-03-25T14:22:38.142Z] Cloning the remote Git repository [2022-03-25T14:22:38.142Z] Cloning with configured refspecs honoured and without tags [2022-03-25T14:22:38.140Z] Cloning repository https://github.com/moby/moby.git [2022-03-25T14:22:38.140Z] > git init /home/ubuntu/workspace/moby_PR-43378 # timeout=10 [2022-03-25T14:22:38.161Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:22:38.161Z] > git --version # timeout=10 [2022-03-25T14:22:38.169Z] > git --version # 'git version 2.17.1' [2022-03-25T14:22:38.170Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:38.170Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:22:53.865Z] Fetching without tags [2022-03-25T14:22:53.835Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:22:53.841Z] > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10 [2022-03-25T14:22:53.843Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:22:53.854Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:22:53.863Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:22:53.863Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:53.864Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:22:54.085Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:22:54.657Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:22:54.657Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [2022-03-25T14:22:55.271Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [2022-03-25T14:22:55.290Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-25T14:22:54.084Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:22:54.100Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:22:54.623Z] > git remote # timeout=10 [2022-03-25T14:22:54.631Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:22:54.638Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:54.638Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:22:54.645Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-25T14:22:54.654Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:22:54.659Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:22:55.269Z] > git rev-list --no-walk 480d3437ad9135910775b212ac35290fb3c031a3 # timeout=10 [2022-03-25T14:22:55.963Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43378:/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-25T14:22:55.963Z] Unable to find image 'alpine:latest' locally [2022-03-25T14:22:55.963Z] latest: Pulling from library/alpine [2022-03-25T14:22:55.963Z] 3aa4d0bbde19: Pulling fs layer [2022-03-25T14:22:56.222Z] 3aa4d0bbde19: Verifying Checksum [2022-03-25T14:22:56.222Z] 3aa4d0bbde19: Download complete [2022-03-25T14:22:56.222Z] 3aa4d0bbde19: Pull complete [2022-03-25T14:22:56.222Z] Digest: sha256:ceeae2849a425ef1a7e591d8288f1a58cdf1f4e8d9da7510e29ea829e61cf512 [2022-03-25T14:22:56.222Z] Status: Downloaded newer image for alpine:latest [2022-03-25T14:22:58.766Z] 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 [Pipeline] node [Pipeline] node [2022-03-25T14:22:59.269Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ab94fe0e483cd04d) in /home/ubuntu/workspace/moby_PR-43378 [Pipeline] node [Pipeline] node [2022-03-25T14:22:59.271Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f59e206d7f3f5069) in /home/ubuntu/workspace/moby_PR-43378 [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) [2022-03-25T14:22:59.280Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e98a92a3eddf27a5) in /home/ubuntu/workspace/moby_PR-43378 [2022-03-25T14:22:59.280Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b6f8460eed575d1b) in /home/ubuntu/workspace/moby_PR-43378 [Pipeline] stage [Pipeline] { (Print info) [2022-03-25T14:22:59.283Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-01881dda42dca4799) in /home/ubuntu/workspace/moby_PR-43378 [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] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-03-25T14:22:59.337Z] The recommended git tool is: git [Pipeline] checkout [2022-03-25T14:22:59.345Z] The recommended git tool is: git [2022-03-25T14:22:59.354Z] using credential docker-jenkins-github-credentials [2022-03-25T14:22:59.355Z] using credential docker-jenkins-github-credentials [Pipeline] { [2022-03-25T14:22:59.362Z] Cloning the remote Git repository [2022-03-25T14:22:59.363Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2022-03-25T14:22:59.377Z] Fetching changes from the remote Git repository [2022-03-25T14:22:59.385Z] Fetching without tags [Pipeline] // stage [Pipeline] checkout [2022-03-25T14:22:59.398Z] The recommended git tool is: git [Pipeline] checkout [2022-03-25T14:22:59.407Z] The recommended git tool is: git [2022-03-25T14:22:59.416Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-25T14:22:59.424Z] Cloning the remote Git repository [2022-03-25T14:22:59.424Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-25T14:22:59.458Z] using credential docker-jenkins-github-credentials [2022-03-25T14:22:59.466Z] Cloning the remote Git repository [2022-03-25T14:22:59.466Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-25T14:22:59.480Z] The recommended git tool is: git [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] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-25T14:22:59.489Z] using credential docker-jenkins-github-credentials [2022-03-25T14:22:59.496Z] Cloning the remote Git repository [2022-03-25T14:22:59.497Z] Cloning with configured refspecs honoured and without tags [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 [2022-03-25T14:22:59.624Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [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] } [2022-03-25T14:22:59.709Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:22:59.710Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-03-25T14:22:59.775Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [Pipeline] } [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-25T14:22:59.362Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43378/.git # timeout=10 [2022-03-25T14:22:59.374Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:22:59.382Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:22:59.382Z] > git --version # timeout=10 [2022-03-25T14:22:59.387Z] > git --version # 'git version 2.17.1' [2022-03-25T14:22:59.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:59.388Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:22:59.621Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:22:59.627Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:22:59.673Z] > git remote # timeout=10 [2022-03-25T14:22:59.678Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:22:59.686Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:59.686Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:22:59.697Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-25T14:22:59.706Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:22:59.714Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:22:59.372Z] Cloning repository https://github.com/moby/moby.git [2022-03-25T14:22:59.372Z] > git init /home/ubuntu/workspace/moby_PR-43378 # timeout=10 [2022-03-25T14:22:59.390Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:22:59.390Z] > git --version # timeout=10 [2022-03-25T14:22:59.400Z] > git --version # 'git version 2.17.1' [2022-03-25T14:22:59.400Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:59.401Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:22:59.432Z] Cloning repository https://github.com/moby/moby.git [2022-03-25T14:22:59.433Z] > git init /home/ubuntu/workspace/moby_PR-43378 # timeout=10 [2022-03-25T14:22:59.460Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:22:59.460Z] > git --version # timeout=10 [2022-03-25T14:22:59.466Z] > git --version # 'git version 2.25.1' [2022-03-25T14:22:59.466Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:59.467Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:22:59.509Z] Cloning repository https://github.com/moby/moby.git [2022-03-25T14:22:59.509Z] > git init /home/ubuntu/workspace/moby_PR-43378 # timeout=10 [2022-03-25T14:22:59.525Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:22:59.525Z] > git --version # timeout=10 [2022-03-25T14:22:59.533Z] > git --version # 'git version 2.17.1' [2022-03-25T14:22:59.533Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:59.534Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:22:59.496Z] Cloning repository https://github.com/moby/moby.git [2022-03-25T14:22:59.496Z] > git init /home/ubuntu/workspace/moby_PR-43378 # timeout=10 [2022-03-25T14:22:59.522Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:22:59.522Z] > git --version # timeout=10 [2022-03-25T14:22:59.539Z] > git --version # 'git version 2.25.1' [2022-03-25T14:22:59.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:22:59.540Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:00.518Z] + docker version [2022-03-25T14:23:00.518Z] Client: Docker Engine - Community [2022-03-25T14:23:00.518Z] Version: 20.10.12 [2022-03-25T14:23:00.518Z] API version: 1.41 [2022-03-25T14:23:00.518Z] Go version: go1.16.12 [2022-03-25T14:23:00.518Z] Git commit: e91ed57 [2022-03-25T14:23:00.518Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-25T14:23:00.518Z] OS/Arch: linux/amd64 [2022-03-25T14:23:00.518Z] Context: default [2022-03-25T14:23:00.518Z] Experimental: true [2022-03-25T14:23:00.518Z] [2022-03-25T14:23:00.518Z] Server: Docker Engine - Community [2022-03-25T14:23:00.518Z] Engine: [2022-03-25T14:23:00.518Z] Version: 20.10.12 [2022-03-25T14:23:00.518Z] API version: 1.41 (minimum version 1.12) [2022-03-25T14:23:00.518Z] Go version: go1.16.12 [2022-03-25T14:23:00.518Z] Git commit: 459d0df [2022-03-25T14:23:00.518Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-25T14:23:00.518Z] OS/Arch: linux/amd64 [2022-03-25T14:23:00.518Z] Experimental: true [2022-03-25T14:23:00.518Z] containerd: [2022-03-25T14:23:00.518Z] Version: 1.4.12 [2022-03-25T14:23:00.518Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:00.518Z] runc: [2022-03-25T14:23:00.518Z] Version: 1.0.2 [2022-03-25T14:23:00.518Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-25T14:23:00.518Z] docker-init: [2022-03-25T14:23:00.518Z] Version: 0.19.0 [2022-03-25T14:23:00.518Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-25T14:23:00.802Z] + docker info [2022-03-25T14:23:01.737Z] Client: [2022-03-25T14:23:01.737Z] Context: default [2022-03-25T14:23:01.737Z] Debug Mode: false [2022-03-25T14:23:01.737Z] Plugins: [2022-03-25T14:23:01.737Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-25T14:23:01.737Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-25T14:23:01.737Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-25T14:23:01.737Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-25T14:23:01.737Z] [2022-03-25T14:23:01.737Z] Server: [2022-03-25T14:23:01.737Z] Containers: 0 [2022-03-25T14:23:01.737Z] Running: 0 [2022-03-25T14:23:01.737Z] Paused: 0 [2022-03-25T14:23:01.737Z] Stopped: 0 [2022-03-25T14:23:01.737Z] Images: 3 [2022-03-25T14:23:01.737Z] Server Version: 20.10.12 [2022-03-25T14:23:01.737Z] Storage Driver: overlay2 [2022-03-25T14:23:01.737Z] Backing Filesystem: extfs [2022-03-25T14:23:01.737Z] Supports d_type: true [2022-03-25T14:23:01.737Z] Native Overlay Diff: true [2022-03-25T14:23:01.737Z] userxattr: false [2022-03-25T14:23:01.737Z] Logging Driver: json-file [2022-03-25T14:23:01.737Z] Cgroup Driver: cgroupfs [2022-03-25T14:23:01.737Z] Cgroup Version: 1 [2022-03-25T14:23:01.737Z] Plugins: [2022-03-25T14:23:01.737Z] Volume: local [2022-03-25T14:23:01.737Z] Network: bridge host ipvlan macvlan null overlay [2022-03-25T14:23:01.737Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-25T14:23:01.737Z] Swarm: inactive [2022-03-25T14:23:01.737Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-03-25T14:23:01.737Z] Default Runtime: runc [2022-03-25T14:23:01.737Z] Init Binary: docker-init [2022-03-25T14:23:01.737Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:01.737Z] runc version: v1.0.2-0-g52b36a2 [2022-03-25T14:23:01.737Z] init version: de40ad0 [2022-03-25T14:23:01.737Z] Security Options: [2022-03-25T14:23:01.737Z] apparmor [2022-03-25T14:23:01.737Z] seccomp [2022-03-25T14:23:01.737Z] Profile: default [2022-03-25T14:23:01.737Z] Kernel Version: 5.4.0-1061-aws [2022-03-25T14:23:01.737Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-25T14:23:01.737Z] OSType: linux [2022-03-25T14:23:01.737Z] Architecture: x86_64 [2022-03-25T14:23:01.737Z] CPUs: 2 [2022-03-25T14:23:01.737Z] Total Memory: 7.565GiB [2022-03-25T14:23:01.737Z] Name: ip-10-100-108-224 [2022-03-25T14:23:01.737Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-25T14:23:01.737Z] Docker Root Dir: /var/lib/docker [2022-03-25T14:23:01.737Z] Debug Mode: false [2022-03-25T14:23:01.737Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:23:01.737Z] Labels: [2022-03-25T14:23:01.737Z] Experimental: true [2022-03-25T14:23:01.737Z] Insecure Registries: [2022-03-25T14:23:01.737Z] 127.0.0.0/8 [2022-03-25T14:23:01.737Z] Live Restore Enabled: true [2022-03-25T14:23:01.737Z] [2022-03-25T14:23:01.737Z] WARNING: No swap limit support [Pipeline] sh [2022-03-25T14:23:02.016Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:02.016Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:02.016Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43378/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-25T14:23:02.016Z] + bash /home/ubuntu/workspace/moby_PR-43378/check-config.sh [2022-03-25T14:23:02.016Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-25T14:23:02.016Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-25T14:23:02.016Z] [2022-03-25T14:23:02.016Z] Generally Necessary: [2022-03-25T14:23:02.016Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-25T14:23:02.016Z] - apparmor: enabled and tools installed [2022-03-25T14:23:02.016Z] - CONFIG_NAMESPACES: enabled [2022-03-25T14:23:02.016Z] - CONFIG_NET_NS: enabled [2022-03-25T14:23:02.016Z] - CONFIG_PID_NS: enabled [2022-03-25T14:23:02.016Z] - CONFIG_IPC_NS: enabled [2022-03-25T14:23:02.016Z] - CONFIG_UTS_NS: enabled [2022-03-25T14:23:02.016Z] - CONFIG_CGROUPS: enabled [2022-03-25T14:23:02.016Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-25T14:23:02.016Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-25T14:23:02.016Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-25T14:23:02.016Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-25T14:23:02.016Z] - CONFIG_CPUSETS: enabled [2022-03-25T14:23:02.016Z] - CONFIG_MEMCG: enabled [2022-03-25T14:23:02.017Z] - CONFIG_KEYS: enabled [2022-03-25T14:23:02.017Z] - CONFIG_VETH: enabled (as module) [2022-03-25T14:23:02.017Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-25T14:23:02.017Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CGROUP_BPF: enabled [2022-03-25T14:23:02.275Z] [2022-03-25T14:23:02.275Z] Optional Features: [2022-03-25T14:23:02.275Z] - CONFIG_USER_NS: enabled [2022-03-25T14:23:02.275Z] - CONFIG_SECCOMP: enabled [2022-03-25T14:23:02.275Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-25T14:23:02.275Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-25T14:23:02.275Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-25T14:23:02.275Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-25T14:23:02.275Z] - CONFIG_BLK_CGROUP: enabled [2022-03-25T14:23:02.275Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CGROUP_PERF: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-25T14:23:02.275Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-25T14:23:02.275Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-25T14:23:02.275Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-25T14:23:02.275Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_IP_VS: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-25T14:23:02.275Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-25T14:23:02.275Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-25T14:23:02.275Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-25T14:23:02.275Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-25T14:23:02.275Z] - CONFIG_EXT4_FS: enabled [2022-03-25T14:23:02.275Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-25T14:23:02.275Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-25T14:23:02.275Z] - Network Drivers: [2022-03-25T14:23:02.275Z] - "overlay": [2022-03-25T14:23:02.275Z] - CONFIG_VXLAN: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-25T14:23:02.275Z] Optional (for encrypted networks): [2022-03-25T14:23:02.275Z] - CONFIG_CRYPTO: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-25T14:23:02.275Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-25T14:23:02.275Z] - CONFIG_XFRM: enabled [2022-03-25T14:23:02.275Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-25T14:23:02.275Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-25T14:23:02.275Z] - "ipvlan": [2022-03-25T14:23:02.275Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-25T14:23:02.275Z] - "macvlan": [2022-03-25T14:23:02.534Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-25T14:23:02.534Z] - CONFIG_DUMMY: enabled (as module) [2022-03-25T14:23:02.534Z] - "ftp,tftp client in container": [2022-03-25T14:23:02.534Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-25T14:23:02.534Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-25T14:23:02.534Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-25T14:23:02.534Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-25T14:23:02.534Z] - Storage Drivers: [2022-03-25T14:23:02.534Z] - "aufs": [2022-03-25T14:23:02.534Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-25T14:23:02.534Z] - "btrfs": [2022-03-25T14:23:02.534Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-25T14:23:02.534Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-25T14:23:02.534Z] - "devicemapper": [2022-03-25T14:23:02.534Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-25T14:23:02.534Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-25T14:23:02.534Z] - "overlay": [2022-03-25T14:23:02.534Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-25T14:23:02.534Z] - "zfs": [2022-03-25T14:23:02.534Z] - /dev/zfs: present [2022-03-25T14:23:02.534Z] - zfs command: missing [2022-03-25T14:23:02.534Z] - zpool command: missing [2022-03-25T14:23:02.534Z] [2022-03-25T14:23:02.534Z] Limits: [2022-03-25T14:23:02.534Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-25T14:23:02.534Z] [2022-03-25T14:23:02.534Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-25T14:23:02.866Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3853eb59d16431793a1ac64b3736931b2a078abd . [2022-03-25T14:23:03.124Z] #1 [internal] load build definition from Dockerfile [2022-03-25T14:23:03.124Z] #1 sha256:fba9c42524b70ebc827e01e4c9292fabf757e314c18ed0a49211e7a292b44b39 [2022-03-25T14:23:03.124Z] #1 transferring dockerfile: 16.77kB done [2022-03-25T14:23:03.124Z] #1 DONE 0.0s [2022-03-25T14:23:03.124Z] [2022-03-25T14:23:03.124Z] #2 [internal] load .dockerignore [2022-03-25T14:23:03.124Z] #2 sha256:0d7161f22b6dc1c7663e42ec5fea0ea773aac1ac70703e209895761cc215dc2e [2022-03-25T14:23:03.124Z] #2 transferring context: 87B done [2022-03-25T14:23:03.124Z] #2 DONE 0.0s [2022-03-25T14:23:03.124Z] [2022-03-25T14:23:03.124Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-25T14:23:03.124Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-25T14:23:03.383Z] #3 DONE 0.3s [2022-03-25T14:23:03.383Z] [2022-03-25T14:23:03.383Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-25T14:23:03.383Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-25T14:23:03.383Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-25T14:23:03.383Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-25T14:23:03.383Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-25T14:23:03.383Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-25T14:23:03.383Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.1s [2022-03-25T14:23:03.641Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done [2022-03-25T14:23:03.641Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-03-25T14:23:03.901Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-25T14:23:03.901Z] #4 DONE 0.4s [2022-03-25T14:23:04.161Z] [2022-03-25T14:23:04.161Z] #6 [internal] load build definition from Dockerfile [2022-03-25T14:23:04.161Z] #6 sha256:36ee66e920a83e161558d4ff2c0d78e618c4a1d71f5c961e7f14687dff2ef87e [2022-03-25T14:23:04.161Z] #6 DONE 0.0s [2022-03-25T14:23:04.161Z] [2022-03-25T14:23:04.161Z] #5 [internal] load .dockerignore [2022-03-25T14:23:04.161Z] #5 sha256:707f806c805a1c595acfb2bf0605e12f6c6c82cd420f867097052ae9cbed9149 [2022-03-25T14:23:04.161Z] #5 DONE 0.0s [2022-03-25T14:23:04.161Z] [2022-03-25T14:23:04.161Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:04.161Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-25T14:23:04.161Z] #10 DONE 0.1s [2022-03-25T14:23:04.161Z] [2022-03-25T14:23:04.161Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:04.161Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-25T14:23:04.420Z] #9 DONE 0.2s [2022-03-25T14:23:04.420Z] [2022-03-25T14:23:04.420Z] #8 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-25T14:23:04.420Z] #8 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-03-25T14:23:04.420Z] #8 DONE 0.3s [2022-03-25T14:23:04.420Z] [2022-03-25T14:23:04.420Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-25T14:23:04.420Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-25T14:23:04.420Z] #7 DONE 0.3s [2022-03-25T14:23:04.681Z] [2022-03-25T14:23:04.681Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:04.681Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-25T14:23:04.681Z] #69 DONE 0.0s [2022-03-25T14:23:04.681Z] [2022-03-25T14:23:04.681Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:04.681Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-25T14:23:04.681Z] #67 DONE 0.0s [2022-03-25T14:23:04.681Z] [2022-03-25T14:23:04.681Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:04.681Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:04.681Z] #11 resolve docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 done [2022-03-25T14:23:04.681Z] #11 sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 1.86kB / 1.86kB done [2022-03-25T14:23:04.681Z] #11 sha256:996ee073842215953635bcc11b2cda8775b543dbe4a903a6792ad7dd4dcd0017 1.80kB / 1.80kB done [2022-03-25T14:23:04.681Z] #11 sha256:3abbb425095abbb927320e16da1338a3b51f8e40fc3df94fc4ab4dd3b3363689 7.03kB / 7.03kB done [2022-03-25T14:23:04.681Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 0B / 54.92MB 0.1s [2022-03-25T14:23:04.681Z] #11 sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 0B / 5.15MB 0.1s [2022-03-25T14:23:04.681Z] #11 sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 0B / 10.87MB 0.1s [2022-03-25T14:23:04.681Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 3.28MB / 54.92MB 0.2s [2022-03-25T14:23:04.681Z] #11 sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 2.51MB / 5.15MB 0.2s [2022-03-25T14:23:04.681Z] #11 sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 1.05MB / 10.87MB 0.2s [2022-03-25T14:23:04.681Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 12.58MB / 54.92MB 0.3s [2022-03-25T14:23:04.681Z] #11 sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 5.15MB / 5.15MB 0.2s done [2022-03-25T14:23:04.681Z] #11 sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 2.10MB / 10.87MB 0.3s [2022-03-25T14:23:04.681Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 0B / 54.58MB 0.3s [2022-03-25T14:23:04.947Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 20.79MB / 54.92MB 0.4s [2022-03-25T14:23:04.947Z] #11 sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 5.25MB / 10.87MB 0.4s [2022-03-25T14:23:04.947Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 7.34MB / 54.58MB 0.4s [2022-03-25T14:23:04.947Z] #11 ... [2022-03-25T14:23:04.947Z] [2022-03-25T14:23:04.947Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-25T14:23:04.947Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-25T14:23:04.947Z] #45 DONE 0.0s [2022-03-25T14:23:05.206Z] [2022-03-25T14:23:05.206Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:05.206Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:05.206Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 33.55MB / 54.92MB 0.6s [2022-03-25T14:23:05.206Z] #11 sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 10.87MB / 10.87MB 0.5s done [2022-03-25T14:23:05.206Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 20.97MB / 54.58MB 0.6s [2022-03-25T14:23:05.206Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 0B / 85.83MB 0.6s [2022-03-25T14:23:05.206Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 40.89MB / 54.92MB 0.7s [2022-03-25T14:23:05.206Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 27.26MB / 54.58MB 0.7s [2022-03-25T14:23:05.206Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 7.34MB / 85.83MB 0.7s [2022-03-25T14:23:05.470Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 46.14MB / 54.92MB 0.8s [2022-03-25T14:23:05.470Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 34.60MB / 54.58MB 0.8s [2022-03-25T14:23:05.470Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 14.68MB / 85.83MB 0.8s [2022-03-25T14:23:05.470Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 52.43MB / 54.92MB 0.9s [2022-03-25T14:23:05.470Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 42.99MB / 54.58MB 0.9s [2022-03-25T14:23:05.470Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 19.92MB / 85.83MB 0.9s [2022-03-25T14:23:05.470Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 54.92MB / 54.92MB 1.0s done [2022-03-25T14:23:05.470Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 46.92MB / 54.58MB 1.0s [2022-03-25T14:23:05.470Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 29.25MB / 85.83MB 1.0s [2022-03-25T14:23:05.733Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 51.38MB / 54.58MB 1.1s [2022-03-25T14:23:05.733Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 38.80MB / 85.83MB 1.1s [2022-03-25T14:23:05.733Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 0B / 141.70MB 1.1s [2022-03-25T14:23:05.733Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 54.58MB / 54.58MB 1.2s done [2022-03-25T14:23:05.733Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 51.38MB / 85.83MB 1.3s [2022-03-25T14:23:05.733Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 18.87MB / 141.70MB 1.3s [2022-03-25T14:23:05.733Z] #11 extracting sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 [2022-03-25T14:23:05.733Z] #11 sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 0B / 156B 1.3s [2022-03-25T14:23:05.992Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 58.72MB / 85.83MB 1.4s [2022-03-25T14:23:05.992Z] #11 sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 156B / 156B 1.3s done [2022-03-25T14:23:05.992Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 31.46MB / 141.70MB 1.5s [2022-03-25T14:23:06.252Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 69.21MB / 85.83MB 1.6s [2022-03-25T14:23:06.252Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 75.50MB / 85.83MB 1.7s [2022-03-25T14:23:06.252Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 44.04MB / 141.70MB 1.7s [2022-03-25T14:23:06.252Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 84.93MB / 85.83MB 1.8s [2022-03-25T14:23:06.513Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 53.48MB / 141.70MB 1.9s [2022-03-25T14:23:06.513Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 85.83MB / 85.83MB 1.9s done [2022-03-25T14:23:06.513Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 71.30MB / 141.70MB 2.1s [2022-03-25T14:23:06.772Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 84.93MB / 141.70MB 2.3s [2022-03-25T14:23:07.031Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 101.71MB / 141.70MB 2.5s [2022-03-25T14:23:07.031Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 111.95MB / 141.70MB 2.6s [2022-03-25T14:23:07.300Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 119.54MB / 141.70MB 2.7s [2022-03-25T14:23:07.300Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 137.36MB / 141.70MB 2.9s [2022-03-25T14:23:07.885Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 141.70MB / 141.70MB 3.1s done [2022-03-25T14:23:09.274Z] #11 ... [2022-03-25T14:23:09.274Z] [2022-03-25T14:23:09.274Z] #24 [internal] load build context [2022-03-25T14:23:09.274Z] #24 sha256:78968b6f98f7305027a7b7ff2649feec2a38af13cccc4302386a13240246ddb2 [2022-03-25T14:23:09.274Z] #24 transferring context: 60.59MB 4.7s done [2022-03-25T14:23:09.274Z] #24 DONE 4.7s [2022-03-25T14:23:09.533Z] [2022-03-25T14:23:09.533Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:09.533Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:10.026Z] Running on azwin-2-e3a450 in d:\jenkins\workspace\moby_PR-43378 [Pipeline] { [Pipeline] ws [2022-03-25T14:23:10.040Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-25T14:23:10.134Z] The recommended git tool is: git [2022-03-25T14:23:10.356Z] using credential docker-jenkins-github-credentials [2022-03-25T14:23:10.435Z] Cloning the remote Git repository [2022-03-25T14:23:10.435Z] Cloning with configured refspecs honoured and without tags [2022-03-25T14:23:10.473Z] #11 extracting sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 4.6s done [2022-03-25T14:23:10.473Z] #11 ... [2022-03-25T14:23:10.473Z] [2022-03-25T14:23:10.473Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-25T14:23:10.473Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-25T14:23:10.473Z] #28 resolve docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf 0.0s done [2022-03-25T14:23:10.473Z] #28 sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf 1.85kB / 1.85kB done [2022-03-25T14:23:10.473Z] #28 sha256:039f72a400b48c272c6348f0a3f749509b18e611901a21379abc7eb6edd53392 529B / 529B done [2022-03-25T14:23:10.473Z] #28 sha256:48c562c706d6a8a0c1c40f02b95506b20233c4f0261cc07e4e40f0c6e3673163 1.46kB / 1.46kB done [2022-03-25T14:23:10.473Z] #28 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 54.92MB / 54.92MB 0.9s done [2022-03-25T14:23:10.473Z] #28 DONE 6.0s [2022-03-25T14:23:10.473Z] [2022-03-25T14:23:10.473Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:10.473Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:10.473Z] #11 extracting sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 0.1s [2022-03-25T14:23:11.047Z] #11 extracting sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 0.4s done [2022-03-25T14:23:11.047Z] #11 extracting sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 [2022-03-25T14:23:10.473Z] Cloning repository https://github.com/moby/moby.git [2022-03-25T14:23:10.473Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-25T14:23:10.566Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:23:10.566Z] > git --version # timeout=10 [2022-03-25T14:23:10.644Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-25T14:23:10.644Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:10.648Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:11.306Z] #11 extracting sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 0.4s done [2022-03-25T14:23:11.306Z] #11 extracting sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 [2022-03-25T14:23:12.015Z] Fetching without tags [2022-03-25T14:23:11.993Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:11.996Z] > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10 [2022-03-25T14:23:12.002Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:12.009Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:12.015Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:23:12.015Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:12.016Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:12.243Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:12.772Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:12.773Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [2022-03-25T14:23:13.462Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [2022-03-25T14:23:12.242Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:12.252Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:12.748Z] > git remote # timeout=10 [2022-03-25T14:23:12.754Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:23:12.758Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:12.758Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:23:12.765Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-25T14:23:12.772Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:12.775Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-25T14:23:14.184Z] + docker version [2022-03-25T14:23:14.184Z] Client: Docker Engine - Community [2022-03-25T14:23:14.184Z] Version: 20.10.12 [2022-03-25T14:23:14.184Z] API version: 1.41 [2022-03-25T14:23:14.184Z] Go version: go1.16.12 [2022-03-25T14:23:14.184Z] Git commit: e91ed57 [2022-03-25T14:23:14.184Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-25T14:23:14.184Z] OS/Arch: linux/arm64 [2022-03-25T14:23:14.184Z] Context: default [2022-03-25T14:23:14.184Z] Experimental: true [2022-03-25T14:23:14.184Z] [2022-03-25T14:23:14.184Z] Server: Docker Engine - Community [2022-03-25T14:23:14.184Z] Engine: [2022-03-25T14:23:14.184Z] Version: 20.10.12 [2022-03-25T14:23:14.184Z] API version: 1.41 (minimum version 1.12) [2022-03-25T14:23:14.184Z] Go version: go1.16.12 [2022-03-25T14:23:14.184Z] Git commit: 459d0df [2022-03-25T14:23:14.184Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-25T14:23:14.184Z] OS/Arch: linux/arm64 [2022-03-25T14:23:14.184Z] Experimental: true [2022-03-25T14:23:14.184Z] containerd: [2022-03-25T14:23:14.184Z] Version: 1.4.12 [2022-03-25T14:23:14.184Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:14.184Z] runc: [2022-03-25T14:23:14.184Z] Version: 1.0.2 [2022-03-25T14:23:14.184Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-25T14:23:14.184Z] docker-init: [2022-03-25T14:23:14.184Z] Version: 0.19.0 [2022-03-25T14:23:14.184Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-25T14:23:14.272Z] Still waiting to schedule task [2022-03-25T14:23:14.272Z] Waiting for next available executor on ‘windows-2019’ [2022-03-25T14:23:14.275Z] Still waiting to schedule task [2022-03-25T14:23:14.275Z] Waiting for next available executor on ‘windows-2022’ [2022-03-25T14:23:14.464Z] + docker info [2022-03-25T14:23:15.035Z] Client: [2022-03-25T14:23:15.035Z] Context: default [2022-03-25T14:23:15.035Z] Debug Mode: false [2022-03-25T14:23:15.035Z] Plugins: [2022-03-25T14:23:15.035Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-25T14:23:15.035Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-25T14:23:15.035Z] [2022-03-25T14:23:15.035Z] Server: [2022-03-25T14:23:15.035Z] Containers: 0 [2022-03-25T14:23:15.035Z] Running: 0 [2022-03-25T14:23:15.035Z] Paused: 0 [2022-03-25T14:23:15.035Z] Stopped: 0 [2022-03-25T14:23:15.035Z] Images: 3 [2022-03-25T14:23:15.035Z] Server Version: 20.10.12 [2022-03-25T14:23:15.035Z] Storage Driver: overlay2 [2022-03-25T14:23:15.035Z] Backing Filesystem: extfs [2022-03-25T14:23:15.035Z] Supports d_type: true [2022-03-25T14:23:15.035Z] Native Overlay Diff: true [2022-03-25T14:23:15.035Z] userxattr: false [2022-03-25T14:23:15.035Z] Logging Driver: json-file [2022-03-25T14:23:15.035Z] Cgroup Driver: cgroupfs [2022-03-25T14:23:15.035Z] Cgroup Version: 1 [2022-03-25T14:23:15.035Z] Plugins: [2022-03-25T14:23:15.035Z] Volume: local [2022-03-25T14:23:15.035Z] Network: bridge host ipvlan macvlan null overlay [2022-03-25T14:23:15.035Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-25T14:23:15.035Z] Swarm: inactive [2022-03-25T14:23:15.035Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-25T14:23:15.035Z] Default Runtime: runc [2022-03-25T14:23:15.035Z] Init Binary: docker-init [2022-03-25T14:23:15.035Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:15.035Z] runc version: v1.0.2-0-g52b36a2 [2022-03-25T14:23:15.035Z] init version: de40ad0 [2022-03-25T14:23:15.035Z] Security Options: [2022-03-25T14:23:15.035Z] apparmor [2022-03-25T14:23:15.035Z] seccomp [2022-03-25T14:23:15.035Z] Profile: default [2022-03-25T14:23:15.035Z] Kernel Version: 5.11.0-1023-aws [2022-03-25T14:23:15.035Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-25T14:23:15.035Z] OSType: linux [2022-03-25T14:23:15.035Z] Architecture: aarch64 [2022-03-25T14:23:15.035Z] CPUs: 2 [2022-03-25T14:23:15.035Z] Total Memory: 7.576GiB [2022-03-25T14:23:15.035Z] Name: ip-10-100-118-24 [2022-03-25T14:23:15.035Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-25T14:23:15.035Z] Docker Root Dir: /var/lib/docker [2022-03-25T14:23:15.035Z] Debug Mode: false [2022-03-25T14:23:15.035Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:23:15.035Z] Labels: [2022-03-25T14:23:15.035Z] Experimental: true [2022-03-25T14:23:15.035Z] Insecure Registries: [2022-03-25T14:23:15.035Z] 127.0.0.0/8 [2022-03-25T14:23:15.035Z] Live Restore Enabled: true [2022-03-25T14:23:15.035Z] [Pipeline] sh [2022-03-25T14:23:15.316Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:15.316Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:15.316Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43378/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-25T14:23:15.316Z] + bash /home/ubuntu/workspace/moby_PR-43378/check-config.sh [2022-03-25T14:23:15.316Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-25T14:23:15.316Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-25T14:23:15.316Z] [2022-03-25T14:23:15.316Z] Generally Necessary: [2022-03-25T14:23:15.316Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-25T14:23:15.316Z] - apparmor: enabled and tools installed [2022-03-25T14:23:15.316Z] - CONFIG_NAMESPACES: enabled [2022-03-25T14:23:15.316Z] - CONFIG_NET_NS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_PID_NS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_IPC_NS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_UTS_NS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUPS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CPUSETS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_MEMCG: enabled [2022-03-25T14:23:15.316Z] - CONFIG_KEYS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_VETH: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_BPF: enabled [2022-03-25T14:23:15.316Z] [2022-03-25T14:23:15.316Z] Optional Features: [2022-03-25T14:23:15.316Z] - CONFIG_USER_NS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_SECCOMP: enabled [2022-03-25T14:23:15.316Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-25T14:23:15.316Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-25T14:23:15.316Z] (cgroup swap accounting is currently enabled) [2022-03-25T14:23:15.316Z] - CONFIG_BLK_CGROUP: enabled [2022-03-25T14:23:15.316Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_PERF: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-25T14:23:15.316Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-25T14:23:15.316Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-25T14:23:15.316Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-25T14:23:15.316Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-25T14:23:15.316Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-25T14:23:15.316Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-25T14:23:15.386Z] Fetching without tags [2022-03-25T14:23:15.442Z] Fetching without tags [2022-03-25T14:23:15.574Z] - CONFIG_IP_VS: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-25T14:23:15.575Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-25T14:23:15.575Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-25T14:23:15.575Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-25T14:23:15.575Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-25T14:23:15.575Z] - CONFIG_EXT4_FS: enabled [2022-03-25T14:23:15.575Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-25T14:23:15.575Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-25T14:23:15.575Z] - Network Drivers: [2022-03-25T14:23:15.575Z] - "overlay": [2022-03-25T14:23:15.575Z] - CONFIG_VXLAN: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-25T14:23:15.575Z] Optional (for encrypted networks): [2022-03-25T14:23:15.575Z] - CONFIG_CRYPTO: enabled [2022-03-25T14:23:15.575Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-25T14:23:15.575Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-25T14:23:15.575Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-25T14:23:15.575Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-25T14:23:15.575Z] - CONFIG_XFRM: enabled [2022-03-25T14:23:15.575Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-25T14:23:15.575Z] - "ipvlan": [2022-03-25T14:23:15.575Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-25T14:23:15.575Z] - "macvlan": [2022-03-25T14:23:15.575Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_DUMMY: enabled (as module) [2022-03-25T14:23:15.575Z] - "ftp,tftp client in container": [2022-03-25T14:23:15.575Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-25T14:23:15.575Z] - Storage Drivers: [2022-03-25T14:23:15.575Z] - "aufs": [2022-03-25T14:23:15.575Z] - CONFIG_AUFS_FS: missing [2022-03-25T14:23:15.575Z] - "btrfs": [2022-03-25T14:23:15.575Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-25T14:23:15.575Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-25T14:23:15.575Z] - "devicemapper": [2022-03-25T14:23:15.575Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-25T14:23:15.575Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-25T14:23:15.575Z] - "overlay": [2022-03-25T14:23:15.575Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-25T14:23:15.575Z] - "zfs": [2022-03-25T14:23:15.575Z] - /dev/zfs: present [2022-03-25T14:23:15.575Z] - zfs command: missing [2022-03-25T14:23:15.575Z] - zpool command: missing [2022-03-25T14:23:15.575Z] [2022-03-25T14:23:15.575Z] Limits: [2022-03-25T14:23:15.575Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-25T14:23:15.575Z] [2022-03-25T14:23:15.575Z] + true [Pipeline] } [Pipeline] // stage [2022-03-25T14:23:15.597Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-25T14:23:15.645Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:15.910Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3853eb59d16431793a1ac64b3736931b2a078abd . [2022-03-25T14:23:15.969Z] Fetching without tags [2022-03-25T14:23:16.150Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:16.151Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [2022-03-25T14:23:16.171Z] #1 [internal] load build definition from Dockerfile [2022-03-25T14:23:16.171Z] #1 sha256:21ca2ce0afeadfd9772cafe1dba579e49d959ffa46fe211c6c81b0af0df4147e [2022-03-25T14:23:16.171Z] #1 transferring dockerfile: 16.77kB done [2022-03-25T14:23:16.171Z] #1 DONE 0.0s [2022-03-25T14:23:16.171Z] [2022-03-25T14:23:16.171Z] #2 [internal] load .dockerignore [2022-03-25T14:23:16.171Z] #2 sha256:671037a5ac643bafba795a6b059862747308f6f7d0c52e5b8bc94319dd2c3382 [2022-03-25T14:23:16.171Z] #2 transferring context: 87B done [2022-03-25T14:23:16.171Z] #2 DONE 0.0s [2022-03-25T14:23:16.171Z] [2022-03-25T14:23:16.171Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-25T14:23:16.171Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-25T14:23:16.171Z] #3 DONE 0.1s [2022-03-25T14:23:16.171Z] [2022-03-25T14:23:16.171Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-25T14:23:16.171Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-25T14:23:16.171Z] #4 CACHED [2022-03-25T14:23:16.189Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:16.205Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:16.205Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [2022-03-25T14:23:16.385Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [2022-03-25T14:23:16.435Z] [2022-03-25T14:23:16.435Z] #6 [internal] load build definition from Dockerfile [2022-03-25T14:23:16.435Z] #6 sha256:f816d4b0d534803da4344439fd472d032a2058a5aca145d9a8fd6fa0632098a6 [2022-03-25T14:23:16.435Z] #6 DONE 0.0s [2022-03-25T14:23:16.435Z] [2022-03-25T14:23:16.435Z] #5 [internal] load .dockerignore [2022-03-25T14:23:16.435Z] #5 sha256:58102daf75b9b7d697e1fb40056b802bdac01233d21844f79a76bccd6195455d [2022-03-25T14:23:16.435Z] #5 DONE 0.0s [2022-03-25T14:23:16.435Z] [2022-03-25T14:23:16.435Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:16.435Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-25T14:23:16.435Z] #9 DONE 0.1s [2022-03-25T14:23:16.435Z] [2022-03-25T14:23:16.435Z] #10 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-25T14:23:16.435Z] #10 sha256:a5877c3f100471da3e18039e257d84857bbaefaba3464f3a20fd2ecb148300d3 [2022-03-25T14:23:16.435Z] #10 DONE 0.1s [2022-03-25T14:23:16.435Z] [2022-03-25T14:23:16.435Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-25T14:23:16.435Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-25T14:23:16.435Z] #7 DONE 0.1s [2022-03-25T14:23:16.435Z] [2022-03-25T14:23:16.435Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:16.435Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-25T14:23:16.435Z] #8 DONE 0.1s [2022-03-25T14:23:16.478Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [2022-03-25T14:23:16.580Z] #11 extracting sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 4.5s done [2022-03-25T14:23:16.580Z] #11 extracting sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d [2022-03-25T14:23:16.732Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:16.733Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-25T14:23:17.004Z] [2022-03-25T14:23:17.004Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:17.004Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-25T14:23:17.004Z] #69 DONE 0.0s [2022-03-25T14:23:17.004Z] [2022-03-25T14:23:17.004Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:17.004Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-25T14:23:17.004Z] #67 DONE 0.0s [2022-03-25T14:23:17.004Z] [2022-03-25T14:23:17.004Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:17.004Z] #11 sha256:36ffe4ca56532f388c1a67ae69c4bd629d2555116fcd5ace24cfbad0d7c41b26 [2022-03-25T14:23:17.004Z] #11 DONE 0.0s [2022-03-25T14:23:17.004Z] [2022-03-25T14:23:17.004Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-25T14:23:17.004Z] #28 sha256:98a021583b9d0357989c5746725bd0e4877370da74adae3c646b76efddaa5ff9 [2022-03-25T14:23:17.004Z] #28 DONE 0.0s [2022-03-25T14:23:17.004Z] [2022-03-25T14:23:17.004Z] #24 [internal] load build context [2022-03-25T14:23:17.004Z] #24 sha256:d50cc2c4a07a8077133e038c09319ef9015377883b0f2d143a9a6eda956c8aca [2022-03-25T14:23:15.420Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:15.425Z] > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10 [2022-03-25T14:23:15.429Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:15.439Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:15.447Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:23:15.448Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:15.448Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:15.649Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:15.660Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:16.190Z] > git remote # timeout=10 [2022-03-25T14:23:16.193Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:23:16.196Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:16.197Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:23:16.204Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-25T14:23:16.210Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:16.218Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:15.948Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:15.952Z] > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10 [2022-03-25T14:23:15.959Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:15.968Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:15.976Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:23:15.977Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:15.977Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:16.196Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:16.203Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:16.709Z] > git remote # timeout=10 [2022-03-25T14:23:16.719Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:23:16.722Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:16.723Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:23:16.734Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-25T14:23:16.740Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:16.747Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:15.390Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:15.399Z] > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10 [2022-03-25T14:23:15.407Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:15.416Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:15.424Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:23:15.424Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:15.424Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:15.636Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:15.642Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:16.142Z] > git remote # timeout=10 [2022-03-25T14:23:16.147Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:23:16.156Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:16.157Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:23:16.176Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-25T14:23:16.187Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:16.192Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:17.139Z] + docker version [2022-03-25T14:23:17.139Z] Client: Docker Engine - Community [2022-03-25T14:23:17.139Z] Version: 20.10.12 [2022-03-25T14:23:17.139Z] API version: 1.41 [2022-03-25T14:23:17.139Z] Go version: go1.16.12 [2022-03-25T14:23:17.139Z] Git commit: e91ed57 [2022-03-25T14:23:17.139Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-25T14:23:17.139Z] OS/Arch: linux/amd64 [2022-03-25T14:23:17.139Z] Context: default [2022-03-25T14:23:17.139Z] Experimental: true [2022-03-25T14:23:17.139Z] [2022-03-25T14:23:17.139Z] Server: Docker Engine - Community [2022-03-25T14:23:17.139Z] Engine: [2022-03-25T14:23:17.139Z] Version: 20.10.12 [2022-03-25T14:23:17.139Z] API version: 1.41 (minimum version 1.12) [2022-03-25T14:23:17.139Z] Go version: go1.16.12 [2022-03-25T14:23:17.139Z] Git commit: 459d0df [2022-03-25T14:23:17.139Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-25T14:23:17.139Z] OS/Arch: linux/amd64 [2022-03-25T14:23:17.139Z] Experimental: true [2022-03-25T14:23:17.139Z] containerd: [2022-03-25T14:23:17.139Z] Version: 1.4.12 [2022-03-25T14:23:17.139Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:17.139Z] runc: [2022-03-25T14:23:17.139Z] Version: 1.0.2 [2022-03-25T14:23:17.139Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-25T14:23:17.139Z] docker-init: [2022-03-25T14:23:17.139Z] Version: 0.19.0 [2022-03-25T14:23:17.139Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-25T14:23:17.260Z] + [ PR != PR ] [2022-03-25T14:23:17.260Z] + [ master != master ] [2022-03-25T14:23:17.260Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [2022-03-25T14:23:17.280Z] #24 ... [2022-03-25T14:23:17.280Z] [2022-03-25T14:23:17.280Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-25T14:23:17.280Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-25T14:23:17.280Z] #45 DONE 0.5s [2022-03-25T14:23:17.280Z] [2022-03-25T14:23:17.280Z] #24 [internal] load build context [2022-03-25T14:23:17.280Z] #24 sha256:d50cc2c4a07a8077133e038c09319ef9015377883b0f2d143a9a6eda956c8aca [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-25T14:23:17.332Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [2022-03-25T14:23:17.463Z] + docker info [2022-03-25T14:23:17.583Z] + docker version [2022-03-25T14:23:17.583Z] Client: Docker Engine - Community [2022-03-25T14:23:17.583Z] Version: 20.10.12 [2022-03-25T14:23:17.583Z] API version: 1.41 [2022-03-25T14:23:17.583Z] Go version: go1.16.12 [2022-03-25T14:23:17.583Z] Git commit: e91ed57 [2022-03-25T14:23:17.583Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-25T14:23:17.583Z] OS/Arch: linux/amd64 [2022-03-25T14:23:17.583Z] Context: default [2022-03-25T14:23:17.583Z] Experimental: true [2022-03-25T14:23:17.583Z] [2022-03-25T14:23:17.583Z] Server: Docker Engine - Community [2022-03-25T14:23:17.583Z] Engine: [2022-03-25T14:23:17.583Z] Version: 20.10.12 [2022-03-25T14:23:17.583Z] API version: 1.41 (minimum version 1.12) [2022-03-25T14:23:17.583Z] Go version: go1.16.12 [2022-03-25T14:23:17.583Z] Git commit: 459d0df [2022-03-25T14:23:17.583Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-25T14:23:17.583Z] OS/Arch: linux/amd64 [2022-03-25T14:23:17.583Z] Experimental: true [2022-03-25T14:23:17.583Z] containerd: [2022-03-25T14:23:17.583Z] Version: 1.4.12 [2022-03-25T14:23:17.583Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:17.583Z] runc: [2022-03-25T14:23:17.583Z] Version: 1.0.2 [2022-03-25T14:23:17.583Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-25T14:23:17.583Z] docker-init: [2022-03-25T14:23:17.583Z] Version: 0.19.0 [2022-03-25T14:23:17.583Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-25T14:23:17.864Z] + docker info [2022-03-25T14:23:18.079Z] + docker version [2022-03-25T14:23:18.079Z] Client: Docker Engine - Community [2022-03-25T14:23:18.079Z] Version: 20.10.12 [2022-03-25T14:23:18.079Z] API version: 1.41 [2022-03-25T14:23:18.079Z] Go version: go1.16.12 [2022-03-25T14:23:18.079Z] Git commit: e91ed57 [2022-03-25T14:23:18.079Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-25T14:23:18.079Z] OS/Arch: linux/amd64 [2022-03-25T14:23:18.079Z] Context: default [2022-03-25T14:23:18.079Z] Experimental: true [2022-03-25T14:23:18.079Z] [2022-03-25T14:23:18.079Z] Server: Docker Engine - Community [2022-03-25T14:23:18.079Z] Engine: [2022-03-25T14:23:18.079Z] Version: 20.10.12 [2022-03-25T14:23:18.079Z] API version: 1.41 (minimum version 1.12) [2022-03-25T14:23:18.079Z] Go version: go1.16.12 [2022-03-25T14:23:18.079Z] Git commit: 459d0df [2022-03-25T14:23:18.079Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-25T14:23:18.079Z] OS/Arch: linux/amd64 [2022-03-25T14:23:18.079Z] Experimental: true [2022-03-25T14:23:18.079Z] containerd: [2022-03-25T14:23:18.079Z] Version: 1.4.12 [2022-03-25T14:23:18.079Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:18.079Z] runc: [2022-03-25T14:23:18.079Z] Version: 1.0.2 [2022-03-25T14:23:18.079Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-25T14:23:18.079Z] docker-init: [2022-03-25T14:23:18.079Z] Version: 0.19.0 [2022-03-25T14:23:18.079Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-25T14:23:18.367Z] + docker info [2022-03-25T14:23:18.390Z] Client: [2022-03-25T14:23:18.390Z] Context: default [2022-03-25T14:23:18.390Z] Debug Mode: false [2022-03-25T14:23:18.390Z] Plugins: [2022-03-25T14:23:18.390Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-25T14:23:18.390Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-25T14:23:18.390Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-25T14:23:18.390Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-25T14:23:18.390Z] [2022-03-25T14:23:18.390Z] Server: [2022-03-25T14:23:18.390Z] Containers: 0 [2022-03-25T14:23:18.390Z] Running: 0 [2022-03-25T14:23:18.390Z] Paused: 0 [2022-03-25T14:23:18.390Z] Stopped: 0 [2022-03-25T14:23:18.390Z] Images: 2 [2022-03-25T14:23:18.390Z] Server Version: 20.10.12 [2022-03-25T14:23:18.390Z] Storage Driver: overlay2 [2022-03-25T14:23:18.390Z] Backing Filesystem: extfs [2022-03-25T14:23:18.390Z] Supports d_type: true [2022-03-25T14:23:18.390Z] Native Overlay Diff: true [2022-03-25T14:23:18.390Z] userxattr: false [2022-03-25T14:23:18.390Z] Logging Driver: json-file [2022-03-25T14:23:18.390Z] Cgroup Driver: cgroupfs [2022-03-25T14:23:18.390Z] Cgroup Version: 1 [2022-03-25T14:23:18.390Z] Plugins: [2022-03-25T14:23:18.390Z] Volume: local [2022-03-25T14:23:18.390Z] Network: bridge host ipvlan macvlan null overlay [2022-03-25T14:23:18.390Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-25T14:23:18.390Z] Swarm: inactive [2022-03-25T14:23:18.390Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-25T14:23:18.390Z] Default Runtime: runc [2022-03-25T14:23:18.390Z] Init Binary: docker-init [2022-03-25T14:23:18.390Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:18.390Z] runc version: v1.0.2-0-g52b36a2 [2022-03-25T14:23:18.390Z] init version: de40ad0 [2022-03-25T14:23:18.390Z] Security Options: [2022-03-25T14:23:18.390Z] apparmor [2022-03-25T14:23:18.390Z] seccomp [2022-03-25T14:23:18.390Z] Profile: default [2022-03-25T14:23:18.390Z] Kernel Version: 5.4.0-1061-aws [2022-03-25T14:23:18.390Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-25T14:23:18.390Z] OSType: linux [2022-03-25T14:23:18.390Z] Architecture: x86_64 [2022-03-25T14:23:18.390Z] CPUs: 2 [2022-03-25T14:23:18.390Z] Total Memory: 7.565GiB [2022-03-25T14:23:18.390Z] Name: ip-10-100-69-218 [2022-03-25T14:23:18.390Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-25T14:23:18.390Z] Docker Root Dir: /var/lib/docker [2022-03-25T14:23:18.390Z] Debug Mode: false [2022-03-25T14:23:18.390Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:23:18.390Z] Labels: [2022-03-25T14:23:18.390Z] Experimental: true [2022-03-25T14:23:18.390Z] Insecure Registries: [2022-03-25T14:23:18.390Z] 127.0.0.0/8 [2022-03-25T14:23:18.390Z] Live Restore Enabled: true [2022-03-25T14:23:18.390Z] [2022-03-25T14:23:18.390Z] WARNING: No swap limit support [Pipeline] sh [2022-03-25T14:23:18.657Z] #24 transferring context: 60.59MB 1.6s done [2022-03-25T14:23:18.657Z] #24 DONE 1.6s [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-25T14:23:18.657Z] #62 sha256:88ca7fa1ab5969531a162e0d63b2d8485064ae2877d01482eab5ef0739fc9f3b [2022-03-25T14:23:18.657Z] #62 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-25T14:23:18.657Z] #30 sha256:4b6541c0337fc24af5d47e2111e15a08b7618f712933013cf6cdaa331e514a26 [2022-03-25T14:23:18.657Z] #30 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #43 sha256:a59e25040d95e869bc22c32b5c79602741c46a1f14794702a6535a9264d7ef6a [2022-03-25T14:23:18.657Z] #43 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #66 sha256:8a57e996b96f5fd2ffbf8d0c3fedfdb93f2cd9a8e1e6da66612925ac72709f47 [2022-03-25T14:23:18.657Z] #66 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #37 sha256:4657fb44082c4f4bdb12a66295acd61f08f83fa586abdee8fb3bed0e7bedd6fe [2022-03-25T14:23:18.657Z] #37 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #38 sha256:e780ac3bbd8a861596256a39896d621e4fcf6d80be2028acfe73df7290f09754 [2022-03-25T14:23:18.657Z] #38 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-25T14:23:18.657Z] #20 sha256:18246064950d06e0acd013c05d1416192a33222a0fcbf1a5c604e491ea6216bb [2022-03-25T14:23:18.657Z] #20 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #22 sha256:33ebd3e02e27c77a6af7fbf0b28091c48238c303efc5a1c93ceef38009b3975b [2022-03-25T14:23:18.657Z] #22 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #14 sha256:29296fe837e32fb92b4291fcc361ff66ea67440fec495e048eccd0ee57f7f38d [2022-03-25T14:23:18.657Z] #14 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-25T14:23:18.657Z] #25 sha256:cb0fb080f07c7015cc951fb330ba158cf3d225db394538f6891c7061f53c5cee [2022-03-25T14:23:18.657Z] #25 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #51 sha256:ab432f667b44061be7b27ec72dc554bd925a8c2551be213aa73b6cf1c8f920cf [2022-03-25T14:23:18.657Z] #51 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-25T14:23:18.657Z] #65 sha256:61a1fcfc7f4b043fef0b45b2dffed53f5d80962953f739f8272106459d12c181 [2022-03-25T14:23:18.657Z] #65 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #53 sha256:5471c376a105950ed408812025da2a82ed2e15387f3dc5b4a4fd7d0285eb057a [2022-03-25T14:23:18.657Z] #53 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #48 sha256:e24802ff8ce96bfd91816f13d221a694156ba310a4574620b09504cb1a5c0444 [2022-03-25T14:23:18.657Z] #48 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #47 sha256:3c001af8c66047bb1becc46922248765364b125e3ecc83401e6a5785e25e3501 [2022-03-25T14:23:18.657Z] #47 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #63 sha256:a2d632a16d2aad7dc8d3acc1890541fa36bb91e180fbac57667a571d59f8d3e0 [2022-03-25T14:23:18.657Z] #63 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #56 sha256:b429daea85e6c3bf7a9d0ccfceddbd25399b088c6e8f03eb1d31d7b922015ace [2022-03-25T14:23:18.657Z] #56 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-25T14:23:18.657Z] #32 sha256:62f395e6c7f49c58f3415cfc4e8d7d017cc5530ae0e725d69c6e7da457ce0917 [2022-03-25T14:23:18.657Z] #32 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #40 sha256:e38e07a62bfb49fd7e4d1de6ea270e3b1d6f8166dd5778e754adbf94ac9877ce [2022-03-25T14:23:18.657Z] #40 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #29 sha256:1a3147968ad151ae2564cfd3d01fe44514b196c751e7fac2ce456ffa259c95f8 [2022-03-25T14:23:18.657Z] #29 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #61 sha256:edbedc0b77a2503465d8fbc3598a575ced47c2771a0a0a06a897c3fedca0da4c [2022-03-25T14:23:18.657Z] #61 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #49 sha256:70880251dd14d2cccd03c2fcf9b546688db6b8c3af7ca2c75cd23b396db193ec [2022-03-25T14:23:18.657Z] #49 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #60 sha256:eddc66ee8203ef15f7766a8d9445d03b8dd5d027d4d388bb4a19e57cdbd21d32 [2022-03-25T14:23:18.657Z] #60 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #31 sha256:c443b05a02f8938950d0f935ace69efb0284f828c8c16c78bac762fda8c99a83 [2022-03-25T14:23:18.657Z] #31 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #54 sha256:4b408dbf198cb392817591d78a27d6a958e5edd809f2099f6506a3173145a3b2 [2022-03-25T14:23:18.657Z] #54 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #13 sha256:0acfa7ad617bf4cc876bfab89de7b494eeb5e03817f19515fd3c07caf7bfcd02 [2022-03-25T14:23:18.657Z] #13 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #16 sha256:4283515e069bc442cc75a2b15e4f17c02aceecbad4205ff995b009935dd23cbe [2022-03-25T14:23:18.657Z] #16 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-25T14:23:18.657Z] #23 sha256:2d29fcdad6886fa6584d6c9b3ac3db6099768ee2f36cb8c3b8542424be9b6666 [2022-03-25T14:23:18.657Z] #23 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #58 sha256:ae74789e647a3f23a6c9c2a5847f566485274531b2928e24f184006718696c4e [2022-03-25T14:23:18.657Z] #58 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #71 sha256:d5a406f1333d6ed8f3d009de50e390f77710ef4291c02bb5000120a0c2ec3be2 [2022-03-25T14:23:18.657Z] #71 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #36 sha256:d3049fff2c596bdfacb4954dcc3e584a2f8aa71c7ce4470db74e988fb0f29422 [2022-03-25T14:23:18.657Z] #36 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-25T14:23:18.657Z] #12 sha256:a97c393706a5423760ece08e58852c0907a4a5b69cf538cd6f35b8df7de3e80a [2022-03-25T14:23:18.657Z] #12 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #44 sha256:7903a0cb6b105462964ffe5c594fa58d4890ec41655ddf651e5ed40e014664fb [2022-03-25T14:23:18.657Z] #44 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #21 sha256:0f8bed15e85776e4aec928c28a154e59a06ac2650bbea6072e0061508d25e72b [2022-03-25T14:23:18.657Z] #21 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-25T14:23:18.657Z] #59 sha256:51b1554346a57cfa085e39dfb54ce88aebb72083dee2d38624314a64d41c0efd [2022-03-25T14:23:18.657Z] #59 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-25T14:23:18.657Z] #55 sha256:34f5ecaa62c4b7dcf6f19e60f6c596b63eb6986419eec62d6e270065bd5bb885 [2022-03-25T14:23:18.657Z] #55 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-25T14:23:18.657Z] #18 sha256:455fa4da9e1c6115be1b2601f2b2aefc0c27b06a576598bb8760c850fa5652f7 [2022-03-25T14:23:18.657Z] #18 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-25T14:23:18.657Z] #64 sha256:91948618f1db3c03a5428454fda84a0ac24a907ef3c4713ef14167a9199ffa69 [2022-03-25T14:23:18.657Z] #64 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #34 sha256:5a9675c13987f6dd3d980906742ac1fb8f4019ff929c9de101a7aba1fcc03652 [2022-03-25T14:23:18.657Z] #34 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-25T14:23:18.657Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-25T14:23:18.657Z] #70 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-25T14:23:18.657Z] #19 sha256:9eda03e0c3ebbad53a4920072bd7a7f547f589c4d4d83ddce494183549c2dcb8 [2022-03-25T14:23:18.657Z] #19 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-25T14:23:18.657Z] #33 sha256:68a95818697f7005c20965d78e2236eef129f8798d23f6151aebed768dec2d84 [2022-03-25T14:23:18.657Z] #33 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #41 sha256:2553cef7701b6c2b0cf9e5fa5ad4ad330d1930ee83b6af1189798fecdcb3c588 [2022-03-25T14:23:18.657Z] #41 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #52 sha256:cd2baee5d852d99e5319f3a74486419eb44f810ad21c947c4277f9a84fd73163 [2022-03-25T14:23:18.657Z] #52 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #26 sha256:801e42a08dba398501d688f701372111085e337f245ccdce6c77191e6eaa29a9 [2022-03-25T14:23:18.657Z] #26 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-25T14:23:18.657Z] #15 sha256:3e6f7eae910e8e3347bae335b8b6c7555644dc5eafbf8bd901d9bac7f559f028 [2022-03-25T14:23:18.657Z] #15 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-25T14:23:18.657Z] #42 sha256:a3fd534a40b349e5734da29ffa3e922b5ee98fc4255d42bfcb527c2bf7aea054 [2022-03-25T14:23:18.657Z] #42 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #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-25T14:23:18.657Z] #46 sha256:4b9699befdc197b03383b0e544d690df4f12a1cdf9971bfc30761270f0eb042e [2022-03-25T14:23:18.657Z] #46 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-25T14:23:18.657Z] #39 sha256:d3bd967b2c83051b7a14e0e308580870536aff48ea0211ddd000e1d3c336ad87 [2022-03-25T14:23:18.657Z] #39 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-25T14:23:18.657Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-25T14:23:18.657Z] #68 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #50 sha256:8f8f03fba95dbda0f188a5a023beb85cfc015584af09c1cf70751927764f57d0 [2022-03-25T14:23:18.657Z] #50 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-25T14:23:18.657Z] #27 sha256:ad9d43355953756819d5d76cdf9c32bee1681265f55462f95955711223b14c34 [2022-03-25T14:23:18.657Z] #27 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #57 sha256:c67e909053bc911ca8aa0faca0203fa285ec36d77483542da2cbac1f040c14c7 [2022-03-25T14:23:18.657Z] #57 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-25T14:23:18.657Z] #35 sha256:e96f54f2965fa6b565ff4cb27f27621ef6fa3625c0dd79c3a48dc9974006da25 [2022-03-25T14:23:18.657Z] #35 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-25T14:23:18.657Z] #17 sha256:edef03e72d9b6b7277525ebfdaa418d0563216d30282486567666e030bc44b5d [2022-03-25T14:23:18.657Z] #17 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-25T14:23:18.657Z] #72 sha256:232031532ea111f489a7b2cf17a22b98cb23598948a765b3c64c9610f20f830c [2022-03-25T14:23:18.657Z] #72 CACHED [2022-03-25T14:23:18.657Z] [2022-03-25T14:23:18.657Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-25T14:23:18.657Z] #73 sha256:310144e860af038108f598f8e3f85bfcc1aa04a613edffa8d3aa6caea0cd2cd9 [2022-03-25T14:23:18.673Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:18.673Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:18.673Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43378/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-25T14:23:18.673Z] + bash /home/ubuntu/workspace/moby_PR-43378/check-config.sh [2022-03-25T14:23:18.673Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-25T14:23:18.673Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-25T14:23:18.673Z] [2022-03-25T14:23:18.673Z] Generally Necessary: [2022-03-25T14:23:18.673Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-25T14:23:18.673Z] - apparmor: enabled and tools installed [2022-03-25T14:23:18.673Z] - CONFIG_NAMESPACES: enabled [2022-03-25T14:23:18.673Z] - CONFIG_NET_NS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_PID_NS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_IPC_NS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_UTS_NS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUPS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CPUSETS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_MEMCG: enabled [2022-03-25T14:23:18.673Z] - CONFIG_KEYS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_VETH: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-25T14:23:18.673Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUP_BPF: enabled [2022-03-25T14:23:18.673Z] [2022-03-25T14:23:18.673Z] Optional Features: [2022-03-25T14:23:18.673Z] - CONFIG_USER_NS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_SECCOMP: enabled [2022-03-25T14:23:18.673Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-25T14:23:18.673Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-25T14:23:18.673Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-25T14:23:18.673Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-25T14:23:18.673Z] - CONFIG_BLK_CGROUP: enabled [2022-03-25T14:23:18.673Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUP_PERF: enabled [2022-03-25T14:23:18.673Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-25T14:23:18.799Z] Client: [2022-03-25T14:23:18.799Z] Context: default [2022-03-25T14:23:18.799Z] Debug Mode: false [2022-03-25T14:23:18.799Z] Plugins: [2022-03-25T14:23:18.799Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-25T14:23:18.799Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-25T14:23:18.799Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-25T14:23:18.799Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-25T14:23:18.799Z] [2022-03-25T14:23:18.799Z] Server: [2022-03-25T14:23:18.799Z] Containers: 0 [2022-03-25T14:23:18.799Z] Running: 0 [2022-03-25T14:23:18.799Z] Paused: 0 [2022-03-25T14:23:18.799Z] Stopped: 0 [2022-03-25T14:23:18.799Z] Images: 2 [2022-03-25T14:23:18.799Z] Server Version: 20.10.12 [2022-03-25T14:23:18.799Z] Storage Driver: overlay2 [2022-03-25T14:23:18.799Z] Backing Filesystem: extfs [2022-03-25T14:23:18.799Z] Supports d_type: true [2022-03-25T14:23:18.799Z] Native Overlay Diff: true [2022-03-25T14:23:18.799Z] userxattr: false [2022-03-25T14:23:18.799Z] Logging Driver: json-file [2022-03-25T14:23:18.799Z] Cgroup Driver: cgroupfs [2022-03-25T14:23:18.799Z] Cgroup Version: 1 [2022-03-25T14:23:18.799Z] Plugins: [2022-03-25T14:23:18.799Z] Volume: local [2022-03-25T14:23:18.799Z] Network: bridge host ipvlan macvlan null overlay [2022-03-25T14:23:18.799Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-25T14:23:18.799Z] Swarm: inactive [2022-03-25T14:23:18.799Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-25T14:23:18.799Z] Default Runtime: runc [2022-03-25T14:23:18.799Z] Init Binary: docker-init [2022-03-25T14:23:18.799Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:18.799Z] runc version: v1.0.2-0-g52b36a2 [2022-03-25T14:23:18.799Z] init version: de40ad0 [2022-03-25T14:23:18.799Z] Security Options: [2022-03-25T14:23:18.799Z] apparmor [2022-03-25T14:23:18.799Z] seccomp [2022-03-25T14:23:18.799Z] Profile: default [2022-03-25T14:23:18.799Z] Kernel Version: 5.4.0-1061-aws [2022-03-25T14:23:18.799Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-25T14:23:18.799Z] OSType: linux [2022-03-25T14:23:18.799Z] Architecture: x86_64 [2022-03-25T14:23:18.799Z] CPUs: 2 [2022-03-25T14:23:18.799Z] Total Memory: 7.483GiB [2022-03-25T14:23:18.799Z] Name: ip-10-100-121-0 [2022-03-25T14:23:18.799Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-25T14:23:18.799Z] Docker Root Dir: /var/lib/docker [2022-03-25T14:23:18.799Z] Debug Mode: false [2022-03-25T14:23:18.799Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:23:18.799Z] Labels: [2022-03-25T14:23:18.799Z] Experimental: true [2022-03-25T14:23:18.799Z] Insecure Registries: [2022-03-25T14:23:18.799Z] 127.0.0.0/8 [2022-03-25T14:23:18.799Z] Live Restore Enabled: true [2022-03-25T14:23:18.799Z] [2022-03-25T14:23:18.799Z] WARNING: No swap limit support [Pipeline] sh [2022-03-25T14:23:18.929Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-25T14:23:18.929Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-25T14:23:18.929Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-25T14:23:18.929Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-25T14:23:18.929Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_IP_VS: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-25T14:23:18.929Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-25T14:23:18.929Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-25T14:23:18.929Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-25T14:23:18.929Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-25T14:23:18.929Z] - CONFIG_EXT4_FS: enabled [2022-03-25T14:23:18.929Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-25T14:23:18.929Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-25T14:23:18.929Z] - Network Drivers: [2022-03-25T14:23:18.929Z] - "overlay": [2022-03-25T14:23:18.929Z] - CONFIG_VXLAN: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-25T14:23:18.929Z] Optional (for encrypted networks): [2022-03-25T14:23:18.929Z] - CONFIG_CRYPTO: enabled [2022-03-25T14:23:18.929Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-25T14:23:18.929Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-25T14:23:18.929Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-25T14:23:18.929Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-25T14:23:18.929Z] - CONFIG_XFRM: enabled [2022-03-25T14:23:18.929Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-25T14:23:18.929Z] - "ipvlan": [2022-03-25T14:23:18.929Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-25T14:23:18.929Z] - "macvlan": [2022-03-25T14:23:18.929Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_DUMMY: enabled (as module) [2022-03-25T14:23:18.929Z] - "ftp,tftp client in container": [2022-03-25T14:23:18.929Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-25T14:23:18.929Z] - Storage Drivers: [2022-03-25T14:23:18.929Z] - "aufs": [2022-03-25T14:23:18.929Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-25T14:23:18.929Z] - "btrfs": [2022-03-25T14:23:18.929Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-25T14:23:18.929Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-25T14:23:18.929Z] - "devicemapper": [2022-03-25T14:23:18.929Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-25T14:23:18.929Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-25T14:23:18.929Z] - "overlay": [2022-03-25T14:23:18.929Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-25T14:23:18.929Z] - "zfs": [2022-03-25T14:23:18.929Z] - /dev/zfs: present [2022-03-25T14:23:18.929Z] - zfs command: missing [2022-03-25T14:23:18.929Z] - zpool command: missing [2022-03-25T14:23:18.929Z] [2022-03-25T14:23:18.929Z] Limits: [2022-03-25T14:23:18.929Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-25T14:23:18.929Z] [2022-03-25T14:23:18.929Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-25T14:23:19.078Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:19.078Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:19.078Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43378/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-25T14:23:19.078Z] + bash /home/ubuntu/workspace/moby_PR-43378/check-config.sh [2022-03-25T14:23:19.078Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-25T14:23:19.078Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-25T14:23:19.078Z] [2022-03-25T14:23:19.078Z] Generally Necessary: [2022-03-25T14:23:19.078Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-25T14:23:19.078Z] - apparmor: enabled and tools installed [2022-03-25T14:23:19.078Z] - CONFIG_NAMESPACES: enabled [2022-03-25T14:23:19.078Z] - CONFIG_NET_NS: enabled [2022-03-25T14:23:19.078Z] - CONFIG_PID_NS: enabled [2022-03-25T14:23:19.078Z] - CONFIG_IPC_NS: enabled [2022-03-25T14:23:19.078Z] - CONFIG_UTS_NS: enabled [2022-03-25T14:23:19.078Z] - CONFIG_CGROUPS: enabled [2022-03-25T14:23:19.078Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-25T14:23:19.079Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-25T14:23:19.079Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-25T14:23:19.079Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-25T14:23:19.079Z] - CONFIG_CPUSETS: enabled [2022-03-25T14:23:19.079Z] - CONFIG_MEMCG: enabled [2022-03-25T14:23:19.079Z] - CONFIG_KEYS: enabled [2022-03-25T14:23:19.079Z] - CONFIG_VETH: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-25T14:23:19.079Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-25T14:23:19.079Z] - CONFIG_CGROUP_BPF: enabled [2022-03-25T14:23:19.079Z] [2022-03-25T14:23:19.079Z] Optional Features: [2022-03-25T14:23:19.079Z] - CONFIG_USER_NS: enabled [2022-03-25T14:23:19.079Z] - CONFIG_SECCOMP: enabled [2022-03-25T14:23:19.079Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-25T14:23:19.079Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-25T14:23:19.079Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-25T14:23:19.079Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-25T14:23:19.079Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-25T14:23:19.079Z] - CONFIG_BLK_CGROUP: enabled [2022-03-25T14:23:19.079Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-25T14:23:19.079Z] - CONFIG_CGROUP_PERF: enabled [2022-03-25T14:23:19.079Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-25T14:23:19.112Z] #11 ... [2022-03-25T14:23:19.112Z] [2022-03-25T14:23:19.112Z] #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-25T14:23:19.112Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-25T14:23:19.112Z] #29 0.991 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:23:19.112Z] #29 1.002 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:23:19.112Z] #29 1.003 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:23:19.112Z] #29 1.126 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:23:19.112Z] #29 1.284 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:23:19.112Z] #29 1.781 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:23:19.112Z] #29 2.876 Fetched 8508 kB in 2s (3960 kB/s) [2022-03-25T14:23:19.112Z] #29 2.876 Reading package lists... [2022-03-25T14:23:19.113Z] #29 3.667 Reading package lists... [2022-03-25T14:23:19.113Z] #29 4.444 Building dependency tree... [2022-03-25T14:23:19.113Z] #29 4.617 Reading state information... [2022-03-25T14:23:19.113Z] #29 4.806 The following additional packages will be installed: [2022-03-25T14:23:19.113Z] #29 4.807 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-25T14:23:19.113Z] #29 4.807 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-25T14:23:19.113Z] #29 4.808 Recommended packages: [2022-03-25T14:23:19.113Z] #29 4.808 libldap-common publicsuffix libsasl2-modules [2022-03-25T14:23:19.113Z] #29 4.969 The following NEW packages will be installed: [2022-03-25T14:23:19.113Z] #29 4.970 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-25T14:23:19.113Z] #29 4.970 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-25T14:23:19.113Z] #29 4.971 libssh2-1 openssl [2022-03-25T14:23:19.113Z] #29 5.256 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:23:19.113Z] #29 5.256 Need to get 3038 kB of archives. [2022-03-25T14:23:19.113Z] #29 5.256 After this operation, 6650 kB of additional disk space will be used. [2022-03-25T14:23:19.113Z] #29 5.256 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-25T14:23:19.113Z] #29 5.269 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-25T14:23:19.113Z] #29 5.269 Get:3 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-25T14:23:19.113Z] #29 5.269 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u2 [850 kB] [2022-03-25T14:23:19.113Z] #29 5.269 Get:5 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-25T14:23:19.113Z] #29 5.269 Get:6 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-25T14:23:19.113Z] #29 5.269 Get:7 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-25T14:23:19.113Z] #29 5.269 Get:8 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-25T14:23:19.113Z] #29 5.281 Get:9 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-25T14:23:19.113Z] #29 5.281 Get:10 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-25T14:23:19.113Z] #29 5.282 Get:11 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-25T14:23:19.113Z] #29 5.283 Get:12 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-25T14:23:19.113Z] #29 5.287 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-25T14:23:19.113Z] #29 5.289 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-25T14:23:19.113Z] #29 5.290 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-25T14:23:19.113Z] #29 5.447 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:23:19.113Z] #29 5.478 Fetched 3038 kB in 0s (9703 kB/s) [2022-03-25T14:23:19.113Z] #29 5.511 Selecting previously unselected package openssl. [2022-03-25T14:23:19.113Z] #29 5.511 (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-25T14:23:19.113Z] #29 5.520 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u2_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 5.525 Unpacking openssl (1.1.1k-1+deb11u2) ... [2022-03-25T14:23:19.113Z] #29 5.661 Selecting previously unselected package ca-certificates. [2022-03-25T14:23:19.113Z] #29 5.661 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-25T14:23:19.113Z] #29 5.664 Unpacking ca-certificates (20210119) ... [2022-03-25T14:23:19.113Z] #29 5.743 Selecting previously unselected package libbrotli1:amd64. [2022-03-25T14:23:19.113Z] #29 5.743 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 5.752 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-25T14:23:19.113Z] #29 5.819 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-25T14:23:19.113Z] #29 5.821 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 5.827 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-25T14:23:19.113Z] #29 5.867 Selecting previously unselected package libsasl2-2:amd64. [2022-03-25T14:23:19.113Z] #29 5.867 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 5.871 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-25T14:23:19.113Z] #29 5.916 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-25T14:23:19.113Z] #29 5.918 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 5.923 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-25T14:23:19.113Z] #29 5.983 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-25T14:23:19.113Z] #29 5.983 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 5.988 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-25T14:23:19.113Z] #29 6.032 Selecting previously unselected package libpsl5:amd64. [2022-03-25T14:23:19.113Z] #29 6.032 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 6.036 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-25T14:23:19.113Z] #29 6.081 Selecting previously unselected package librtmp1:amd64. [2022-03-25T14:23:19.113Z] #29 6.081 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 6.089 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-25T14:23:19.113Z] #29 6.124 Selecting previously unselected package libssh2-1:amd64. [2022-03-25T14:23:19.113Z] #29 6.124 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 6.129 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-25T14:23:19.113Z] #29 6.185 Selecting previously unselected package libcurl4:amd64. [2022-03-25T14:23:19.113Z] #29 6.185 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 6.189 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-25T14:23:19.113Z] #29 6.265 Selecting previously unselected package curl. [2022-03-25T14:23:19.113Z] #29 6.265 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 6.268 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-25T14:23:19.113Z] #29 6.340 Selecting previously unselected package libonig5:amd64. [2022-03-25T14:23:19.113Z] #29 6.342 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 6.346 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:23:19.113Z] #29 6.429 Selecting previously unselected package libjq1:amd64. [2022-03-25T14:23:19.113Z] #29 6.429 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 6.429 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:23:19.113Z] #29 6.469 Selecting previously unselected package jq. [2022-03-25T14:23:19.113Z] #29 6.469 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-25T14:23:19.113Z] #29 6.474 Unpacking jq (1.6-2.1) ... [2022-03-25T14:23:19.113Z] #29 6.520 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-25T14:23:19.113Z] #29 6.531 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-25T14:23:19.113Z] #29 6.544 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-25T14:23:19.113Z] #29 6.556 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-25T14:23:19.113Z] #29 6.567 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-25T14:23:19.113Z] #29 6.579 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-25T14:23:19.113Z] #29 6.594 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-25T14:23:19.113Z] #29 6.605 Setting up openssl (1.1.1k-1+deb11u2) ... [2022-03-25T14:23:19.113Z] #29 6.623 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:23:19.113Z] #29 6.634 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:23:19.113Z] #29 6.646 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-25T14:23:19.113Z] #29 6.658 Setting up ca-certificates (20210119) ... [2022-03-25T14:23:19.113Z] #29 7.258 Updating certificates in /etc/ssl/certs... [2022-03-25T14:23:19.113Z] #29 7.991 129 added, 0 removed; done. [2022-03-25T14:23:19.113Z] #29 8.024 Setting up jq (1.6-2.1) ... [2022-03-25T14:23:19.113Z] #29 8.035 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-25T14:23:19.113Z] #29 8.046 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-25T14:23:19.113Z] #29 8.058 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:23:19.113Z] #29 8.075 Processing triggers for ca-certificates (20210119) ... [2022-03-25T14:23:19.113Z] #29 8.082 Updating certificates in /etc/ssl/certs... [2022-03-25T14:23:19.113Z] #29 ... [2022-03-25T14:23:19.113Z] [2022-03-25T14:23:19.113Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:19.113Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:19.226Z] #73 DONE 0.9s [2022-03-25T14:23:19.259Z] + sudo modprobe ip_vs [2022-03-25T14:23:19.259Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3853eb59d16431793a1ac64b3736931b2a078abd . [2022-03-25T14:23:19.259Z] #1 [internal] load build definition from Dockerfile [2022-03-25T14:23:19.259Z] #1 sha256:8044ce96e3a15411a9d84e93e59d7df84e762c6593136b7639040b8f10ced728 [2022-03-25T14:23:19.259Z] #1 transferring dockerfile: 16.77kB done [2022-03-25T14:23:19.259Z] #1 DONE 0.0s [2022-03-25T14:23:19.259Z] [2022-03-25T14:23:19.259Z] #2 [internal] load .dockerignore [2022-03-25T14:23:19.259Z] #2 sha256:f2df02370e47a0b16d3b6f4a47f26b6ad519c6734769268e847b20cab1c5d325 [2022-03-25T14:23:19.259Z] #2 transferring context: 87B done [2022-03-25T14:23:19.259Z] #2 DONE 0.0s [2022-03-25T14:23:19.259Z] [2022-03-25T14:23:19.259Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-25T14:23:19.259Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-25T14:23:19.337Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-25T14:23:19.337Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-25T14:23:19.337Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-25T14:23:19.337Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-25T14:23:19.337Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_IP_VS: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-25T14:23:19.337Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-25T14:23:19.337Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-25T14:23:19.337Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-25T14:23:19.337Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-25T14:23:19.337Z] - CONFIG_EXT4_FS: enabled [2022-03-25T14:23:19.337Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-25T14:23:19.337Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-25T14:23:19.337Z] - Network Drivers: [2022-03-25T14:23:19.337Z] - "overlay": [2022-03-25T14:23:19.337Z] - CONFIG_VXLAN: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-25T14:23:19.337Z] Optional (for encrypted networks): [2022-03-25T14:23:19.337Z] - CONFIG_CRYPTO: enabled [2022-03-25T14:23:19.337Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-25T14:23:19.337Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-25T14:23:19.337Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-25T14:23:19.337Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-25T14:23:19.337Z] - CONFIG_XFRM: enabled [2022-03-25T14:23:19.337Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-25T14:23:19.337Z] - "ipvlan": [2022-03-25T14:23:19.337Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-25T14:23:19.337Z] - "macvlan": [2022-03-25T14:23:19.337Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_DUMMY: enabled (as module) [2022-03-25T14:23:19.337Z] - "ftp,tftp client in container": [2022-03-25T14:23:19.337Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-25T14:23:19.337Z] - Storage Drivers: [2022-03-25T14:23:19.337Z] - "aufs": [2022-03-25T14:23:19.337Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-25T14:23:19.337Z] - "btrfs": [2022-03-25T14:23:19.337Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-25T14:23:19.337Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-25T14:23:19.337Z] - "devicemapper": [2022-03-25T14:23:19.337Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-25T14:23:19.337Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-25T14:23:19.337Z] - "overlay": [2022-03-25T14:23:19.337Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-25T14:23:19.337Z] - "zfs": [2022-03-25T14:23:19.337Z] - /dev/zfs: present [2022-03-25T14:23:19.337Z] - zfs command: missing [2022-03-25T14:23:19.337Z] - zpool command: missing [2022-03-25T14:23:19.337Z] [2022-03-25T14:23:19.337Z] Limits: [2022-03-25T14:23:19.337Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-25T14:23:19.337Z] [2022-03-25T14:23:19.337Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-25T14:23:19.485Z] [2022-03-25T14:23:19.485Z] #74 exporting to image [2022-03-25T14:23:19.485Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-25T14:23:19.485Z] #74 exporting layers [2022-03-25T14:23:19.516Z] #3 DONE 0.1s [2022-03-25T14:23:19.516Z] [2022-03-25T14:23:19.516Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-25T14:23:19.516Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-25T14:23:19.516Z] #4 CACHED [2022-03-25T14:23:19.677Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:3853eb59d16431793a1ac64b3736931b2a078abd . [2022-03-25T14:23:19.677Z] #2 [internal] load .dockerignore [2022-03-25T14:23:19.677Z] #2 sha256:32135e07241ec8ba0e987a83a52edb52c86384ca27ba83a4ba8de1ce5ccdfecc [2022-03-25T14:23:19.677Z] #2 transferring context: 87B done [2022-03-25T14:23:19.677Z] #2 DONE 0.0s [2022-03-25T14:23:19.677Z] [2022-03-25T14:23:19.677Z] #1 [internal] load build definition from Dockerfile [2022-03-25T14:23:19.677Z] #1 sha256:c8f24b24fadbeb69f6f31f848ae44813537d23c516ce2626e90461c9fe72027d [2022-03-25T14:23:19.677Z] #1 transferring dockerfile: 16.77kB done [2022-03-25T14:23:19.677Z] #1 DONE 0.0s [2022-03-25T14:23:19.677Z] [2022-03-25T14:23:19.677Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-25T14:23:19.677Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-25T14:23:19.772Z] [2022-03-25T14:23:19.772Z] #6 [internal] load .dockerignore [2022-03-25T14:23:19.772Z] #6 sha256:ce4dae2c350aab65c09adfe71b7ed9463e9e58bc26ab1ff81313aebb6f107f52 [2022-03-25T14:23:19.772Z] #6 DONE 0.0s [2022-03-25T14:23:19.772Z] [2022-03-25T14:23:19.772Z] #5 [internal] load build definition from Dockerfile [2022-03-25T14:23:19.772Z] #5 sha256:08af43cc0488a3965eb81e32a789ba5c7b67c85511de9562ce002225da015c47 [2022-03-25T14:23:19.772Z] #5 DONE 0.0s [2022-03-25T14:23:19.772Z] [2022-03-25T14:23:19.772Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:19.772Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-25T14:23:19.772Z] #7 DONE 0.1s [2022-03-25T14:23:19.772Z] [2022-03-25T14:23:19.772Z] #10 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-25T14:23:19.772Z] #10 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-03-25T14:23:19.936Z] #3 DONE 0.2s [2022-03-25T14:23:19.936Z] [2022-03-25T14:23:19.936Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-25T14:23:19.936Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-25T14:23:19.936Z] #4 CACHED [2022-03-25T14:23:20.030Z] #10 DONE 0.1s [2022-03-25T14:23:20.030Z] [2022-03-25T14:23:20.030Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-25T14:23:20.030Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-25T14:23:20.030Z] #9 DONE 0.1s [2022-03-25T14:23:20.030Z] [2022-03-25T14:23:20.030Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:20.030Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-25T14:23:20.030Z] #8 DONE 0.1s [2022-03-25T14:23:20.030Z] [2022-03-25T14:23:20.030Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:20.030Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:20.030Z] #11 DONE 0.0s [2022-03-25T14:23:20.030Z] [2022-03-25T14:23:20.030Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:20.030Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-25T14:23:20.030Z] #69 DONE 0.0s [2022-03-25T14:23:20.030Z] [2022-03-25T14:23:20.030Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:20.030Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-25T14:23:20.030Z] #67 DONE 0.0s [2022-03-25T14:23:20.030Z] [2022-03-25T14:23:20.030Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-25T14:23:20.030Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-25T14:23:20.030Z] #28 DONE 0.0s [2022-03-25T14:23:20.030Z] [2022-03-25T14:23:20.030Z] #24 [internal] load build context [2022-03-25T14:23:20.030Z] #24 sha256:da84cb7f89aa7b43a62057eda6be19e92d655cac75384ee1e2821590e3ac3ebb [2022-03-25T14:23:20.051Z] #74 exporting layers 0.9s done [2022-03-25T14:23:20.194Z] [2022-03-25T14:23:20.194Z] #5 [internal] load .dockerignore [2022-03-25T14:23:20.194Z] #5 sha256:d0a379313ec558158a3cee996421e2339cd279fe2e714795e431c98e16dd7618 [2022-03-25T14:23:20.194Z] #5 DONE 0.0s [2022-03-25T14:23:20.194Z] [2022-03-25T14:23:20.194Z] #6 [internal] load build definition from Dockerfile [2022-03-25T14:23:20.194Z] #6 sha256:a10a163a67df4b3bf32f6824902ae95c6d13d6446c018b35757d280942d6491c [2022-03-25T14:23:20.194Z] #6 DONE 0.0s [2022-03-25T14:23:20.194Z] [2022-03-25T14:23:20.194Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:20.194Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-25T14:23:20.270Z] Client: [2022-03-25T14:23:20.270Z] Context: default [2022-03-25T14:23:20.270Z] Debug Mode: false [2022-03-25T14:23:20.270Z] Plugins: [2022-03-25T14:23:20.270Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-25T14:23:20.270Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-25T14:23:20.270Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-25T14:23:20.270Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-25T14:23:20.270Z] [2022-03-25T14:23:20.270Z] Server: [2022-03-25T14:23:20.270Z] Containers: 0 [2022-03-25T14:23:20.270Z] Running: 0 [2022-03-25T14:23:20.270Z] Paused: 0 [2022-03-25T14:23:20.270Z] Stopped: 0 [2022-03-25T14:23:20.270Z] Images: 2 [2022-03-25T14:23:20.270Z] Server Version: 20.10.12 [2022-03-25T14:23:20.270Z] Storage Driver: overlay2 [2022-03-25T14:23:20.270Z] Backing Filesystem: extfs [2022-03-25T14:23:20.270Z] Supports d_type: true [2022-03-25T14:23:20.270Z] Native Overlay Diff: true [2022-03-25T14:23:20.270Z] userxattr: false [2022-03-25T14:23:20.270Z] Logging Driver: json-file [2022-03-25T14:23:20.270Z] Cgroup Driver: systemd [2022-03-25T14:23:20.270Z] Cgroup Version: 2 [2022-03-25T14:23:20.270Z] Plugins: [2022-03-25T14:23:20.270Z] Volume: local [2022-03-25T14:23:20.270Z] Network: bridge host ipvlan macvlan null overlay [2022-03-25T14:23:20.270Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-25T14:23:20.270Z] Swarm: inactive [2022-03-25T14:23:20.270Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-25T14:23:20.270Z] Default Runtime: runc [2022-03-25T14:23:20.270Z] Init Binary: docker-init [2022-03-25T14:23:20.270Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-25T14:23:20.270Z] runc version: v1.0.2-0-g52b36a2 [2022-03-25T14:23:20.270Z] init version: de40ad0 [2022-03-25T14:23:20.270Z] Security Options: [2022-03-25T14:23:20.270Z] apparmor [2022-03-25T14:23:20.270Z] seccomp [2022-03-25T14:23:20.270Z] Profile: default [2022-03-25T14:23:20.270Z] cgroupns [2022-03-25T14:23:20.270Z] Kernel Version: 5.11.0-1023-aws [2022-03-25T14:23:20.270Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-25T14:23:20.270Z] OSType: linux [2022-03-25T14:23:20.270Z] Architecture: x86_64 [2022-03-25T14:23:20.270Z] CPUs: 2 [2022-03-25T14:23:20.270Z] Total Memory: 7.477GiB [2022-03-25T14:23:20.270Z] Name: ip-10-100-101-235 [2022-03-25T14:23:20.270Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-25T14:23:20.270Z] Docker Root Dir: /var/lib/docker [2022-03-25T14:23:20.270Z] Debug Mode: false [2022-03-25T14:23:20.270Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:23:20.270Z] Labels: [2022-03-25T14:23:20.270Z] Experimental: true [2022-03-25T14:23:20.270Z] Insecure Registries: [2022-03-25T14:23:20.270Z] 127.0.0.0/8 [2022-03-25T14:23:20.270Z] Live Restore Enabled: true [2022-03-25T14:23:20.270Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-25T14:23:20.311Z] #74 writing image sha256:758cdc8ae87f09dd2a52bf50d7daf3ad68b2869de33b6f0efcf7ca0c0775b13c done [2022-03-25T14:23:20.311Z] #74 naming to docker.io/library/docker:3853eb59d16431793a1ac64b3736931b2a078abd done [2022-03-25T14:23:20.311Z] #74 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [Pipeline] sh [2022-03-25T14:23:20.464Z] #10 DONE 0.1s [2022-03-25T14:23:20.464Z] [2022-03-25T14:23:20.464Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-25T14:23:20.464Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-25T14:23:20.464Z] #8 DONE 0.1s [2022-03-25T14:23:20.464Z] [2022-03-25T14:23:20.464Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:20.464Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-25T14:23:20.464Z] #7 DONE 0.1s [2022-03-25T14:23:20.464Z] [2022-03-25T14:23:20.464Z] #9 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-25T14:23:20.464Z] #9 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-03-25T14:23:20.464Z] #9 DONE 0.1s [2022-03-25T14:23:20.490Z] #11 extracting sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 4.1s done [2022-03-25T14:23:20.597Z] #24 ... [2022-03-25T14:23:20.597Z] [2022-03-25T14:23:20.597Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-25T14:23:20.597Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-25T14:23:20.597Z] #45 DONE 0.4s [2022-03-25T14:23:20.597Z] [2022-03-25T14:23:20.597Z] #24 [internal] load build context [2022-03-25T14:23:20.597Z] #24 sha256:da84cb7f89aa7b43a62057eda6be19e92d655cac75384ee1e2821590e3ac3ebb [2022-03-25T14:23:20.646Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:3853eb59d16431793a1ac64b3736931b2a078abd . [2022-03-25T14:23:20.675Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-25T14:23:20.728Z] [2022-03-25T14:23:20.728Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:20.728Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-25T14:23:20.728Z] #76 DONE 0.0s [2022-03-25T14:23:20.728Z] [2022-03-25T14:23:20.728Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:20.728Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-25T14:23:20.728Z] #74 DONE 0.0s [2022-03-25T14:23:20.728Z] [2022-03-25T14:23:20.728Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:20.728Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:20.728Z] #11 DONE 0.0s [2022-03-25T14:23:20.728Z] [2022-03-25T14:23:20.728Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-25T14:23:20.728Z] #35 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-25T14:23:20.728Z] #35 DONE 0.0s [2022-03-25T14:23:20.728Z] [2022-03-25T14:23:20.728Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-25T14:23:20.728Z] #12 sha256:cceb3190a6c8f9b7b4e5eff6848416c62a22ec85af7debf30b2c164f8d82ca0d [2022-03-25T14:23:20.728Z] #12 CACHED [2022-03-25T14:23:20.728Z] [2022-03-25T14:23:20.728Z] #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-25T14:23:20.728Z] #13 sha256:e4c0353b2e308b117e74ea6eed207690407e1fae2a8b3312efdab3ecd1dbf40d [2022-03-25T14:23:20.728Z] #13 CACHED [2022-03-25T14:23:20.728Z] [2022-03-25T14:23:20.728Z] #31 [internal] load build context [2022-03-25T14:23:20.728Z] #31 sha256:11228e67e31e7728fea839f37fd447f9dfd03b0175ed0134c62ae29ed732debd [2022-03-25T14:23:20.749Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e [2022-03-25T14:23:20.904Z] #1 [internal] load build definition from Dockerfile [2022-03-25T14:23:20.904Z] #1 sha256:a9db4121f3e15d23579252fc30b03d046b05dd8dbf7d239ff2df09304884cd0c [2022-03-25T14:23:20.904Z] #1 transferring dockerfile: 16.77kB done [2022-03-25T14:23:20.904Z] #1 DONE 0.0s [2022-03-25T14:23:20.904Z] [2022-03-25T14:23:20.904Z] #2 [internal] load .dockerignore [2022-03-25T14:23:20.904Z] #2 sha256:64be1c6f8459118e04fc092eef969a008b544c12ddf3d85e641ce134a78f2d0d [2022-03-25T14:23:20.904Z] #2 transferring context: 87B done [2022-03-25T14:23:20.904Z] #2 DONE 0.0s [2022-03-25T14:23:20.904Z] [2022-03-25T14:23:20.904Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-25T14:23:20.904Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-25T14:23:20.967Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/test/unit [2022-03-25T14:23:20.989Z] #31 ... [2022-03-25T14:23:20.989Z] [2022-03-25T14:23:20.989Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-25T14:23:20.989Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-25T14:23:20.989Z] #52 DONE 0.4s [2022-03-25T14:23:20.989Z] [2022-03-25T14:23:20.989Z] #31 [internal] load build context [2022-03-25T14:23:20.989Z] #31 sha256:11228e67e31e7728fea839f37fd447f9dfd03b0175ed0134c62ae29ed732debd [2022-03-25T14:23:21.007Z] #11 ... [2022-03-25T14:23:21.007Z] [2022-03-25T14:23:21.007Z] #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-25T14:23:21.007Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-25T14:23:21.007Z] #29 8.680 0 added, 0 removed; done. [2022-03-25T14:23:21.007Z] #29 8.680 Running hooks in /etc/ca-certificates/update.d... [2022-03-25T14:23:21.007Z] #29 8.681 done. [2022-03-25T14:23:21.007Z] #29 DONE 10.5s [2022-03-25T14:23:21.007Z] [2022-03-25T14:23:21.007Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:21.007Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:21.007Z] #11 ... [2022-03-25T14:23:21.007Z] [2022-03-25T14:23:21.007Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-25T14:23:21.007Z] #30 sha256:d8b67f24af37d6d8efd8a8c733299fa828d776d3622052b8dba24602ef02d194 [2022-03-25T14:23:21.007Z] #30 DONE 0.2s [2022-03-25T14:23:21.162Z] #3 DONE 0.3s [2022-03-25T14:23:21.162Z] [2022-03-25T14:23:21.162Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-25T14:23:21.162Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-25T14:23:21.162Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-03-25T14:23:21.162Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-25T14:23:21.162Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-25T14:23:21.162Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-25T14:23:21.162Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.1s [2022-03-25T14:23:21.162Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done [2022-03-25T14:23:21.162Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-03-25T14:23:21.228Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-25T14:23:21.228Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-25T14:23:21.228Z] + TESTDIRS=./... [2022-03-25T14:23:21.228Z] + exclude_paths='/vendor/|/integration' [2022-03-25T14:23:21.228Z] ++ go list ./... [2022-03-25T14:23:21.228Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-25T14:23:21.266Z] [2022-03-25T14:23:21.266Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:21.266Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:21.421Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-25T14:23:21.421Z] #4 DONE 0.4s [2022-03-25T14:23:21.571Z] #31 ... [2022-03-25T14:23:21.571Z] [2022-03-25T14:23:21.571Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-25T14:23:21.571Z] #14 sha256:f609a996647c48ed7744d09bd220bf6684ad07ffba5269a6a9a05008677b749b [2022-03-25T14:23:21.571Z] #14 DONE 1.0s [2022-03-25T14:23:21.571Z] [2022-03-25T14:23:21.571Z] #31 [internal] load build context [2022-03-25T14:23:21.571Z] #31 sha256:11228e67e31e7728fea839f37fd447f9dfd03b0175ed0134c62ae29ed732debd [2022-03-25T14:23:21.679Z] [2022-03-25T14:23:21.679Z] #6 [internal] load build definition from Dockerfile [2022-03-25T14:23:21.679Z] #6 sha256:1ccc1883333b2894b12442eb7536fda106e3a9f936d464b1c87468618432ee3c [2022-03-25T14:23:21.679Z] #6 DONE 0.0s [2022-03-25T14:23:21.679Z] [2022-03-25T14:23:21.679Z] #5 [internal] load .dockerignore [2022-03-25T14:23:21.679Z] #5 sha256:cbb53ee228c7936a35ae46c833c37d5dca915bd23b0765008bbe3ee74746ea96 [2022-03-25T14:23:21.679Z] #5 DONE 0.0s [2022-03-25T14:23:21.679Z] [2022-03-25T14:23:21.679Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:21.679Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-25T14:23:21.679Z] #10 ... [2022-03-25T14:23:21.679Z] [2022-03-25T14:23:21.679Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:21.679Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-25T14:23:21.679Z] #8 DONE 0.1s [2022-03-25T14:23:21.937Z] [2022-03-25T14:23:21.937Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-25T14:23:21.937Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-25T14:23:21.937Z] #10 DONE 0.1s [2022-03-25T14:23:21.937Z] [2022-03-25T14:23:21.937Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-25T14:23:21.937Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-25T14:23:21.937Z] #9 DONE 0.2s [2022-03-25T14:23:21.937Z] [2022-03-25T14:23:21.937Z] #7 [internal] load metadata for docker.io/library/golang:1.18.0-bullseye [2022-03-25T14:23:21.937Z] #7 sha256:a9964560acf52ed22c07d2e983065b0de8ec1112ed28e1fc9b2c1cadb868fd2a [2022-03-25T14:23:21.937Z] #7 DONE 0.3s [2022-03-25T14:23:21.968Z] #24 transferring context: 60.59MB 1.8s done [2022-03-25T14:23:21.968Z] #24 DONE 1.9s [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-25T14:23:21.968Z] #55 sha256:1d23bc277741e47f096b171aa934f007fe5eb8a070f7717047b69a0e3296f70b [2022-03-25T14:23:21.968Z] #55 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-25T14:23:21.968Z] #62 sha256:657a9bbef3a96427bd95b4256f190a5eeb71fff7d400ddd1287e4987d46d2bc6 [2022-03-25T14:23:21.968Z] #62 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #13 sha256:e4c0353b2e308b117e74ea6eed207690407e1fae2a8b3312efdab3ecd1dbf40d [2022-03-25T14:23:21.968Z] #13 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-25T14:23:21.968Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-25T14:23:21.968Z] #68 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-25T14:23:21.968Z] #65 sha256:8900f0bf3afc5f8b0910a4777f5f163e08da1769bf3e306a892af0d5acde2fbe [2022-03-25T14:23:21.968Z] #65 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #16 sha256:e5f2e9df0889fbd308f1e94d16609c02dc1e378e4267bba0097132799a7dfd14 [2022-03-25T14:23:21.968Z] #16 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-25T14:23:21.968Z] #41 sha256:2ad9a0320fa215a6ff2aba35dd1b38eb08a7b77c18f0ec5c5c3b768bfe4633a3 [2022-03-25T14:23:21.968Z] #41 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #53 sha256:065c15b37b4063bc488ce682f6d43dcb03528706f60cbf6f63f64573768a0692 [2022-03-25T14:23:21.968Z] #53 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #26 sha256:4960f5d7b927348fbdec31ea45912c3f0849710c02974988b1234e979091d6c2 [2022-03-25T14:23:21.968Z] #26 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-25T14:23:21.968Z] #27 sha256:e4e18d65c0c00c461ab7f0565bacda8128cb4aec944d73c9ef414d198fa92de8 [2022-03-25T14:23:21.968Z] #27 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #46 sha256:0c7f5532c51a95aa8489a175bdd6eaa1a5d10d81a4729bd46e915aeecca3b136 [2022-03-25T14:23:21.968Z] #46 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-25T14:23:21.968Z] #66 sha256:4826c5a970fc0e0dc1b5e6a2e30a0864a30d1542779b2c34f5fdbfe28b4ee076 [2022-03-25T14:23:21.968Z] #66 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #63 sha256:5ff6018f617dba0be46cda1ddc713b01ce6812cd1b86602dcb0fd993b92e4a77 [2022-03-25T14:23:21.968Z] #63 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-25T14:23:21.968Z] #25 sha256:f4a9700524b01cfcadb9fb2145b29debafcf02d498352e398b351c7507e22341 [2022-03-25T14:23:21.968Z] #25 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.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-25T14:23:21.968Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:23:21.968Z] #51 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-25T14:23:21.968Z] #48 sha256:d19c88be727fdd4c2fc95712e0905ccf8616daf0c0c31be9cf0cffc476fa5fc7 [2022-03-25T14:23:21.968Z] #48 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-25T14:23:21.968Z] #64 sha256:9560a795df440d3ad5af815cd969c66ad852e6fc82e4389ac4b8f79f49a8de46 [2022-03-25T14:23:21.968Z] #64 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-25T14:23:21.968Z] #50 sha256:8c142e78835a35902c24a44c45997a96360b8c50d2cc62502094019c7e54e8f4 [2022-03-25T14:23:21.968Z] #50 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-25T14:23:21.968Z] #17 sha256:6c3017b824fd9d20795004b28106b57a45cfc30e5b1a1affc2c4a76c5e855540 [2022-03-25T14:23:21.968Z] #17 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-25T14:23:21.968Z] #57 sha256:291e3219450ff4e0081896865daecd4c6b2d6bddd89f5e9d9f12386c87a63665 [2022-03-25T14:23:21.968Z] #57 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:23:21.968Z] #34 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-25T14:23:21.968Z] #42 sha256:efbdbaccd79a382520d32e72f9fd9c0b139a77781fd7fef3bff6397da51465ed [2022-03-25T14:23:21.968Z] #42 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-25T14:23:21.968Z] #37 sha256:cc88071757381d51126da510f98b6ee427fef95f2fa66520e0a5453a06d4c866 [2022-03-25T14:23:21.968Z] #37 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-25T14:23:21.968Z] #15 sha256:c505cf88f2c11a477c01732985c980b7a4bad2f2e925564d96038ac347e7697a [2022-03-25T14:23:21.968Z] #15 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-25T14:23:21.968Z] #44 sha256:98554bd974f2d0dcbd54aab9790a07e2608cfab5f0c4a03a15078120fb3e3b65 [2022-03-25T14:23:21.968Z] #44 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-25T14:23:21.968Z] #23 sha256:27129f8cec1cabab546c25f38936e9b0bf96767a754124cc5a0beaef6f28b999 [2022-03-25T14:23:21.968Z] #23 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #40 sha256:64d5745f3f97778bf34b5b3fa43cdc11a1a870db7e3f6314a98157f0b0fef99f [2022-03-25T14:23:21.968Z] #40 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-25T14:23:21.968Z] #54 sha256:b0b4836481fdb7755d7a038c8c61a5b9535fe9d5081b9efe902c0197dcd4bed6 [2022-03-25T14:23:21.968Z] #54 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-25T14:23:21.968Z] #19 sha256:e9f05ab2af674ce426c52419e26426100a80ef44e1fa94d3dd9573a93e3f0813 [2022-03-25T14:23:21.968Z] #19 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-25T14:23:21.968Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-25T14:23:21.968Z] #70 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-25T14:23:21.968Z] #30 sha256:651376f0dd0a1af25a502b4501eced8bda4c783e3f6e026458e8cafbd74613a0 [2022-03-25T14:23:21.968Z] #30 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #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-25T14:23:21.968Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:23:21.968Z] #14 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.968Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-25T14:23:21.968Z] #20 sha256:3ec2c35bc748e4776ceab7babc9ba1eebed3e3d306f6907bf3e3fefee8a9153b [2022-03-25T14:23:21.968Z] #20 CACHED [2022-03-25T14:23:21.968Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-25T14:23:21.969Z] #29 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #22 sha256:3c83af30fca832735bfd83c9782fe9f8cf31bc6f10a2b933d505cc16da7d1f46 [2022-03-25T14:23:21.969Z] #22 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-25T14:23:21.969Z] #52 sha256:405cb46a1cf52015fc486d6ff9584e413ab71c5f32eeca445da4b89a57f2fd4c [2022-03-25T14:23:21.969Z] #52 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-25T14:23:21.969Z] #71 sha256:714c8abc289ed8b5e0f2f16d32915c705127c5ff4ce3289d0553365398a7698b [2022-03-25T14:23:21.969Z] #71 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-25T14:23:21.969Z] #18 sha256:4dd6ce380dd536bd07ae44eb4322ad04bd1f19950b261d272e85179f7319129e [2022-03-25T14:23:21.969Z] #18 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-25T14:23:21.969Z] #59 sha256:a2170f968b9b6c1c310a7d3d1680e89afb8fe0b8719f93c473835c6df1beaf0d [2022-03-25T14:23:21.969Z] #59 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:23:21.969Z] #38 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #56 sha256:9f510885fc2680a7560776bb64a4fd5b89c9ecbafeb73d319d94e314acc2ac06 [2022-03-25T14:23:21.969Z] #56 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-25T14:23:21.969Z] #35 sha256:b792baa2c139cc9bd13794e166679304b52f60d8a773f267e749a7da98a01cf7 [2022-03-25T14:23:21.969Z] #35 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #36 sha256:009b2fcedd65be913d92fe71222460306f8961e8ec3b3c700d0ccf5f2d99e572 [2022-03-25T14:23:21.969Z] #36 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f [2022-03-25T14:23:21.969Z] #49 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #60 sha256:e07787dac95880e7dd6b4764871fcd1aedcd48582f29b28f3c88224b8d5501d8 [2022-03-25T14:23:21.969Z] #60 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #31 sha256:99a77527431b2da50fe0cdf60c37810dba2a56fe0886ec1a54705e5b49d1f78f [2022-03-25T14:23:21.969Z] #31 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-25T14:23:21.969Z] #61 sha256:b72fb014301adfbfbcc2cde40730c3b519573b5ebea019de782f5c617bf643cf [2022-03-25T14:23:21.969Z] #61 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-25T14:23:21.969Z] #32 sha256:c2d6189263bd5878c4b1786600e1dcc3532681d64df9d8e4a4f006287463cee4 [2022-03-25T14:23:21.969Z] #32 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.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-25T14:23:21.969Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:23:21.969Z] #47 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:23:21.969Z] #43 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-25T14:23:21.969Z] #39 sha256:382d1bc9881a40388eb6cc28927a2f57c48a6834c66b53680c756bd99ca0916f [2022-03-25T14:23:21.969Z] #39 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-25T14:23:21.969Z] #12 sha256:cceb3190a6c8f9b7b4e5eff6848416c62a22ec85af7debf30b2c164f8d82ca0d [2022-03-25T14:23:21.969Z] #12 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-25T14:23:21.969Z] #33 sha256:abefe783268cdb831cbaad95f277d9c99c2a9f7320a0d6533da4c8242103989d [2022-03-25T14:23:21.969Z] #33 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #21 sha256:2322007b70694bf875c7e5fe4e24cea61a831995892f3eb8bda0425b95d831bf [2022-03-25T14:23:21.969Z] #21 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #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-25T14:23:21.969Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86 [2022-03-25T14:23:21.969Z] #58 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-25T14:23:21.969Z] #72 sha256:b5d137fa2d1d78634fba5aa563deaf83802002a0f4bd688a38bdc73e1ed461bd [2022-03-25T14:23:21.969Z] #72 CACHED [2022-03-25T14:23:21.969Z] [2022-03-25T14:23:21.969Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-25T14:23:21.969Z] #73 sha256:aab095ef6e4418e23df635ec9b6574721dd91db575339beed03faaa64adfee1d [2022-03-25T14:23:22.164Z] + pkg_list='github.com/docker/docker/api [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/backend [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/container [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/events [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/filters [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/image [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/mount [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/network [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/registry [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/time [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/versions [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/volume [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:23:22.165Z] github.com/docker/docker/cli [2022-03-25T14:23:22.165Z] github.com/docker/docker/cli/config [2022-03-25T14:23:22.165Z] github.com/docker/docker/cli/debug [2022-03-25T14:23:22.165Z] github.com/docker/docker/client [2022-03-25T14:23:22.165Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:23:22.165Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:23:22.165Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:23:22.165Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:23:22.165Z] github.com/docker/docker/container [2022-03-25T14:23:22.165Z] github.com/docker/docker/container/stream [2022-03-25T14:23:22.165Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:23:22.165Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:23:22.165Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/config [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/events [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/exec [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/images [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/links [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/names [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/network [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/stats [2022-03-25T14:23:22.165Z] github.com/docker/docker/distribution [2022-03-25T14:23:22.165Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:23:22.165Z] github.com/docker/docker/distribution/utils [2022-03-25T14:23:22.165Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:23:22.165Z] github.com/docker/docker/dockerversion [2022-03-25T14:23:22.165Z] github.com/docker/docker/errdefs [2022-03-25T14:23:22.165Z] github.com/docker/docker/image [2022-03-25T14:23:22.165Z] github.com/docker/docker/image/cache [2022-03-25T14:23:22.165Z] github.com/docker/docker/image/tarexport [2022-03-25T14:23:22.165Z] github.com/docker/docker/image/v1 [2022-03-25T14:23:22.165Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:23:22.165Z] github.com/docker/docker/layer [2022-03-25T14:23:22.165Z] github.com/docker/docker/libcontainerd [2022-03-25T14:23:22.165Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:23:22.165Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:23:22.165Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:23:22.165Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/libnetwork/types [2022-03-25T14:23:22.165Z] github.com/docker/docker/oci [2022-03-25T14:23:22.165Z] github.com/docker/docker/oci/caps [2022-03-25T14:23:22.165Z] github.com/docker/docker/opts [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/archive [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/directory [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/platform [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/pools [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/progress [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/signal [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/stack [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/system [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:23:22.165Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:23:22.165Z] github.com/docker/docker/plugin [2022-03-25T14:23:22.165Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:23:22.165Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:23:22.165Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:23:22.165Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:23:22.165Z] github.com/docker/docker/quota [2022-03-25T14:23:22.165Z] github.com/docker/docker/reference [2022-03-25T14:23:22.165Z] github.com/docker/docker/registry [2022-03-25T14:23:22.165Z] github.com/docker/docker/registry/resumable [2022-03-25T14:23:22.165Z] github.com/docker/docker/restartmanager [2022-03-25T14:23:22.165Z] github.com/docker/docker/rootless [2022-03-25T14:23:22.165Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:23:22.165Z] github.com/docker/docker/runconfig [2022-03-25T14:23:22.165Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/environment [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/registry [2022-03-25T14:23:22.165Z] github.com/docker/docker/testutil/request [2022-03-25T14:23:22.165Z] github.com/docker/docker/volume [2022-03-25T14:23:22.165Z] github.com/docker/docker/volume/drivers [2022-03-25T14:23:22.165Z] github.com/docker/docker/volume/local [2022-03-25T14:23:22.165Z] github.com/docker/docker/volume/mounts [2022-03-25T14:23:22.165Z] github.com/docker/docker/volume/service [2022-03-25T14:23:22.165Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:23:22.165Z] github.com/docker/docker/volume/testutils' [2022-03-25T14:23:22.165Z] ++ grep --fixed-strings -v /libnetwork [2022-03-25T14:23:22.165Z] ++ echo 'github.com/docker/docker/api [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/backend [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/container [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/events [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/filters [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/image [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/mount [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/network [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/registry [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/time [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/versions [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:23:22.165Z] github.com/docker/docker/api/types/volume [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:23:22.165Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:23:22.165Z] github.com/docker/docker/cli [2022-03-25T14:23:22.165Z] github.com/docker/docker/cli/config [2022-03-25T14:23:22.165Z] github.com/docker/docker/cli/debug [2022-03-25T14:23:22.165Z] github.com/docker/docker/client [2022-03-25T14:23:22.165Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:23:22.165Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:23:22.165Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:23:22.165Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:23:22.165Z] github.com/docker/docker/container [2022-03-25T14:23:22.165Z] github.com/docker/docker/container/stream [2022-03-25T14:23:22.165Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:23:22.165Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:23:22.165Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/config [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/events [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/exec [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:23:22.165Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/images [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/links [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/names [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/network [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/stats [2022-03-25T14:23:22.166Z] github.com/docker/docker/distribution [2022-03-25T14:23:22.166Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:23:22.166Z] github.com/docker/docker/distribution/utils [2022-03-25T14:23:22.166Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:23:22.166Z] github.com/docker/docker/dockerversion [2022-03-25T14:23:22.166Z] github.com/docker/docker/errdefs [2022-03-25T14:23:22.166Z] github.com/docker/docker/image [2022-03-25T14:23:22.166Z] github.com/docker/docker/image/cache [2022-03-25T14:23:22.166Z] github.com/docker/docker/image/tarexport [2022-03-25T14:23:22.166Z] github.com/docker/docker/image/v1 [2022-03-25T14:23:22.166Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:23:22.166Z] github.com/docker/docker/layer [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/libnetwork/types [2022-03-25T14:23:22.166Z] github.com/docker/docker/oci [2022-03-25T14:23:22.166Z] github.com/docker/docker/oci/caps [2022-03-25T14:23:22.166Z] github.com/docker/docker/opts [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/archive [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/directory [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/platform [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/pools [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/progress [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/signal [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/stack [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/system [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:23:22.166Z] github.com/docker/docker/plugin [2022-03-25T14:23:22.166Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:23:22.166Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:23:22.166Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:23:22.166Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:23:22.166Z] github.com/docker/docker/quota [2022-03-25T14:23:22.166Z] github.com/docker/docker/reference [2022-03-25T14:23:22.166Z] github.com/docker/docker/registry [2022-03-25T14:23:22.166Z] github.com/docker/docker/registry/resumable [2022-03-25T14:23:22.166Z] github.com/docker/docker/restartmanager [2022-03-25T14:23:22.166Z] github.com/docker/docker/rootless [2022-03-25T14:23:22.166Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:23:22.166Z] github.com/docker/docker/runconfig [2022-03-25T14:23:22.166Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/environment [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/registry [2022-03-25T14:23:22.166Z] github.com/docker/docker/testutil/request [2022-03-25T14:23:22.166Z] github.com/docker/docker/volume [2022-03-25T14:23:22.166Z] github.com/docker/docker/volume/drivers [2022-03-25T14:23:22.166Z] github.com/docker/docker/volume/local [2022-03-25T14:23:22.166Z] github.com/docker/docker/volume/mounts [2022-03-25T14:23:22.166Z] github.com/docker/docker/volume/service [2022-03-25T14:23:22.166Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:23:22.166Z] github.com/docker/docker/volume/testutils' [2022-03-25T14:23:22.166Z] + base_pkg_list='github.com/docker/docker/api [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/backend [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/container [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/events [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/filters [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/image [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/mount [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/network [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/registry [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/time [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/versions [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:23:22.166Z] github.com/docker/docker/api/types/volume [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:23:22.166Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:23:22.166Z] github.com/docker/docker/cli [2022-03-25T14:23:22.166Z] github.com/docker/docker/cli/config [2022-03-25T14:23:22.166Z] github.com/docker/docker/cli/debug [2022-03-25T14:23:22.166Z] github.com/docker/docker/client [2022-03-25T14:23:22.166Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:23:22.166Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:23:22.166Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:23:22.166Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:23:22.166Z] github.com/docker/docker/container [2022-03-25T14:23:22.166Z] github.com/docker/docker/container/stream [2022-03-25T14:23:22.166Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:23:22.166Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:23:22.166Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/config [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/events [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/exec [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/images [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/links [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/names [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/network [2022-03-25T14:23:22.166Z] github.com/docker/docker/daemon/stats [2022-03-25T14:23:22.166Z] github.com/docker/docker/distribution [2022-03-25T14:23:22.166Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:23:22.166Z] github.com/docker/docker/distribution/utils [2022-03-25T14:23:22.166Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:23:22.166Z] github.com/docker/docker/dockerversion [2022-03-25T14:23:22.166Z] github.com/docker/docker/errdefs [2022-03-25T14:23:22.166Z] github.com/docker/docker/image [2022-03-25T14:23:22.166Z] github.com/docker/docker/image/cache [2022-03-25T14:23:22.166Z] github.com/docker/docker/image/tarexport [2022-03-25T14:23:22.166Z] github.com/docker/docker/image/v1 [2022-03-25T14:23:22.166Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:23:22.166Z] github.com/docker/docker/layer [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:23:22.166Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:23:22.166Z] github.com/docker/docker/oci [2022-03-25T14:23:22.166Z] github.com/docker/docker/oci/caps [2022-03-25T14:23:22.166Z] github.com/docker/docker/opts [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/archive [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/directory [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:23:22.166Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/platform [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/pools [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/progress [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/signal [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/stack [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/system [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:23:22.167Z] github.com/docker/docker/plugin [2022-03-25T14:23:22.167Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:23:22.167Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:23:22.167Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:23:22.167Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:23:22.167Z] github.com/docker/docker/quota [2022-03-25T14:23:22.167Z] github.com/docker/docker/reference [2022-03-25T14:23:22.167Z] github.com/docker/docker/registry [2022-03-25T14:23:22.167Z] github.com/docker/docker/registry/resumable [2022-03-25T14:23:22.167Z] github.com/docker/docker/restartmanager [2022-03-25T14:23:22.167Z] github.com/docker/docker/rootless [2022-03-25T14:23:22.167Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:23:22.167Z] github.com/docker/docker/runconfig [2022-03-25T14:23:22.167Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/environment [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/registry [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/request [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/drivers [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/local [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/mounts [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/service [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/testutils' [2022-03-25T14:23:22.167Z] ++ grep --fixed-strings /libnetwork [2022-03-25T14:23:22.167Z] ++ echo 'github.com/docker/docker/api [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/backend [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/container [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/events [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/filters [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/image [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/mount [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/network [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/registry [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/time [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/versions [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:23:22.167Z] github.com/docker/docker/api/types/volume [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:23:22.167Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:23:22.167Z] github.com/docker/docker/cli [2022-03-25T14:23:22.167Z] github.com/docker/docker/cli/config [2022-03-25T14:23:22.167Z] github.com/docker/docker/cli/debug [2022-03-25T14:23:22.167Z] github.com/docker/docker/client [2022-03-25T14:23:22.167Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:23:22.167Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:23:22.167Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:23:22.167Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:23:22.167Z] github.com/docker/docker/container [2022-03-25T14:23:22.167Z] github.com/docker/docker/container/stream [2022-03-25T14:23:22.167Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:23:22.167Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:23:22.167Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/config [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/events [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/exec [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/images [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/links [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/names [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/network [2022-03-25T14:23:22.167Z] github.com/docker/docker/daemon/stats [2022-03-25T14:23:22.167Z] github.com/docker/docker/distribution [2022-03-25T14:23:22.167Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:23:22.167Z] github.com/docker/docker/distribution/utils [2022-03-25T14:23:22.167Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:23:22.167Z] github.com/docker/docker/dockerversion [2022-03-25T14:23:22.167Z] github.com/docker/docker/errdefs [2022-03-25T14:23:22.167Z] github.com/docker/docker/image [2022-03-25T14:23:22.167Z] github.com/docker/docker/image/cache [2022-03-25T14:23:22.167Z] github.com/docker/docker/image/tarexport [2022-03-25T14:23:22.167Z] github.com/docker/docker/image/v1 [2022-03-25T14:23:22.167Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:23:22.167Z] github.com/docker/docker/layer [2022-03-25T14:23:22.167Z] github.com/docker/docker/libcontainerd [2022-03-25T14:23:22.167Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:23:22.167Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:23:22.167Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:23:22.167Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/types [2022-03-25T14:23:22.167Z] github.com/docker/docker/oci [2022-03-25T14:23:22.167Z] github.com/docker/docker/oci/caps [2022-03-25T14:23:22.167Z] github.com/docker/docker/opts [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/archive [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/directory [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/platform [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/pools [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/progress [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/signal [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/stack [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/system [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:23:22.167Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:23:22.167Z] github.com/docker/docker/plugin [2022-03-25T14:23:22.167Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:23:22.167Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:23:22.167Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:23:22.167Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:23:22.167Z] github.com/docker/docker/quota [2022-03-25T14:23:22.167Z] github.com/docker/docker/reference [2022-03-25T14:23:22.167Z] github.com/docker/docker/registry [2022-03-25T14:23:22.167Z] github.com/docker/docker/registry/resumable [2022-03-25T14:23:22.167Z] github.com/docker/docker/restartmanager [2022-03-25T14:23:22.167Z] github.com/docker/docker/rootless [2022-03-25T14:23:22.167Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:23:22.167Z] github.com/docker/docker/runconfig [2022-03-25T14:23:22.167Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/environment [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/registry [2022-03-25T14:23:22.167Z] github.com/docker/docker/testutil/request [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/drivers [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/local [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/mounts [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/service [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:23:22.167Z] github.com/docker/docker/volume/testutils' [2022-03-25T14:23:22.167Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:23:22.167Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/types' [2022-03-25T14:23:22.168Z] + echo 'github.com/docker/docker/libnetwork [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/types' [2022-03-25T14:23:22.168Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:23:22.168Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:23:22.168Z] + type docker-proxy [2022-03-25T14:23:22.168Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-25T14:23:22.168Z] + hack/make.sh binary-proxy install-proxy [2022-03-25T14:23:22.168Z] [2022-03-25T14:23:22.426Z] Removing bundles/ [2022-03-25T14:23:22.426Z] [2022-03-25T14:23:22.426Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-25T14:23:22.426Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-25T14:23:22.426Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:23:22.505Z] [2022-03-25T14:23:22.505Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:22.505Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-25T14:23:22.505Z] #69 DONE 0.0s [2022-03-25T14:23:22.505Z] [2022-03-25T14:23:22.505Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-25T14:23:22.505Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-25T14:23:22.505Z] #67 DONE 0.0s [2022-03-25T14:23:22.505Z] [2022-03-25T14:23:22.505Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-25T14:23:22.505Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-25T14:23:22.505Z] #28 resolve docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf 0.0s done [2022-03-25T14:23:22.505Z] #28 sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf 1.85kB / 1.85kB done [2022-03-25T14:23:22.505Z] #28 sha256:039f72a400b48c272c6348f0a3f749509b18e611901a21379abc7eb6edd53392 529B / 529B done [2022-03-25T14:23:22.505Z] #28 sha256:48c562c706d6a8a0c1c40f02b95506b20233c4f0261cc07e4e40f0c6e3673163 1.46kB / 1.46kB done [2022-03-25T14:23:22.765Z] #28 ... [2022-03-25T14:23:22.765Z] [2022-03-25T14:23:22.765Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-25T14:23:22.765Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-25T14:23:22.765Z] #45 DONE 0.4s [2022-03-25T14:23:22.765Z] [2022-03-25T14:23:22.765Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-25T14:23:22.765Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-25T14:23:22.765Z] #28 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 33.55MB / 54.92MB 0.4s [2022-03-25T14:23:22.765Z] #28 ... [2022-03-25T14:23:22.765Z] [2022-03-25T14:23:22.765Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-25T14:23:22.765Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-25T14:23:22.765Z] #45 DONE 0.0s [2022-03-25T14:23:22.765Z] [2022-03-25T14:23:22.765Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-25T14:23:22.765Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-25T14:23:22.765Z] #28 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 44.04MB / 54.92MB 0.5s [2022-03-25T14:23:22.765Z] #28 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 54.53MB / 54.92MB 0.6s [2022-03-25T14:23:22.897Z] #73 DONE 0.9s [2022-03-25T14:23:22.954Z] #31 ... [2022-03-25T14:23:22.954Z] [2022-03-25T14:23:22.954Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-25T14:23:22.954Z] #15 sha256:5ccc07cfd71a754c8db033e3558fe18074912dd060a92f42d5577794246b4a43 [2022-03-25T14:23:22.954Z] #15 DONE 1.3s [2022-03-25T14:23:22.954Z] [2022-03-25T14:23:22.954Z] #31 [internal] load build context [2022-03-25T14:23:22.954Z] #31 sha256:11228e67e31e7728fea839f37fd447f9dfd03b0175ed0134c62ae29ed732debd [2022-03-25T14:23:23.153Z] [2022-03-25T14:23:23.153Z] #74 exporting to image [2022-03-25T14:23:23.153Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-25T14:23:23.153Z] #74 exporting layers [2022-03-25T14:23:23.537Z] #31 transferring context: 60.59MB 3.0s done [2022-03-25T14:23:23.537Z] #31 DONE 3.0s [2022-03-25T14:23:23.537Z] [2022-03-25T14:23:23.537Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-25T14:23:23.537Z] #16 sha256:df756a0502c3172c14e0a352dcae5e8a4cd6a005abf9b1c7c6af1faeb921d29c [2022-03-25T14:23:23.796Z] #16 DONE 0.9s [2022-03-25T14:23:23.796Z] [2022-03-25T14:23:23.796Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-25T14:23:23.796Z] #17 sha256:eb210c02fb3e207fa7d7793cb626358e47d80ccb8a4bdea05edb52190db9dedb [2022-03-25T14:23:24.087Z] #74 exporting layers 1.0s done [2022-03-25T14:23:24.087Z] #74 writing image sha256:7f4419956d37ab62aa3cc450468e3383375316d44821a81aed71da671ae80364 done [2022-03-25T14:23:24.087Z] #74 naming to docker.io/library/docker:3853eb59d16431793a1ac64b3736931b2a078abd done [2022-03-25T14:23:24.087Z] #74 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-25T14:23:24.363Z] #17 DONE 0.5s [2022-03-25T14:23:24.363Z] [2022-03-25T14:23:24.363Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-25T14:23:24.363Z] #18 sha256:e34a0de59b40d67b0eafb4c26f96dac3ccea41507e0d9929f726950be337c7e8 [2022-03-25T14:23:24.411Z] + trap exit INT TERM [2022-03-25T14:23:24.411Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-25T14:23:24.411Z] + CONTAINER_NAME=docker-pr3 [2022-03-25T14:23:24.411Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43378/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh dynbinary [2022-03-25T14:23:24.667Z] [2022-03-25T14:23:24.677Z] #28 extracting sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 1.2s [2022-03-25T14:23:24.924Z] Removing bundles/ [2022-03-25T14:23:24.924Z] [2022-03-25T14:23:24.924Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-25T14:23:24.924Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:23:24.924Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:23:24.930Z] #18 DONE 0.5s [2022-03-25T14:23:24.930Z] [2022-03-25T14:23:24.930Z] #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-25T14:23:24.930Z] #19 sha256:e3d5f52590905818b09b11c4651163e48c0a89ea620c85b1736376275550f7d7 [2022-03-25T14:23:25.497Z] #19 0.799 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:23:25.756Z] #19 0.896 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:23:25.756Z] #19 1.065 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:23:26.015Z] #19 1.069 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-25T14:23:26.015Z] #19 1.155 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-25T14:23:26.015Z] #19 1.240 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-25T14:23:26.015Z] #19 1.325 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:23:26.274Z] #19 1.424 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-25T14:23:26.274Z] #19 1.525 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-25T14:23:26.274Z] #19 1.610 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [117 kB] [2022-03-25T14:23:26.533Z] #19 1.612 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-03-25T14:23:26.534Z] #19 1.614 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-03-25T14:23:26.534Z] #19 1.615 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:23:26.534Z] #19 1.617 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [125 kB] [2022-03-25T14:23:26.534Z] #19 1.619 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-03-25T14:23:26.534Z] #19 1.620 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-25T14:23:26.534Z] #19 1.621 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-25T14:23:26.534Z] #19 1.621 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-25T14:23:26.534Z] #19 1.622 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-25T14:23:26.534Z] #19 1.622 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-25T14:23:26.534Z] #19 1.623 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:23:26.534Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 5.1s [2022-03-25T14:23:27.218Z] #28 ... [2022-03-25T14:23:27.218Z] [2022-03-25T14:23:27.218Z] #24 [internal] load build context [2022-03-25T14:23:27.218Z] #24 sha256:53710a39f46125106abc14a94ce3be1d6ed14606fa4de38f1010dbd26629ae1a [2022-03-25T14:23:27.218Z] #24 transferring context: 60.58MB 4.4s done [2022-03-25T14:23:27.218Z] #24 DONE 4.4s [2022-03-25T14:23:27.218Z] [2022-03-25T14:23:27.218Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:27.218Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:27.218Z] #11 resolve docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 0.0s done [2022-03-25T14:23:27.218Z] #11 sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 1.86kB / 1.86kB done [2022-03-25T14:23:27.218Z] #11 sha256:3abbb425095abbb927320e16da1338a3b51f8e40fc3df94fc4ab4dd3b3363689 7.03kB / 7.03kB done [2022-03-25T14:23:27.218Z] #11 sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 54.92MB / 54.92MB 0.7s done [2022-03-25T14:23:27.218Z] #11 sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 5.15MB / 5.15MB 0.5s done [2022-03-25T14:23:27.218Z] #11 sha256:996ee073842215953635bcc11b2cda8775b543dbe4a903a6792ad7dd4dcd0017 1.80kB / 1.80kB done [2022-03-25T14:23:27.218Z] #11 sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 10.87MB / 10.87MB 0.6s done [2022-03-25T14:23:27.218Z] #11 sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 54.58MB / 54.58MB 1.8s done [2022-03-25T14:23:27.218Z] #11 sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 85.83MB / 85.83MB 2.2s done [2022-03-25T14:23:27.218Z] #11 sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 141.70MB / 141.70MB 3.1s done [2022-03-25T14:23:27.218Z] #11 sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 156B / 156B 1.9s done [2022-03-25T14:23:27.693Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-25T14:23:27.693Z] [2022-03-25T14:23:27.693Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-25T14:23:27.693Z] Installing docker-proxy to /usr/local/bin/ [2022-03-25T14:23:27.693Z] [2022-03-25T14:23:27.693Z] + mkdir -p bundles [2022-03-25T14:23:27.693Z] + '[' -n 'github.com/docker/docker/api [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/backend [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/container [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/events [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/filters [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/image [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/mount [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/network [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/registry [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/time [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/versions [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:23:27.693Z] github.com/docker/docker/api/types/volume [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:23:27.693Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:23:27.693Z] github.com/docker/docker/cli [2022-03-25T14:23:27.693Z] github.com/docker/docker/cli/config [2022-03-25T14:23:27.693Z] github.com/docker/docker/cli/debug [2022-03-25T14:23:27.693Z] github.com/docker/docker/client [2022-03-25T14:23:27.693Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:23:27.693Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:23:27.693Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:23:27.693Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:23:27.693Z] github.com/docker/docker/container [2022-03-25T14:23:27.693Z] github.com/docker/docker/container/stream [2022-03-25T14:23:27.693Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:23:27.693Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:23:27.693Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/config [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/events [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/exec [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/images [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/links [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/names [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/network [2022-03-25T14:23:27.693Z] github.com/docker/docker/daemon/stats [2022-03-25T14:23:27.693Z] github.com/docker/docker/distribution [2022-03-25T14:23:27.693Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:23:27.693Z] github.com/docker/docker/distribution/utils [2022-03-25T14:23:27.693Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:23:27.693Z] github.com/docker/docker/dockerversion [2022-03-25T14:23:27.693Z] github.com/docker/docker/errdefs [2022-03-25T14:23:27.693Z] github.com/docker/docker/image [2022-03-25T14:23:27.693Z] github.com/docker/docker/image/cache [2022-03-25T14:23:27.693Z] github.com/docker/docker/image/tarexport [2022-03-25T14:23:27.693Z] github.com/docker/docker/image/v1 [2022-03-25T14:23:27.693Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:23:27.693Z] github.com/docker/docker/layer [2022-03-25T14:23:27.693Z] github.com/docker/docker/libcontainerd [2022-03-25T14:23:27.693Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:23:27.693Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:23:27.693Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:23:27.693Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:23:27.693Z] github.com/docker/docker/oci [2022-03-25T14:23:27.693Z] github.com/docker/docker/oci/caps [2022-03-25T14:23:27.693Z] github.com/docker/docker/opts [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/archive [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/directory [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/platform [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/pools [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/progress [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/signal [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/stack [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:23:27.693Z] github.com/docker/docker/pkg/system [2022-03-25T14:23:27.694Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:23:27.694Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:23:27.694Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:23:27.694Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:23:27.694Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:23:27.694Z] github.com/docker/docker/plugin [2022-03-25T14:23:27.694Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:23:27.694Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:23:27.694Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:23:27.694Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:23:27.694Z] github.com/docker/docker/quota [2022-03-25T14:23:27.694Z] github.com/docker/docker/reference [2022-03-25T14:23:27.694Z] github.com/docker/docker/registry [2022-03-25T14:23:27.694Z] github.com/docker/docker/registry/resumable [2022-03-25T14:23:27.694Z] github.com/docker/docker/restartmanager [2022-03-25T14:23:27.694Z] github.com/docker/docker/rootless [2022-03-25T14:23:27.694Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:23:27.694Z] github.com/docker/docker/runconfig [2022-03-25T14:23:27.694Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/environment [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/registry [2022-03-25T14:23:27.694Z] github.com/docker/docker/testutil/request [2022-03-25T14:23:27.694Z] github.com/docker/docker/volume [2022-03-25T14:23:27.694Z] github.com/docker/docker/volume/drivers [2022-03-25T14:23:27.694Z] github.com/docker/docker/volume/local [2022-03-25T14:23:27.694Z] github.com/docker/docker/volume/mounts [2022-03-25T14:23:27.694Z] github.com/docker/docker/volume/service [2022-03-25T14:23:27.694Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:23:27.694Z] github.com/docker/docker/volume/testutils' ']' [2022-03-25T14:23:27.694Z] + 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/httpstatus 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/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/longpath github.com/docker/docker/pkg/loopback 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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-25T14:23:28.152Z] #11 extracting sha256:5492f66d270062ddb73f28649d80eef162f2c9376d53973a3557158390af4f30 4.6s done [2022-03-25T14:23:28.152Z] #11 extracting sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 [2022-03-25T14:23:28.152Z] #11 ... [2022-03-25T14:23:28.152Z] [2022-03-25T14:23:28.152Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:b42494c466d101bf06038e959e2e5acd227e1251987e79528e7d8b1f4040deaf [2022-03-25T14:23:28.152Z] #28 sha256:c71b90189ad876dd982e9e6081b7b841e1ae8ea103e831542b5654718787afd8 [2022-03-25T14:23:28.152Z] #28 DONE 5.8s [2022-03-25T14:23:28.152Z] [2022-03-25T14:23:28.152Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:28.152Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:28.152Z] #11 ... [2022-03-25T14:23:28.152Z] [2022-03-25T14:23:28.152Z] #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-25T14:23:28.152Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-25T14:23:28.628Z] ? github.com/docker/docker/api [no test files] [2022-03-25T14:23:29.069Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 8.0s done [2022-03-25T14:23:29.069Z] #11 extracting sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 [2022-03-25T14:23:29.069Z] #11 extracting sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 done [2022-03-25T14:23:29.088Z] #29 0.965 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:23:29.088Z] #29 0.969 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:23:29.088Z] #29 0.969 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:23:29.088Z] #29 1.101 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:23:29.327Z] #11 DONE 24.8s [2022-03-25T14:23:29.327Z] [2022-03-25T14:23:29.327Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-25T14:23:29.327Z] #12 sha256:cceb3190a6c8f9b7b4e5eff6848416c62a22ec85af7debf30b2c164f8d82ca0d [2022-03-25T14:23:29.656Z] #29 1.585 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:23:30.222Z] #29 1.968 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:23:30.706Z] #12 DONE 1.4s [2022-03-25T14:23:30.706Z] [2022-03-25T14:23:30.706Z] #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-25T14:23:30.706Z] #31 sha256:667fb3e6c19d72c4e9c4c8dad970962d4de5022b79ea2bde78bb3606e28bb0d2 [2022-03-25T14:23:30.706Z] #31 1.615 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-25T14:23:30.706Z] #31 1.877 [2022-03-25T14:23:30.706Z] #31 2.091 #=#=# ######################################################################## 100.0% [2022-03-25T14:23:30.706Z] #31 2.325 [2022-03-25T14:23:30.706Z] #31 3.213 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-25T14:23:30.706Z] #31 3.467 [2022-03-25T14:23:30.706Z] #31 3.681 #=#=# ######################################################################## 100.0% [2022-03-25T14:23:30.706Z] #31 3.951 [2022-03-25T14:23:30.706Z] #31 4.881 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-25T14:23:30.706Z] #31 5.202 [2022-03-25T14:23:30.706Z] #31 5.418 #=#=# ################## 26.2% ########################################### 60.0% ################################################################## 92.0% ######################################################################## 100.0% [2022-03-25T14:23:30.706Z] #31 5.961 [2022-03-25T14:23:30.706Z] #31 6.849 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-25T14:23:30.706Z] #31 7.108 [2022-03-25T14:23:30.706Z] #31 7.337 #=#=# ######################################################################## 100.0% [2022-03-25T14:23:30.706Z] #31 7.628 [2022-03-25T14:23:30.706Z] #31 8.318 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-25T14:23:30.706Z] #31 8.569 [2022-03-25T14:23:30.706Z] #31 8.801 #=#=# ######################################################################## 100.0% [2022-03-25T14:23:30.706Z] #31 9.011 [2022-03-25T14:23:30.706Z] #31 9.058 Download of images into '/build' complete. [2022-03-25T14:23:30.706Z] #31 9.058 Use something like the following to load the result into a Docker daemon: [2022-03-25T14:23:30.706Z] #31 9.058 tar -cC '/build' . | docker load [2022-03-25T14:23:30.706Z] #31 DONE 9.5s [2022-03-25T14:23:30.706Z] [2022-03-25T14:23:30.706Z] #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-25T14:23:30.706Z] #13 sha256:e4c0353b2e308b117e74ea6eed207690407e1fae2a8b3312efdab3ecd1dbf40d [2022-03-25T14:23:31.160Z] #29 2.889 Fetched 8508 kB in 2s (3879 kB/s) [2022-03-25T14:23:31.272Z] #13 DONE 0.6s [2022-03-25T14:23:31.272Z] [2022-03-25T14:23:31.272Z] #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-25T14:23:31.272Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f [2022-03-25T14:23:31.539Z] #49 ... [2022-03-25T14:23:31.539Z] [2022-03-25T14:23:31.539Z] #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-25T14:23:31.539Z] #46 sha256:0c7f5532c51a95aa8489a175bdd6eaa1a5d10d81a4729bd46e915aeecca3b136 [2022-03-25T14:23:31.539Z] #46 DONE 0.3s [2022-03-25T14:23:31.539Z] [2022-03-25T14:23:31.539Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-25T14:23:31.539Z] #42 sha256:efbdbaccd79a382520d32e72f9fd9c0b139a77781fd7fef3bff6397da51465ed [2022-03-25T14:23:31.539Z] #42 DONE 0.3s [2022-03-25T14:23:31.539Z] [2022-03-25T14:23:31.539Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-25T14:23:31.539Z] #33 sha256:abefe783268cdb831cbaad95f277d9c99c2a9f7320a0d6533da4c8242103989d [2022-03-25T14:23:31.539Z] #33 DONE 0.3s [2022-03-25T14:23:31.728Z] #29 2.889 Reading package lists... [2022-03-25T14:23:31.798Z] [2022-03-25T14:23:31.798Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-25T14:23:31.798Z] #62 sha256:3e0a356e2a7523c45b9d9b812e00874abab524cf45b18df2195fe500fb407a98 [2022-03-25T14:23:31.798Z] #62 DONE 0.4s [2022-03-25T14:23:31.798Z] [2022-03-25T14:23:31.798Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-25T14:23:31.798Z] #25 sha256:25df402edba5aa2869b6f50203aaf1806505ad27ab1d899ce0a5dbd1538f47bd [2022-03-25T14:23:31.798Z] #25 DONE 0.4s [2022-03-25T14:23:31.798Z] [2022-03-25T14:23:31.798Z] #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-25T14:23:31.798Z] #26 sha256:998469e3244df0c472d0d15163598a6c38a159b562f7af300e5201e7930dcfd9 [2022-03-25T14:23:32.311Z] Fetching without tags [2022-03-25T14:23:32.665Z] #29 3.698 Reading package lists... [2022-03-25T14:23:32.930Z] #29 4.554 Building dependency tree... [2022-03-25T14:23:32.930Z] #29 4.748 Reading state information... [2022-03-25T14:23:32.931Z] #29 4.939 The following additional packages will be installed: [2022-03-25T14:23:32.931Z] #29 4.939 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-25T14:23:32.931Z] #29 4.940 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-25T14:23:32.931Z] #29 4.941 Recommended packages: [2022-03-25T14:23:32.931Z] #29 4.941 libldap-common publicsuffix libsasl2-modules [2022-03-25T14:23:33.101Z] #19 7.192 Fetched 48.9 MB in 7s (7350 kB/s) [2022-03-25T14:23:33.189Z] #29 5.099 The following NEW packages will be installed: [2022-03-25T14:23:33.189Z] #29 5.100 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-25T14:23:33.189Z] #29 5.101 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-25T14:23:33.189Z] #29 5.102 libssh2-1 openssl [2022-03-25T14:23:33.198Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:33.447Z] #29 5.388 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:23:33.447Z] #29 5.388 Need to get 3038 kB of archives. [2022-03-25T14:23:33.447Z] #29 5.388 After this operation, 6650 kB of additional disk space will be used. [2022-03-25T14:23:33.447Z] #29 5.388 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-25T14:23:33.706Z] #29 5.395 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-25T14:23:33.706Z] #29 5.395 Get:3 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-25T14:23:33.706Z] #29 5.400 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u2 [850 kB] [2022-03-25T14:23:33.706Z] #29 5.400 Get:5 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-25T14:23:33.706Z] #29 5.402 Get:6 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-25T14:23:33.706Z] #29 5.403 Get:7 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-25T14:23:33.706Z] #29 5.405 Get:8 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-25T14:23:33.706Z] #29 5.409 Get:9 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-25T14:23:33.706Z] #29 5.414 Get:10 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-25T14:23:33.706Z] #29 5.414 Get:11 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-25T14:23:33.706Z] #29 5.426 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-25T14:23:33.706Z] #29 5.426 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-25T14:23:33.706Z] #29 5.426 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-25T14:23:33.706Z] #29 5.426 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-25T14:23:33.706Z] #29 5.599 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:23:33.706Z] #29 5.641 Fetched 3038 kB in 0s (9659 kB/s) [2022-03-25T14:23:33.706Z] #29 5.668 Selecting previously unselected package openssl. [2022-03-25T14:23:33.706Z] #29 5.668 (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-25T14:23:33.706Z] #29 5.674 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u2_amd64.deb ... [2022-03-25T14:23:33.706Z] #29 5.679 Unpacking openssl (1.1.1k-1+deb11u2) ... [2022-03-25T14:23:31.903Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:31.980Z] > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10 [2022-03-25T14:23:32.052Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:32.204Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:23:32.350Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:23:32.350Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:32.354Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:23:33.235Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:33.314Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:33.965Z] #29 5.843 Selecting previously unselected package ca-certificates. [2022-03-25T14:23:33.965Z] #29 5.843 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-25T14:23:33.965Z] #29 5.848 Unpacking ca-certificates (20210119) ... [2022-03-25T14:23:33.965Z] #29 5.944 Selecting previously unselected package libbrotli1:amd64. [2022-03-25T14:23:33.965Z] #29 5.944 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-25T14:23:33.965Z] #29 5.953 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-25T14:23:34.223Z] #29 6.036 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-25T14:23:34.223Z] #29 6.037 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-25T14:23:34.223Z] #29 6.043 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-25T14:23:34.223Z] #29 6.090 Selecting previously unselected package libsasl2-2:amd64. [2022-03-25T14:23:34.223Z] #29 6.090 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-25T14:23:34.223Z] #29 6.094 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-25T14:23:34.223Z] #29 6.155 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-25T14:23:34.223Z] #29 6.155 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-25T14:23:34.223Z] #29 6.160 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-25T14:23:34.223Z] #29 6.238 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-25T14:23:34.223Z] #29 6.238 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-25T14:23:34.482Z] #29 6.244 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-25T14:23:34.482Z] #29 6.295 Selecting previously unselected package libpsl5:amd64. [2022-03-25T14:23:34.482Z] #29 6.295 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-25T14:23:34.482Z] #29 6.300 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-25T14:23:34.482Z] #29 6.344 Selecting previously unselected package librtmp1:amd64. [2022-03-25T14:23:34.482Z] #29 6.344 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-25T14:23:34.482Z] #29 6.348 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-25T14:23:34.482Z] #29 6.395 Selecting previously unselected package libssh2-1:amd64. [2022-03-25T14:23:34.482Z] #29 6.395 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-25T14:23:34.482Z] #29 6.402 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-25T14:23:34.482Z] #29 6.467 Selecting previously unselected package libcurl4:amd64. [2022-03-25T14:23:34.482Z] #29 6.467 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-25T14:23:34.740Z] #29 6.480 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-25T14:23:34.740Z] #29 6.551 Selecting previously unselected package curl. [2022-03-25T14:23:34.740Z] #29 6.553 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-25T14:23:34.740Z] #29 6.557 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-25T14:23:34.740Z] #29 6.638 Selecting previously unselected package libonig5:amd64. [2022-03-25T14:23:34.740Z] #29 6.638 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-25T14:23:34.740Z] #29 6.644 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:23:34.740Z] #29 6.721 Selecting previously unselected package libjq1:amd64. [2022-03-25T14:23:34.740Z] #29 6.721 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-25T14:23:34.999Z] #29 6.724 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:23:34.999Z] #29 6.793 Selecting previously unselected package jq. [2022-03-25T14:23:34.999Z] #29 6.793 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-25T14:23:34.999Z] #29 6.798 Unpacking jq (1.6-2.1) ... [2022-03-25T14:23:34.999Z] #29 6.851 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-25T14:23:34.999Z] #29 6.871 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-25T14:23:34.999Z] #29 6.883 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-25T14:23:34.999Z] #29 6.897 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-25T14:23:34.999Z] #29 6.925 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-25T14:23:34.999Z] #29 6.939 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-25T14:23:34.999Z] #29 6.952 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-25T14:23:35.007Z] #19 7.192 Reading package lists... [2022-03-25T14:23:35.087Z] #26 3.107 + RM_GOPATH=0 [2022-03-25T14:23:35.088Z] #26 3.107 + TMP_GOPATH= [2022-03-25T14:23:35.088Z] #26 3.107 + : /build [2022-03-25T14:23:35.088Z] #26 3.107 + '[' -z '' ']' [2022-03-25T14:23:35.088Z] #26 3.107 ++ mktemp -d [2022-03-25T14:23:35.088Z] #26 3.107 + export GOPATH=/tmp/tmp.SQ9KnKXwiz [2022-03-25T14:23:35.088Z] #26 3.107 + GOPATH=/tmp/tmp.SQ9KnKXwiz [2022-03-25T14:23:35.088Z] #26 3.107 + RM_GOPATH=1 [2022-03-25T14:23:35.088Z] #26 3.107 + case "$(go env GOARCH)" in [2022-03-25T14:23:35.088Z] #26 3.107 ++ go env GOARCH [2022-03-25T14:23:35.088Z] #26 3.130 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:23:35.088Z] #26 3.130 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:23:35.088Z] #26 3.132 ++ dirname /install.sh [2022-03-25T14:23:35.088Z] #26 3.171 Install docker/cli version 17.06.2-ce from stable [2022-03-25T14:23:35.088Z] #26 3.179 + dir=/ [2022-03-25T14:23:35.088Z] #26 3.179 + bin=dockercli [2022-03-25T14:23:35.088Z] #26 3.179 + shift [2022-03-25T14:23:35.088Z] #26 3.179 + '[' '!' -f //dockercli.installer ']' [2022-03-25T14:23:35.088Z] #26 3.179 + . //dockercli.installer [2022-03-25T14:23:35.088Z] #26 3.179 ++ : stable [2022-03-25T14:23:35.088Z] #26 3.179 ++ : 17.06.2-ce [2022-03-25T14:23:35.088Z] #26 3.179 + install_dockercli [2022-03-25T14:23:35.088Z] #26 3.179 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-25T14:23:35.088Z] #26 3.179 ++ uname -m [2022-03-25T14:23:35.088Z] #26 3.179 + arch=x86_64 [2022-03-25T14:23:35.088Z] #26 3.179 + '[' x86_64 '!=' x86_64 ']' [2022-03-25T14:23:35.088Z] #26 3.179 + url=https://download.docker.com/linux/static [2022-03-25T14:23:35.088Z] #26 3.179 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-25T14:23:35.088Z] #26 3.179 + tar -xz docker/docker [2022-03-25T14:23:35.258Z] #29 6.967 Setting up openssl (1.1.1k-1+deb11u2) ... [2022-03-25T14:23:35.258Z] #29 6.983 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:23:35.258Z] #29 6.998 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:23:35.258Z] #29 7.014 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-25T14:23:35.258Z] #29 7.029 Setting up ca-certificates (20210119) ... [2022-03-25T14:23:35.826Z] #29 7.635 Updating certificates in /etc/ssl/certs... [2022-03-25T14:23:36.393Z] #29 8.276 129 added, 0 removed; done. [2022-03-25T14:23:36.393Z] #29 8.314 Setting up jq (1.6-2.1) ... [2022-03-25T14:23:36.393Z] #29 8.326 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-25T14:23:36.393Z] #29 8.337 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-25T14:23:36.393Z] #29 8.349 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:23:36.393Z] #29 8.367 Processing triggers for ca-certificates (20210119) ... [2022-03-25T14:23:36.393Z] #29 8.376 Updating certificates in /etc/ssl/certs... [2022-03-25T14:23:36.961Z] #29 8.978 0 added, 0 removed; done. [2022-03-25T14:23:36.961Z] #29 8.978 Running hooks in /etc/ca-certificates/update.d... [2022-03-25T14:23:36.961Z] #29 8.979 done. [2022-03-25T14:23:37.623Z] #26 ... [2022-03-25T14:23:37.623Z] [2022-03-25T14:23:37.623Z] #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-25T14:23:37.623Z] #63 sha256:947ea8cc9b61f8ee0afd10c61ce628648f8237218c9d82aa2fbebf1786398618 [2022-03-25T14:23:37.623Z] #63 3.439 + RM_GOPATH=0 [2022-03-25T14:23:37.623Z] #63 3.439 + TMP_GOPATH= [2022-03-25T14:23:37.623Z] #63 3.440 + : /build [2022-03-25T14:23:37.623Z] #63 3.441 + '[' -z '' ']' [2022-03-25T14:23:37.623Z] #63 3.443 ++ mktemp -d [2022-03-25T14:23:37.623Z] #63 3.445 + export GOPATH=/tmp/tmp.Ucu05g0H0t [2022-03-25T14:23:37.623Z] #63 3.445 + GOPATH=/tmp/tmp.Ucu05g0H0t [2022-03-25T14:23:37.623Z] #63 3.445 + RM_GOPATH=1 [2022-03-25T14:23:37.623Z] #63 3.445 + case "$(go env GOARCH)" in [2022-03-25T14:23:37.623Z] #63 3.445 ++ go env GOARCH [2022-03-25T14:23:37.623Z] #63 3.466 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:23:37.623Z] #63 3.466 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:23:37.623Z] #63 3.466 ++ dirname /install.sh [2022-03-25T14:23:37.623Z] #63 3.468 + dir=/ [2022-03-25T14:23:37.623Z] #63 3.468 + bin=rootlesskit [2022-03-25T14:23:37.623Z] #63 3.468 + shift [2022-03-25T14:23:37.623Z] #63 3.468 + '[' '!' -f //rootlesskit.installer ']' [2022-03-25T14:23:37.623Z] #63 3.468 + . //rootlesskit.installer [2022-03-25T14:23:37.623Z] #63 3.468 ++ : b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:23:37.623Z] #63 3.468 + install_rootlesskit [2022-03-25T14:23:37.623Z] #63 3.468 + case "$1" in [2022-03-25T14:23:37.623Z] #63 3.468 + export CGO_ENABLED=0 [2022-03-25T14:23:37.623Z] #63 3.468 + CGO_ENABLED=0 [2022-03-25T14:23:37.623Z] #63 3.468 + _install_rootlesskit [2022-03-25T14:23:37.623Z] #63 3.470 + echo 'Install rootlesskit version b25a0bad15d664c4ee8885ba622569425e918a68' [2022-03-25T14:23:37.623Z] #63 3.471 Install rootlesskit version b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:23:37.623Z] #63 3.471 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-25T14:23:37.623Z] #63 3.473 + GOBIN=/build [2022-03-25T14:23:37.623Z] #63 3.473 + GO111MODULE=on [2022-03-25T14:23:37.623Z] #63 3.474 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:23:37.623Z] #63 3.971 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-25T14:23:38.026Z] > git remote # timeout=10 [2022-03-25T14:23:38.119Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:23:38.185Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:23:38.188Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:23:38.303Z] #19 10.23 Reading package lists... [2022-03-25T14:23:38.362Z] #29 ... [2022-03-25T14:23:38.362Z] [2022-03-25T14:23:38.362Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:38.362Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:38.362Z] #11 extracting sha256:540ff8c0841d610e4cc2ad3b9ed4c6edcad4f5be2add8765f416515fbc2be2a8 0.4s done [2022-03-25T14:23:38.362Z] #11 extracting sha256:a0bf850a0df065fb202ebf8a3527699dc18322469c34733a6cb7f412a7aaefa6 0.4s done [2022-03-25T14:23:38.362Z] #11 extracting sha256:d751dc38ae511bbc21c148bffa7e863057cbc7b4a8ff5155f2eca7e8d03740c6 4.9s done [2022-03-25T14:23:38.362Z] #11 extracting sha256:26ee1eb1b3b371b2e378312e42f25ae777a3276e52b3d105b2512d1ef852431d 4.2s done [2022-03-25T14:23:38.465Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:38.465Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [2022-03-25T14:23:38.561Z] #63 7.041 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-25T14:23:38.627Z] #11 ... [2022-03-25T14:23:38.628Z] [2022-03-25T14:23:38.628Z] #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-25T14:23:38.628Z] #29 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-25T14:23:38.628Z] #29 DONE 10.5s [2022-03-25T14:23:38.628Z] [2022-03-25T14:23:38.628Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-25T14:23:38.628Z] #30 sha256:99f33a3b506c44deca47e9d6e5c7a5408811a9c601f91c5aea677fd6f799bbdd [2022-03-25T14:23:38.821Z] #63 7.046 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-25T14:23:38.872Z] #19 13.32 Building dependency tree... [2022-03-25T14:23:38.885Z] #30 DONE 0.3s [2022-03-25T14:23:38.885Z] [2022-03-25T14:23:38.886Z] #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-25T14:23:38.886Z] #31 sha256:ccc435dbbad4f4219c3d6151d1eec3188ef99831dea793d2b72149e0a0a7f983 [2022-03-25T14:23:39.321Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [2022-03-25T14:23:39.389Z] #63 7.594 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-25T14:23:39.440Z] #19 14.60 The following additional packages will be installed: [2022-03-25T14:23:39.440Z] #19 14.60 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-25T14:23:39.440Z] #19 14.60 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.60 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.60 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-25T14:23:39.440Z] #19 14.60 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.60 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.60 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-25T14:23:39.440Z] #19 14.60 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-25T14:23:39.440Z] #19 14.60 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.60 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.60 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-25T14:23:39.440Z] #19 14.60 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-25T14:23:39.440Z] #19 14.60 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-25T14:23:39.440Z] #19 14.60 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-25T14:23:39.440Z] #19 14.60 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.60 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.61 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-25T14:23:39.440Z] #19 14.61 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-25T14:23:39.440Z] #19 14.61 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-25T14:23:39.440Z] #19 14.61 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-25T14:23:39.440Z] #19 14.61 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-25T14:23:39.440Z] #19 14.61 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-25T14:23:39.440Z] #19 14.61 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-25T14:23:39.440Z] #19 14.61 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-25T14:23:39.440Z] #19 14.61 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-25T14:23:39.440Z] #19 14.61 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-25T14:23:39.440Z] #19 14.61 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-25T14:23:39.440Z] #19 14.61 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-25T14:23:39.440Z] #19 14.61 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-25T14:23:39.440Z] #19 14.61 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-25T14:23:39.440Z] #19 14.61 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-25T14:23:39.440Z] #19 14.61 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-25T14:23:39.440Z] #19 14.61 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-25T14:23:39.440Z] #19 14.61 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-25T14:23:39.440Z] #19 14.61 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-25T14:23:39.440Z] #19 14.61 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-25T14:23:39.440Z] #19 14.61 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-25T14:23:39.440Z] #19 14.61 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-25T14:23:39.440Z] #19 14.61 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-25T14:23:39.440Z] #19 14.61 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-25T14:23:39.440Z] #19 14.61 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-25T14:23:39.440Z] #19 14.61 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-25T14:23:39.440Z] #19 14.61 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-25T14:23:39.440Z] #19 14.61 linux-libc-dev-s390x-cross patch xz-utils [2022-03-25T14:23:39.440Z] #19 14.62 Suggested packages: [2022-03-25T14:23:39.440Z] #19 14.62 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-25T14:23:39.440Z] #19 14.62 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.62 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-25T14:23:39.440Z] #19 14.62 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-25T14:23:39.440Z] #19 14.62 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-25T14:23:39.440Z] #19 14.62 libyaml-shell-perl ed diffutils-doc [2022-03-25T14:23:39.440Z] #19 14.62 Recommended packages: [2022-03-25T14:23:39.440Z] #19 14.62 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-25T14:23:39.440Z] #19 14.62 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-25T14:23:38.349Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-25T14:23:38.502Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:23:38.569Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:23:40.776Z] + docker version [2022-03-25T14:23:40.776Z] Client: [2022-03-25T14:23:40.776Z] Version: 20.10.9 [2022-03-25T14:23:40.776Z] API version: 1.41 [2022-03-25T14:23:40.776Z] Go version: go1.16.8 [2022-03-25T14:23:40.776Z] Git commit: c2ea9bc [2022-03-25T14:23:40.776Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-25T14:23:40.776Z] OS/Arch: windows/amd64 [2022-03-25T14:23:40.776Z] Context: default [2022-03-25T14:23:40.776Z] Experimental: true [2022-03-25T14:23:40.776Z] [2022-03-25T14:23:40.776Z] Server: Docker Engine - Community [2022-03-25T14:23:40.776Z] Engine: [2022-03-25T14:23:40.776Z] Version: 20.10.9 [2022-03-25T14:23:40.776Z] API version: 1.41 (minimum version 1.24) [2022-03-25T14:23:40.776Z] Go version: go1.16.8 [2022-03-25T14:23:40.776Z] Git commit: 79ea9d3 [2022-03-25T14:23:40.776Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-25T14:23:40.776Z] OS/Arch: windows/amd64 [2022-03-25T14:23:40.776Z] Experimental: true [2022-03-25T14:23:40.785Z] #31 1.582 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-25T14:23:40.785Z] #31 1.859 [2022-03-25T14:23:40.856Z] #19 15.87 The following NEW packages will be installed: [2022-03-25T14:23:40.856Z] #19 15.87 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-25T14:23:40.856Z] #19 15.87 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-25T14:23:40.856Z] #19 15.87 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-25T14:23:40.856Z] #19 15.87 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-25T14:23:40.856Z] #19 15.87 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-25T14:23:40.856Z] #19 15.87 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-25T14:23:40.856Z] #19 15.87 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-25T14:23:40.856Z] #19 15.87 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-25T14:23:40.856Z] #19 15.87 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-25T14:23:40.856Z] #19 15.87 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-25T14:23:40.856Z] #19 15.87 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-25T14:23:40.856Z] #19 15.87 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-25T14:23:40.856Z] #19 15.87 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-25T14:23:40.856Z] #19 15.87 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-25T14:23:40.856Z] #19 15.87 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-25T14:23:40.856Z] #19 15.87 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-25T14:23:40.856Z] #19 15.87 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-25T14:23:40.856Z] #19 15.87 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-25T14:23:40.856Z] #19 15.87 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-25T14:23:40.856Z] #19 15.88 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-25T14:23:40.856Z] #19 15.88 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-25T14:23:40.856Z] #19 15.88 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-25T14:23:40.856Z] #19 15.88 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-25T14:23:40.856Z] #19 15.88 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-25T14:23:40.856Z] #19 15.88 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-25T14:23:40.856Z] #19 15.88 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-25T14:23:40.856Z] #19 15.88 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-25T14:23:40.856Z] #19 15.88 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-25T14:23:40.856Z] #19 15.88 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-25T14:23:40.856Z] #19 15.88 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-25T14:23:40.856Z] #19 15.88 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-25T14:23:40.856Z] #19 15.88 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-25T14:23:40.856Z] #19 15.88 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-25T14:23:40.856Z] #19 15.88 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-25T14:23:40.856Z] #19 15.88 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-25T14:23:40.856Z] #19 15.88 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-25T14:23:40.856Z] #19 15.88 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-25T14:23:40.856Z] #19 15.88 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-25T14:23:40.856Z] #19 15.88 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-25T14:23:40.856Z] #19 15.88 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-25T14:23:40.856Z] #19 15.88 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-25T14:23:40.856Z] #19 15.88 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-25T14:23:40.856Z] #19 15.88 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-25T14:23:40.856Z] #19 15.88 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-25T14:23:40.856Z] #19 15.88 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-25T14:23:40.856Z] #19 15.88 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-25T14:23:40.856Z] #19 15.89 linux-libc-dev-s390x-cross patch xz-utils [2022-03-25T14:23:40.856Z] #19 16.22 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:23:40.856Z] #19 16.22 Need to get 787 MB of archives. [2022-03-25T14:23:40.856Z] #19 16.22 After this operation, 3385 MB of additional disk space will be used. [2022-03-25T14:23:40.856Z] #19 16.22 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-25T14:23:40.856Z] #19 16.22 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-25T14:23:40.856Z] #19 16.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-25T14:23:40.856Z] #19 16.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-25T14:23:40.856Z] #19 16.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-25T14:23:40.856Z] #19 16.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-25T14:23:40.856Z] #19 16.24 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-25T14:23:40.856Z] #19 16.26 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-25T14:23:40.856Z] #19 16.29 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [Pipeline] sh [2022-03-25T14:23:41.044Z] #31 2.078 #=#=# ######################################################################## 100.0% [2022-03-25T14:23:41.115Z] #19 16.36 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-25T14:23:41.115Z] #19 16.38 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-25T14:23:41.115Z] #19 16.39 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-25T14:23:41.115Z] #19 16.39 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-25T14:23:41.295Z] #63 ... [2022-03-25T14:23:41.295Z] [2022-03-25T14:23:41.295Z] #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-25T14:23:41.295Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:23:41.295Z] #38 3.022 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:23:41.295Z] #38 3.043 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:23:41.295Z] #38 3.043 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:23:41.295Z] #38 3.633 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:23:41.295Z] #38 5.524 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:23:41.295Z] #38 7.427 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:23:41.303Z] #31 2.368 [2022-03-25T14:23:41.556Z] #38 ... [2022-03-25T14:23:41.556Z] [2022-03-25T14:23:41.556Z] #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-25T14:23:41.556Z] #36 sha256:009b2fcedd65be913d92fe71222460306f8961e8ec3b3c700d0ccf5f2d99e572 [2022-03-25T14:23:41.556Z] #36 3.090 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-25T14:23:41.556Z] #36 ... [2022-03-25T14:23:41.556Z] [2022-03-25T14:23:41.556Z] #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-25T14:23:41.556Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:23:41.556Z] #47 3.990 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:23:41.556Z] #47 4.035 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:23:41.556Z] #47 4.036 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:23:41.556Z] #47 4.613 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-25T14:23:41.556Z] #47 5.041 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:23:41.556Z] #47 6.958 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:23:41.556Z] #47 8.837 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:23:41.682Z] #19 16.74 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-25T14:23:41.682Z] #19 16.74 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-25T14:23:41.816Z] #47 ... [2022-03-25T14:23:41.816Z] [2022-03-25T14:23:41.816Z] #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-25T14:23:41.816Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:23:41.816Z] #51 3.143 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-25T14:23:41.816Z] #51 ... [2022-03-25T14:23:41.816Z] [2022-03-25T14:23:41.816Z] #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-25T14:23:41.816Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:23:41.816Z] #14 3.637 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:23:41.816Z] #14 3.679 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:23:41.816Z] #14 3.680 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:23:41.816Z] #14 4.306 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:23:41.816Z] #14 6.026 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:23:41.816Z] #14 7.843 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:23:41.838Z] + docker info [2022-03-25T14:23:41.838Z] Client: [2022-03-25T14:23:41.838Z] Context: default [2022-03-25T14:23:41.838Z] Debug Mode: false [2022-03-25T14:23:41.838Z] [2022-03-25T14:23:41.838Z] Server: [2022-03-25T14:23:41.838Z] Containers: 0 [2022-03-25T14:23:41.838Z] Running: 0 [2022-03-25T14:23:41.838Z] Paused: 0 [2022-03-25T14:23:41.838Z] Stopped: 0 [2022-03-25T14:23:41.838Z] Images: 11 [2022-03-25T14:23:41.838Z] Server Version: 20.10.9 [2022-03-25T14:23:41.838Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-03-25T14:23:41.838Z] LCOW: [2022-03-25T14:23:41.838Z] Windows: [2022-03-25T14:23:41.838Z] Logging Driver: json-file [2022-03-25T14:23:41.838Z] Plugins: [2022-03-25T14:23:41.838Z] Volume: local [2022-03-25T14:23:41.838Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:23:41.838Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:23:41.838Z] Swarm: inactive [2022-03-25T14:23:41.838Z] Default Isolation: process [2022-03-25T14:23:41.838Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-25T14:23:41.838Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-25T14:23:41.838Z] OSType: windows [2022-03-25T14:23:41.838Z] Architecture: x86_64 [2022-03-25T14:23:41.838Z] CPUs: 4 [2022-03-25T14:23:41.838Z] Total Memory: 32GiB [2022-03-25T14:23:41.838Z] Name: azwin-2-e3a450 [2022-03-25T14:23:41.838Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-25T14:23:41.838Z] Docker Root Dir: D:\docker [2022-03-25T14:23:41.838Z] Debug Mode: false [2022-03-25T14:23:41.838Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:23:41.838Z] Labels: [2022-03-25T14:23:41.838Z] Experimental: true [2022-03-25T14:23:41.838Z] Insecure Registries: [2022-03-25T14:23:41.838Z] 10.0.0.4:5000 [2022-03-25T14:23:41.838Z] 127.0.0.0/8 [2022-03-25T14:23:41.838Z] Registry Mirrors: [2022-03-25T14:23:41.838Z] http://10.0.0.4:5000/ [2022-03-25T14:23:41.838Z] Live Restore Enabled: false [2022-03-25T14:23:41.838Z] Product License: Community Engine [2022-03-25T14:23:41.838Z] [2022-03-25T14:23:41.942Z] #19 17.05 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-25T14:23:41.942Z] #19 17.05 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] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-25T14:23:42.074Z] #14 ... [2022-03-25T14:23:42.074Z] [2022-03-25T14:23:42.074Z] #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-25T14:23:42.074Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86 [2022-03-25T14:23:42.074Z] #58 3.731 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:23:42.074Z] #58 3.784 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:23:42.074Z] #58 3.784 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:23:42.074Z] #58 4.412 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:23:42.074Z] #58 6.247 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:23:42.074Z] #58 7.927 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:23:42.074Z] #58 ... [2022-03-25T14:23:42.074Z] [2022-03-25T14:23:42.074Z] #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-25T14:23:42.074Z] #53 sha256:065c15b37b4063bc488ce682f6d43dcb03528706f60cbf6f63f64573768a0692 [2022-03-25T14:23:42.074Z] #53 3.835 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-25T14:23:42.074Z] #53 4.949 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-25T14:23:42.074Z] #53 4.964 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-25T14:23:42.074Z] #53 4.992 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-25T14:23:42.074Z] #53 6.555 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-25T14:23:42.200Z] #19 17.37 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-25T14:23:42.200Z] #19 17.37 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-25T14:23:42.239Z] #31 3.267 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-25T14:23:42.332Z] #53 ... [2022-03-25T14:23:42.332Z] [2022-03-25T14:23:42.333Z] #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-25T14:23:42.333Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:23:42.333Z] #43 3.399 + git clone https://github.com/docker/distribution.git . [2022-03-25T14:23:42.333Z] #43 3.405 Cloning into '.'... [2022-03-25T14:23:42.459Z] #19 17.68 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-25T14:23:42.459Z] #19 17.68 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-25T14:23:42.499Z] #31 3.535 [2022-03-25T14:23:42.591Z] #43 ... [2022-03-25T14:23:42.591Z] [2022-03-25T14:23:42.591Z] #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-25T14:23:42.591Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:23:42.591Z] #34 3.447 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-25T14:23:42.591Z] #34 3.448 Cloning into '.'... [2022-03-25T14:23:42.591Z] #34 ... [2022-03-25T14:23:42.591Z] [2022-03-25T14:23:42.591Z] #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-25T14:23:42.591Z] #63 sha256:947ea8cc9b61f8ee0afd10c61ce628648f8237218c9d82aa2fbebf1786398618 [2022-03-25T14:23:42.591Z] #63 10.70 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-25T14:23:42.718Z] #19 18.04 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-25T14:23:42.758Z] #31 3.750 #=#=# ######################################################################## 100.0% [2022-03-25T14:23:42.977Z] #19 18.04 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-25T14:23:42.977Z] #19 18.04 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-25T14:23:42.977Z] #19 18.04 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-25T14:23:42.977Z] #19 18.04 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-25T14:23:42.977Z] #19 18.04 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-25T14:23:42.977Z] #19 18.04 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-25T14:23:42.977Z] #19 18.05 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-25T14:23:42.977Z] #19 18.06 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-25T14:23:42.977Z] #19 18.06 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-25T14:23:42.977Z] #19 18.06 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-25T14:23:42.977Z] #19 18.06 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-25T14:23:42.977Z] #19 18.06 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-25T14:23:42.977Z] #19 18.07 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-25T14:23:42.977Z] #19 18.08 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-25T14:23:42.977Z] #19 18.09 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-25T14:23:42.977Z] #19 18.10 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-25T14:23:42.977Z] #19 18.10 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-25T14:23:42.977Z] #19 18.11 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-25T14:23:43.016Z] #31 4.025 [2022-03-25T14:23:43.166Z] #63 11.53 go: downloading github.com/google/uuid v1.3.0 [2022-03-25T14:23:43.236Z] #19 18.51 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-25T14:23:43.236Z] #19 18.51 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-25T14:23:43.236Z] #19 18.52 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-25T14:23:43.236Z] #19 18.54 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-25T14:23:43.236Z] #19 18.55 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-25T14:23:43.426Z] #63 11.56 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-25T14:23:43.426Z] #63 11.59 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-25T14:23:43.426Z] #63 ... [2022-03-25T14:23:43.426Z] [2022-03-25T14:23:43.426Z] #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-25T14:23:43.426Z] #26 sha256:998469e3244df0c472d0d15163598a6c38a159b562f7af300e5201e7930dcfd9 [2022-03-25T14:23:43.426Z] #26 11.17 + mkdir -p /build [2022-03-25T14:23:43.426Z] #26 11.18 + mv docker/docker /build/ [2022-03-25T14:23:43.426Z] #26 11.20 + rmdir docker [2022-03-25T14:23:43.426Z] #26 DONE 11.7s [2022-03-25T14:23:43.496Z] #19 18.94 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-25T14:23:43.501Z] ok github.com/docker/docker/api/server 0.010s coverage: 7.9% of statements [2022-03-25T14:23:43.685Z] [2022-03-25T14:23:43.685Z] #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-25T14:23:43.685Z] #63 sha256:947ea8cc9b61f8ee0afd10c61ce628648f8237218c9d82aa2fbebf1786398618 [2022-03-25T14:23:43.685Z] #63 11.88 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-25T14:23:43.685Z] #63 12.06 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-25T14:23:43.755Z] #19 18.94 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-25T14:23:43.755Z] #19 18.94 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-25T14:23:43.755Z] #19 18.96 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-25T14:23:43.755Z] #19 18.96 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-25T14:23:43.755Z] #19 18.96 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-25T14:23:43.755Z] #19 19.03 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-25T14:23:43.755Z] #19 19.03 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-25T14:23:43.755Z] #19 19.03 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-25T14:23:43.755Z] #19 19.03 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-25T14:23:43.755Z] #19 19.03 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-25T14:23:43.755Z] #19 19.04 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-25T14:23:43.755Z] #19 19.04 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-25T14:23:43.755Z] #19 19.04 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-25T14:23:43.755Z] #19 19.04 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-25T14:23:43.755Z] #19 19.04 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-25T14:23:43.755Z] #19 19.04 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-25T14:23:43.755Z] #19 19.04 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-25T14:23:43.755Z] #19 19.04 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-25T14:23:43.755Z] #19 19.04 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-25T14:23:43.755Z] #19 19.05 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-25T14:23:43.755Z] #19 19.06 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-25T14:23:43.755Z] #19 19.06 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-25T14:23:43.755Z] #19 19.06 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-25T14:23:43.755Z] #19 19.07 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-25T14:23:43.755Z] #19 19.08 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-25T14:23:43.755Z] #19 19.08 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-25T14:23:43.755Z] #19 19.09 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-25T14:23:43.944Z] #63 12.35 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-25T14:23:43.953Z] #31 4.905 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-25T14:23:44.014Z] #19 19.45 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-25T14:23:44.211Z] #31 5.169 [2022-03-25T14:23:44.274Z] #19 19.45 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-25T14:23:44.274Z] #19 19.46 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-25T14:23:44.274Z] #19 19.47 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-25T14:23:44.274Z] #19 19.48 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-25T14:23:44.535Z] #19 19.82 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-25T14:23:44.535Z] #19 19.82 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-25T14:23:44.535Z] #19 19.82 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-25T14:23:44.535Z] #19 19.83 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-25T14:23:44.535Z] #19 19.83 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-25T14:23:44.535Z] #19 19.83 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-25T14:23:44.535Z] #19 19.83 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-25T14:23:44.535Z] #19 19.85 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-25T14:23:44.535Z] #19 19.85 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-25T14:23:44.535Z] #19 19.85 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-25T14:23:44.728Z] #31 5.386 #=#=# ################### 26.7% ########################################## 59.1% ################################################################# 91.1% ######################################################################## 100.0% [2022-03-25T14:23:44.795Z] #19 19.86 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-25T14:23:44.887Z] #63 12.95 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-25T14:23:44.887Z] #63 13.03 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-25T14:23:44.887Z] #63 13.12 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-25T14:23:44.987Z] #31 5.942 [2022-03-25T14:23:45.056Z] #19 20.22 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-25T14:23:45.056Z] #19 20.22 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-25T14:23:45.056Z] #19 20.23 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-25T14:23:45.056Z] #19 20.25 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-25T14:23:45.056Z] #19 20.26 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-25T14:23:45.145Z] #63 ... [2022-03-25T14:23:45.145Z] [2022-03-25T14:23:45.145Z] #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-25T14:23:45.145Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f [2022-03-25T14:23:45.145Z] #49 3.828 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-25T14:23:45.145Z] #49 5.313 go: downloading github.com/fatih/color v1.10.0 [2022-03-25T14:23:45.145Z] #49 5.356 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-25T14:23:45.145Z] #49 5.428 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-25T14:23:45.145Z] #49 5.496 go: downloading github.com/pkg/errors v0.9.1 [2022-03-25T14:23:45.145Z] #49 5.733 go: downloading golang.org/x/tools v0.1.0 [2022-03-25T14:23:45.145Z] #49 5.824 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-25T14:23:45.145Z] #49 5.991 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-25T14:23:45.145Z] #49 6.051 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-25T14:23:45.145Z] #49 6.142 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-25T14:23:45.145Z] #49 9.963 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-25T14:23:45.145Z] #49 10.01 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-25T14:23:45.145Z] #49 10.04 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-25T14:23:45.145Z] #49 11.57 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-25T14:23:45.145Z] #49 11.58 go: downloading golang.org/x/mod v0.3.0 [2022-03-25T14:23:45.315Z] #19 20.59 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-25T14:23:45.315Z] #19 20.59 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-25T14:23:45.315Z] #19 20.59 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-25T14:23:45.315Z] #19 20.60 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-25T14:23:45.315Z] #19 20.60 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-25T14:23:45.315Z] #19 20.60 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-25T14:23:45.315Z] #19 20.60 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-25T14:23:45.315Z] #19 20.60 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-25T14:23:45.315Z] #19 20.62 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-25T14:23:45.315Z] #19 20.63 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-25T14:23:45.315Z] #19 20.64 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-25T14:23:45.315Z] #19 20.64 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-25T14:23:45.315Z] #19 20.65 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-25T14:23:45.316Z] #19 20.65 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-25T14:23:45.316Z] #19 20.66 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-25T14:23:45.404Z] #49 ... [2022-03-25T14:23:45.404Z] [2022-03-25T14:23:45.404Z] #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-25T14:23:45.404Z] #36 sha256:009b2fcedd65be913d92fe71222460306f8961e8ec3b3c700d0ccf5f2d99e572 [2022-03-25T14:23:45.404Z] #36 14.08 tomll can be used in two ways: [2022-03-25T14:23:45.404Z] #36 14.09 Writing to STDIN and reading from STDOUT: [2022-03-25T14:23:45.404Z] #36 14.09 cat file.toml | tomll > file.toml [2022-03-25T14:23:45.404Z] #36 14.09 [2022-03-25T14:23:45.404Z] #36 14.09 Reading and updating a list of files: [2022-03-25T14:23:45.404Z] #36 14.09 tomll a.toml b.toml c.toml [2022-03-25T14:23:45.404Z] #36 14.09 [2022-03-25T14:23:45.404Z] #36 14.09 When given a list of files, tomll will modify all files in place without asking. [2022-03-25T14:23:45.555Z] #31 ... [2022-03-25T14:23:45.555Z] [2022-03-25T14:23:45.555Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.0-bullseye@sha256:923853a353e0640892fc64af2817063674979bc4ee40879e0a3c26ca4f999c84 [2022-03-25T14:23:45.555Z] #11 sha256:4c8d1fcba77500d644396541415724985afad6a7ce77d4c2189d0d969b077650 [2022-03-25T14:23:45.555Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 6.9s [2022-03-25T14:23:45.664Z] #36 DONE 14.2s [2022-03-25T14:23:45.664Z] [2022-03-25T14:23:45.664Z] #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-25T14:23:45.664Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:23:45.664Z] #47 12.11 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-25T14:23:45.883Z] #19 21.05 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-25T14:23:45.883Z] #19 21.06 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-25T14:23:45.883Z] #19 21.06 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-25T14:23:45.883Z] #19 21.13 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-25T14:23:45.883Z] #19 21.15 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-25T14:23:46.144Z] #19 21.47 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-25T14:23:46.408Z] #19 21.47 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-25T14:23:46.408Z] #19 21.47 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-25T14:23:46.408Z] #19 21.48 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-25T14:23:46.408Z] #19 21.48 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-25T14:23:46.408Z] #19 21.49 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-25T14:23:46.408Z] #19 21.49 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-25T14:23:46.408Z] #19 21.49 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-25T14:23:46.408Z] #19 21.50 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-25T14:23:46.408Z] #19 21.50 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-25T14:23:46.408Z] #19 21.51 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-25T14:23:46.408Z] #19 21.51 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-25T14:23:46.670Z] #19 21.84 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-25T14:23:46.670Z] #19 21.84 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-25T14:23:46.670Z] #19 21.85 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-25T14:23:46.670Z] #19 21.86 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-25T14:23:46.670Z] #19 21.88 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-25T14:23:46.929Z] #19 22.19 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-25T14:23:46.929Z] #19 22.19 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-25T14:23:46.932Z] #11 extracting sha256:efc242f34a7ed1a729a1063a18fba314d6e3667da40b1f36fdfeda9bdbb2824e 8.4s done [2022-03-25T14:23:47.188Z] #19 22.50 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:23:47.188Z] #19 22.62 Fetched 787 MB in 6s (126 MB/s) [2022-03-25T14:23:47.190Z] #11 extracting sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 [2022-03-25T14:23:47.446Z] #19 22.66 Selecting previously unselected package liblocale-gettext-perl. [2022-03-25T14:23:47.447Z] #19 22.66 (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-25T14:23:47.447Z] #19 22.78 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-25T14:23:47.447Z] #19 22.78 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-25T14:23:47.447Z] #19 22.82 Selecting previously unselected package bzip2. [2022-03-25T14:23:47.447Z] #19 22.82 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-25T14:23:47.447Z] #19 22.83 Unpacking bzip2 (1.0.8-4) ... [2022-03-25T14:23:47.447Z] #19 22.87 Selecting previously unselected package libmagic-mgc. [2022-03-25T14:23:47.452Z] #11 extracting sha256:e795b75807e4733c35ed0199e16944199899da6f4c9e9824552e711f85f204c0 done [2022-03-25T14:23:47.452Z] #11 DONE 25.3s [2022-03-25T14:23:47.452Z] [2022-03-25T14:23:47.452Z] #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-25T14:23:47.452Z] #31 sha256:ccc435dbbad4f4219c3d6151d1eec3188ef99831dea793d2b72149e0a0a7f983 [2022-03-25T14:23:47.452Z] #31 6.874 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-25T14:23:47.452Z] #31 7.151 [2022-03-25T14:23:47.452Z] #31 7.367 #=#=# ######################################################################## 100.0% [2022-03-25T14:23:47.452Z] #31 7.657 [2022-03-25T14:23:47.452Z] #31 8.321 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-25T14:23:47.452Z] #31 8.559 [2022-03-25T14:23:47.707Z] #19 22.87 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-25T14:23:47.707Z] #19 22.88 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-25T14:23:47.707Z] #19 22.96 Selecting previously unselected package libmagic1:amd64. [2022-03-25T14:23:47.707Z] #19 22.96 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-25T14:23:47.707Z] #19 22.97 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-25T14:23:47.707Z] #19 23.01 Selecting previously unselected package file. [2022-03-25T14:23:47.707Z] #19 23.01 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-25T14:23:47.707Z] #19 23.01 Unpacking file (1:5.39-3) ... [2022-03-25T14:23:47.707Z] #19 23.05 Selecting previously unselected package xz-utils. [2022-03-25T14:23:47.707Z] #19 23.05 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-25T14:23:47.707Z] #19 23.06 Unpacking xz-utils (5.2.5-2) ... [2022-03-25T14:23:47.707Z] #19 23.15 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-25T14:23:47.710Z] #31 8.773 #=#=# ######################################################################## 100.0% [2022-03-25T14:23:47.965Z] #19 23.16 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-25T14:23:47.965Z] #19 23.16 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-25T14:23:47.968Z] #31 8.997 [2022-03-25T14:23:47.968Z] #31 9.060 Download of images into '/build' complete. [2022-03-25T14:23:47.968Z] #31 9.060 Use something like the following to load the result into a Docker daemon: [2022-03-25T14:23:47.968Z] #31 9.060 tar -cC '/build' . | docker load [2022-03-25T14:23:48.229Z] #19 23.51 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-25T14:23:48.229Z] #19 23.51 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-25T14:23:48.229Z] #19 23.52 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-25T14:23:48.487Z] #19 23.82 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-25T14:23:48.487Z] #19 23.82 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-25T14:23:48.487Z] #19 23.82 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-25T14:23:48.902Z] #31 DONE 10.0s [2022-03-25T14:23:48.902Z] [2022-03-25T14:23:48.902Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-25T14:23:48.902Z] #12 sha256:cceb3190a6c8f9b7b4e5eff6848416c62a22ec85af7debf30b2c164f8d82ca0d [2022-03-25T14:23:48.902Z] #12 DONE 1.3s [2022-03-25T14:23:48.902Z] [2022-03-25T14:23:48.902Z] #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-25T14:23:48.902Z] #13 sha256:e4c0353b2e308b117e74ea6eed207690407e1fae2a8b3312efdab3ecd1dbf40d [2022-03-25T14:23:48.953Z] #47 16.94 Fetched 8512 kB in 13s (644 kB/s) [2022-03-25T14:23:49.055Z] #19 24.12 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-25T14:23:49.055Z] #19 24.12 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-25T14:23:49.055Z] #19 24.13 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-25T14:23:49.313Z] #19 24.40 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-25T14:23:49.313Z] #19 24.40 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-25T14:23:49.313Z] #19 24.41 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-25T14:23:49.313Z] #19 24.64 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-25T14:23:49.471Z] #13 DONE 0.6s [2022-03-25T14:23:49.471Z] [2022-03-25T14:23:49.471Z] #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-25T14:23:49.471Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:23:49.572Z] #19 24.64 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:23:49.572Z] #19 24.65 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:23:49.572Z] #19 24.68 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-25T14:23:49.572Z] #19 24.69 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:23:49.572Z] #19 24.69 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:23:49.735Z] #38 ... [2022-03-25T14:23:49.735Z] [2022-03-25T14:23:49.735Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-25T14:23:49.735Z] #25 sha256:0d5e352cca6579510806f6697a5d44082aed7d0b298d1817246e86a214ae8628 [2022-03-25T14:23:49.735Z] #25 DONE 0.1s [2022-03-25T14:23:49.735Z] [2022-03-25T14:23:49.735Z] #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-25T14:23:49.735Z] #26 sha256:c446e08ba74bac1a703bfa4213bb0468cec4e8124e63c8772c388c02add0a569 [2022-03-25T14:23:49.890Z] #47 16.94 Reading package lists... [2022-03-25T14:23:49.890Z] #47 ... [2022-03-25T14:23:49.890Z] [2022-03-25T14:23:49.890Z] #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-25T14:23:49.890Z] #63 sha256:947ea8cc9b61f8ee0afd10c61ce628648f8237218c9d82aa2fbebf1786398618 [2022-03-25T14:23:49.890Z] #63 15.32 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-25T14:23:49.993Z] #26 ... [2022-03-25T14:23:49.993Z] [2022-03-25T14:23:49.993Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-25T14:23:49.993Z] #42 sha256:efbdbaccd79a382520d32e72f9fd9c0b139a77781fd7fef3bff6397da51465ed [2022-03-25T14:23:49.993Z] #42 DONE 0.4s [2022-03-25T14:23:49.993Z] [2022-03-25T14:23:49.993Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-25T14:23:49.993Z] #33 sha256:abefe783268cdb831cbaad95f277d9c99c2a9f7320a0d6533da4c8242103989d [2022-03-25T14:23:49.993Z] #33 DONE 0.4s [2022-03-25T14:23:49.993Z] [2022-03-25T14:23:49.993Z] #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-25T14:23:49.993Z] #46 sha256:0c7f5532c51a95aa8489a175bdd6eaa1a5d10d81a4729bd46e915aeecca3b136 [2022-03-25T14:23:49.993Z] #46 DONE 0.4s [2022-03-25T14:23:49.993Z] [2022-03-25T14:23:49.994Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-25T14:23:49.994Z] #62 sha256:444320c370eac3eae7e2b731f1b8ee13cd3ab4ad15926ed59ef494d24dbafd7a [2022-03-25T14:23:49.994Z] #62 DONE 0.5s [2022-03-25T14:23:49.994Z] [2022-03-25T14:23:49.994Z] #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-25T14:23:49.994Z] #63 sha256:75fed50949f3cedd7f1b48cf3e2de8ec1cad65833171b85389e3ef9a6b49315a [2022-03-25T14:23:52.427Z] #63 ... [2022-03-25T14:23:52.427Z] [2022-03-25T14:23:52.427Z] #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-25T14:23:52.427Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:23:52.427Z] #43 20.66 Updating files: 99% (1840/1843) Updating files: 100% (1843/1843) Updating files: 100% (1843/1843), done. [2022-03-25T14:23:52.427Z] #43 20.69 + git checkout -q v2.3.0 [2022-03-25T14:23:52.978Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-25T14:23:52.978Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8fef9b2c\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-25T14:23:52.978Z] ---------------------------------------------------------------------------- [2022-03-25T14:23:52.978Z] [2022-03-25T14:23:52.978Z] INFO: executeCI.ps1 starting at Fri Mar 25 14:23:52 CUT 2022 [2022-03-25T14:23:52.978Z] [2022-03-25T14:23:52.978Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-25T14:23:52.978Z] INFO: Running git version 2.24.1.windows.2 [2022-03-25T14:23:52.978Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-25T14:23:52.978Z] INFO: Environment variables: [2022-03-25T14:23:52.978Z] [2022-03-25T14:23:52.978Z] Name Value [2022-03-25T14:23:52.978Z] ---- ----- [2022-03-25T14:23:52.978Z] ALLUSERSPROFILE C:\ProgramData [2022-03-25T14:23:52.978Z] amd64 true [2022-03-25T14:23:52.978Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-25T14:23:52.978Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-25T14:23:52.978Z] arm64 true [2022-03-25T14:23:52.978Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-25T14:23:52.978Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-25T14:23:52.978Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-25T14:23:52.978Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-25T14:23:52.978Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-25T14:23:52.978Z] BRANCH_NAME PR-43378 [2022-03-25T14:23:52.978Z] BUILD_DISPLAY_NAME #3 [2022-03-25T14:23:52.978Z] BUILD_ID 3 [2022-03-25T14:23:52.978Z] BUILD_NUMBER 3 [2022-03-25T14:23:52.978Z] BUILD_TAG jenkins-moby-PR-43378-3 [2022-03-25T14:23:52.978Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/ [2022-03-25T14:23:52.978Z] cgroup2 true [2022-03-25T14:23:52.978Z] CHANGE_AUTHOR thaJeztah [2022-03-25T14:23:52.978Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-25T14:23:52.978Z] CHANGE_BRANCH deprecate_storage_drivers [2022-03-25T14:23:52.978Z] CHANGE_FORK thaJeztah/docker [2022-03-25T14:23:52.978Z] CHANGE_ID 43378 [2022-03-25T14:23:52.978Z] CHANGE_TARGET master [2022-03-25T14:23:52.978Z] CHANGE_TITLE daemon: require storage-driver to be set if the driver is deprecated [2022-03-25T14:23:52.978Z] CHANGE_URL https://github.com/moby/moby/pull/43378 [2022-03-25T14:23:52.978Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:23:52.978Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-25T14:23:52.978Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-25T14:23:52.978Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-25T14:23:52.978Z] COMPUTERNAME azwin-2-e3a450 [2022-03-25T14:23:52.978Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-25T14:23:52.978Z] ConfigSequenceNumber 0 [2022-03-25T14:23:52.978Z] dco true [2022-03-25T14:23:52.978Z] DOCKER_BUILDKIT 0 [2022-03-25T14:23:52.978Z] DOCKER_DUT_DEBUG 1 [2022-03-25T14:23:52.978Z] DOCKER_EXPERIMENTAL 1 [2022-03-25T14:23:52.978Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-25T14:23:52.978Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-25T14:23:52.978Z] EXECUTOR_NUMBER 0 [2022-03-25T14:23:52.978Z] FQDN azwin-2-e3a450.westus.cloudapp.azure.com [2022-03-25T14:23:52.978Z] GIT_BRANCH PR-43378 [2022-03-25T14:23:52.978Z] GIT_COMMIT 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:23:52.978Z] GIT_PREVIOUS_COMMIT 480d3437ad9135910775b212ac35290fb3c031a3 [2022-03-25T14:23:52.978Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 480d3437ad9135910775b212ac35290fb3c031a3 [2022-03-25T14:23:52.978Z] GIT_URL https://github.com/moby/moby.git [2022-03-25T14:23:52.978Z] HUDSON_COOKIE 79a8fa9b-ea14-490c-98a5-100cdc67c3cb [2022-03-25T14:23:52.978Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-25T14:23:52.978Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-25T14:23:52.978Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-25T14:23:52.978Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-25T14:23:52.978Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-25T14:23:52.978Z] JENKINS_NODE_COOKIE 5ba2a0ca-30d6-4bae-9511-b390df83dbb5 [2022-03-25T14:23:52.978Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-25T14:23:52.978Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-25T14:23:52.978Z] JOB_BASE_NAME PR-43378 [2022-03-25T14:23:52.978Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/display/redirect [2022-03-25T14:23:52.978Z] JOB_NAME moby/PR-43378 [2022-03-25T14:23:52.978Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/ [2022-03-25T14:23:52.978Z] library.jps.version master [2022-03-25T14:23:52.978Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-25T14:23:52.978Z] NODE_LABELS amd64 azure azwin-2-e3a450 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-25T14:23:52.978Z] NODE_NAME azwin-2-e3a450 [2022-03-25T14:23:52.978Z] NUMBER_OF_PROCESSORS 4 [2022-03-25T14:23:52.978Z] OS Windows_NT [2022-03-25T14:23:52.978Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-25T14:23:52.978Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-25T14:23:52.978Z] ppc64le false [2022-03-25T14:23:52.978Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-25T14:23:52.978Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-25T14:23:52.978Z] PROCESSOR_LEVEL 6 [2022-03-25T14:23:52.978Z] PROCESSOR_REVISION 4f01 [2022-03-25T14:23:52.978Z] ProgramData C:\ProgramData [2022-03-25T14:23:52.978Z] ProgramFiles C:\Program Files [2022-03-25T14:23:52.978Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-25T14:23:52.978Z] ProgramW6432 C:\Program Files [2022-03-25T14:23:52.978Z] PROMPT $P$G [2022-03-25T14:23:52.978Z] PSExecutionPolicyPreference Bypass [2022-03-25T14:23:52.979Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-25T14:23:52.979Z] PUBLIC C:\Users\Public [2022-03-25T14:23:52.979Z] rootless true [2022-03-25T14:23:52.979Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=artif... [2022-03-25T14:23:52.979Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=changes [2022-03-25T14:23:52.979Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect [2022-03-25T14:23:52.979Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=tests [2022-03-25T14:23:52.979Z] s390x false [2022-03-25T14:23:52.979Z] SKIP_VALIDATION_TESTS 1 [2022-03-25T14:23:52.979Z] SOURCES_DRIVE d [2022-03-25T14:23:52.979Z] SOURCES_SUBDIR gopath [2022-03-25T14:23:52.979Z] STAGE_NAME Run tests [2022-03-25T14:23:52.979Z] SystemDrive C: [2022-03-25T14:23:52.979Z] SystemRoot C:\Windows [2022-03-25T14:23:52.979Z] TEMP C:\Windows\TEMP [2022-03-25T14:23:52.979Z] TESTDEBUG 0 [2022-03-25T14:23:52.979Z] TESTRUN_DRIVE d [2022-03-25T14:23:52.979Z] TESTRUN_SUBDIR CI [2022-03-25T14:23:52.979Z] TIMEOUT 120m [2022-03-25T14:23:52.979Z] TMP C:\Windows\TEMP [2022-03-25T14:23:52.979Z] unit_validate true [2022-03-25T14:23:52.979Z] USERDOMAIN WORKGROUP [2022-03-25T14:23:52.979Z] USERNAME azwin-2-e3a450$ [2022-03-25T14:23:52.979Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-25T14:23:52.979Z] validate_force false [2022-03-25T14:23:52.979Z] windir C:\Windows [2022-03-25T14:23:52.979Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-25T14:23:52.979Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-25T14:23:52.979Z] windows2022 true [2022-03-25T14:23:52.979Z] windows2022containerd true [2022-03-25T14:23:52.979Z] windowsRS5 true [2022-03-25T14:23:52.979Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-25T14:23:52.979Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-25T14:23:52.979Z] [2022-03-25T14:23:52.979Z] [2022-03-25T14:23:52.979Z] [2022-03-25T14:23:53.434Z] INFO: Sources under d:\gopath\... [2022-03-25T14:23:53.434Z] INFO: Test run under d:\CI\... [2022-03-25T14:23:53.434Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-25T14:23:53.434Z] INFO: docker/docker repository was found [2022-03-25T14:23:53.434Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-25T14:23:53.434Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-25T14:23:53.434Z] INFO: Docker version of control daemon [2022-03-25T14:23:53.434Z] [2022-03-25T14:23:53.806Z] #43 22.12 + 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-25T14:23:53.893Z] Client: [2022-03-25T14:23:53.893Z] Version: 20.10.9 [2022-03-25T14:23:53.893Z] API version: 1.41 [2022-03-25T14:23:53.893Z] Go version: go1.16.8 [2022-03-25T14:23:53.893Z] Git commit: c2ea9bc [2022-03-25T14:23:53.893Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-25T14:23:53.893Z] OS/Arch: windows/amd64 [2022-03-25T14:23:53.893Z] Context: default [2022-03-25T14:23:53.893Z] Experimental: true [2022-03-25T14:23:53.893Z] [2022-03-25T14:23:53.893Z] Server: Docker Engine - Community [2022-03-25T14:23:53.893Z] Engine: [2022-03-25T14:23:53.893Z] Version: 20.10.9 [2022-03-25T14:23:53.893Z] API version: 1.41 (minimum version 1.24) [2022-03-25T14:23:53.893Z] Go version: go1.16.8 [2022-03-25T14:23:53.893Z] Git commit: 79ea9d3 [2022-03-25T14:23:53.893Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-25T14:23:53.893Z] OS/Arch: windows/amd64 [2022-03-25T14:23:53.893Z] Experimental: true [2022-03-25T14:23:53.893Z] [2022-03-25T14:23:53.893Z] INFO: Docker info of control daemon [2022-03-25T14:23:53.893Z] [2022-03-25T14:23:53.893Z] Client: [2022-03-25T14:23:53.893Z] Context: default [2022-03-25T14:23:53.893Z] Debug Mode: false [2022-03-25T14:23:53.893Z] [2022-03-25T14:23:53.893Z] Server: [2022-03-25T14:23:53.893Z] Containers: 0 [2022-03-25T14:23:53.893Z] Running: 0 [2022-03-25T14:23:53.893Z] Paused: 0 [2022-03-25T14:23:53.893Z] Stopped: 0 [2022-03-25T14:23:53.893Z] Images: 11 [2022-03-25T14:23:53.893Z] Server Version: 20.10.9 [2022-03-25T14:23:53.893Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-25T14:23:53.893Z] Windows: [2022-03-25T14:23:53.893Z] LCOW: [2022-03-25T14:23:53.893Z] Logging Driver: json-file [2022-03-25T14:23:53.893Z] Plugins: [2022-03-25T14:23:53.893Z] Volume: local [2022-03-25T14:23:53.893Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:23:53.893Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:23:53.893Z] Swarm: inactive [2022-03-25T14:23:53.893Z] Default Isolation: process [2022-03-25T14:23:53.893Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-25T14:23:53.893Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-25T14:23:53.893Z] OSType: windows [2022-03-25T14:23:53.893Z] Architecture: x86_64 [2022-03-25T14:23:53.893Z] CPUs: 4 [2022-03-25T14:23:53.893Z] Total Memory: 32GiB [2022-03-25T14:23:53.893Z] Name: azwin-2-e3a450 [2022-03-25T14:23:53.893Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-25T14:23:53.893Z] Docker Root Dir: D:\docker [2022-03-25T14:23:53.893Z] Debug Mode: false [2022-03-25T14:23:53.893Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:23:53.893Z] Labels: [2022-03-25T14:23:53.893Z] Experimental: true [2022-03-25T14:23:53.893Z] Insecure Registries: [2022-03-25T14:23:53.893Z] 10.0.0.4:5000 [2022-03-25T14:23:53.893Z] 127.0.0.0/8 [2022-03-25T14:23:53.893Z] Registry Mirrors: [2022-03-25T14:23:53.893Z] http://10.0.0.4:5000/ [2022-03-25T14:23:53.893Z] Live Restore Enabled: false [2022-03-25T14:23:53.893Z] Product License: Community Engine [2022-03-25T14:23:53.893Z] [2022-03-25T14:23:53.893Z] [2022-03-25T14:23:53.893Z] INFO: Commit hash is 3853eb59d1 [2022-03-25T14:23:53.893Z] INFO: Nuke-Everything... [2022-03-25T14:23:53.893Z] INFO: Container count on control daemon to delete is 0 [2022-03-25T14:23:54.183Z] #63 3.493 + RM_GOPATH=0 [2022-03-25T14:23:54.183Z] #63 3.493 + TMP_GOPATH= [2022-03-25T14:23:54.183Z] #63 3.493 + : /build [2022-03-25T14:23:54.183Z] #63 3.493 + '[' -z '' ']' [2022-03-25T14:23:54.183Z] #63 3.493 ++ mktemp -d [2022-03-25T14:23:54.183Z] #63 3.493 + export GOPATH=/tmp/tmp.XPcQS2gBws [2022-03-25T14:23:54.183Z] #63 3.493 + GOPATH=/tmp/tmp.XPcQS2gBws [2022-03-25T14:23:54.183Z] #63 3.493 + RM_GOPATH=1 [2022-03-25T14:23:54.183Z] #63 3.493 + case "$(go env GOARCH)" in [2022-03-25T14:23:54.183Z] #63 3.493 ++ go env GOARCH [2022-03-25T14:23:54.183Z] #63 3.512 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:23:54.183Z] #63 3.512 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:23:54.183Z] #63 3.513 ++ dirname /install.sh [2022-03-25T14:23:54.183Z] #63 3.514 + dir=/ [2022-03-25T14:23:54.183Z] #63 3.514 + bin=rootlesskit [2022-03-25T14:23:54.183Z] #63 3.515 + shift [2022-03-25T14:23:54.183Z] #63 3.516 + '[' '!' -f //rootlesskit.installer ']' [2022-03-25T14:23:54.183Z] #63 3.517 + . //rootlesskit.installer [2022-03-25T14:23:54.183Z] #63 3.517 ++ : b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:23:54.183Z] #63 3.518 + install_rootlesskit [2022-03-25T14:23:54.183Z] #63 3.518 + case "$1" in [2022-03-25T14:23:54.183Z] #63 3.518 + export CGO_ENABLED=0 [2022-03-25T14:23:54.183Z] #63 3.518 + CGO_ENABLED=0 [2022-03-25T14:23:54.183Z] #63 3.520 + _install_rootlesskit [2022-03-25T14:23:54.183Z] #63 3.520 + echo 'Install rootlesskit version b25a0bad15d664c4ee8885ba622569425e918a68' [2022-03-25T14:23:54.183Z] #63 3.520 Install rootlesskit version b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:23:54.183Z] #63 3.524 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-25T14:23:54.183Z] #63 3.524 + GOBIN=/build [2022-03-25T14:23:54.183Z] #63 3.524 + GO111MODULE=on [2022-03-25T14:23:54.183Z] #63 3.524 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:23:54.183Z] #63 4.049 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-25T14:23:54.349Z] INFO: Nuking d:\CI [2022-03-25T14:23:54.349Z] INFO: Zapped successfully [2022-03-25T14:23:54.349Z] INFO: Location for testing is d:\CI\PR-43378\3 [2022-03-25T14:23:54.349Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-25T14:23:54.349Z] [2022-03-25T14:23:54.349Z] [2022-03-25T14:23:54.349Z] INFO: Building the image from Dockerfile.windows at 03/25/2022 14:23:54... [2022-03-25T14:23:54.349Z] [2022-03-25T14:23:54.841Z] #19 29.16 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-25T14:23:54.841Z] #19 29.16 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:23:54.841Z] #19 29.16 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:23:54.841Z] #19 29.20 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-25T14:23:54.841Z] #19 29.20 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:23:54.841Z] #19 29.21 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-25T14:23:56.340Z] #43 ... [2022-03-25T14:23:56.340Z] [2022-03-25T14:23:56.340Z] #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-25T14:23:56.340Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:23:56.340Z] #38 15.15 Fetched 8508 kB in 12s (688 kB/s) [2022-03-25T14:23:56.340Z] #38 15.15 Reading package lists... [2022-03-25T14:23:56.340Z] #38 19.35 Reading package lists... [2022-03-25T14:23:56.340Z] #38 23.70 Building dependency tree... [2022-03-25T14:23:56.340Z] #38 24.93 Reading state information... [2022-03-25T14:23:56.599Z] #38 ... [2022-03-25T14:23:56.599Z] [2022-03-25T14:23:56.599Z] #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-25T14:23:56.599Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:23:56.599Z] #14 15.28 Fetched 8508 kB in 12s (715 kB/s) [2022-03-25T14:23:56.599Z] #14 15.28 Reading package lists... [2022-03-25T14:23:56.599Z] #14 19.58 Reading package lists... [2022-03-25T14:23:56.599Z] #14 23.84 Building dependency tree... [2022-03-25T14:23:56.599Z] #14 25.08 Reading state information... [2022-03-25T14:23:56.725Z] #63 6.421 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-25T14:23:56.725Z] #63 6.431 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-25T14:23:56.863Z] #14 ... [2022-03-25T14:23:56.863Z] [2022-03-25T14:23:56.863Z] #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-25T14:23:56.863Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:23:56.863Z] #51 24.57 go: downloading github.com/fatih/color v1.13.0 [2022-03-25T14:23:56.863Z] #51 24.60 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-25T14:23:56.863Z] #51 24.62 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-25T14:23:56.863Z] #51 24.67 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-25T14:23:56.863Z] #51 24.79 go: downloading github.com/spf13/viper v1.10.1 [2022-03-25T14:23:56.863Z] #51 24.90 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-25T14:23:56.863Z] #51 25.19 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-25T14:23:56.863Z] #51 25.20 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-25T14:23:56.863Z] #51 ... [2022-03-25T14:23:56.863Z] [2022-03-25T14:23:56.863Z] #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-25T14:23:56.863Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86 [2022-03-25T14:23:56.863Z] #58 15.61 Fetched 8508 kB in 12s (701 kB/s) [2022-03-25T14:23:56.863Z] #58 15.61 Reading package lists... [2022-03-25T14:23:56.863Z] #58 20.12 Reading package lists... [2022-03-25T14:23:56.984Z] #63 7.133 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-25T14:23:57.122Z] #58 24.60 Building dependency tree... [2022-03-25T14:23:57.122Z] #58 25.70 Reading state information... [2022-03-25T14:23:57.689Z] #58 ... [2022-03-25T14:23:57.689Z] [2022-03-25T14:23:57.689Z] #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-25T14:23:57.689Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:23:57.689Z] #38 26.39 The following additional packages will be installed: [2022-03-25T14:23:57.689Z] #38 26.41 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-25T14:23:57.689Z] #38 26.42 Suggested packages: [2022-03-25T14:23:57.689Z] #38 26.43 cmake-doc ninja-build lrzip [2022-03-25T14:23:57.689Z] #38 26.43 Recommended packages: [2022-03-25T14:23:57.689Z] #38 26.43 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-25T14:23:58.126Z] #19 33.39 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-25T14:23:58.126Z] #19 33.40 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:23:58.126Z] #19 33.40 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:23:58.126Z] #19 33.44 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-25T14:23:58.126Z] #19 33.44 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:23:58.126Z] #19 33.44 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-25T14:23:58.626Z] #38 27.12 The following NEW packages will be installed: [2022-03-25T14:23:58.626Z] #38 27.13 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-25T14:23:58.626Z] #38 27.13 vim-common xxd [2022-03-25T14:23:58.626Z] #38 27.46 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:23:58.626Z] #38 27.46 Need to get 17.7 MB of archives. [2022-03-25T14:23:58.626Z] #38 27.46 After this operation, 70.7 MB of additional disk space will be used. [2022-03-25T14:23:58.626Z] #38 27.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-25T14:23:58.626Z] #38 27.47 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-25T14:23:58.626Z] #38 27.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-25T14:23:58.884Z] #38 27.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-25T14:23:59.452Z] #38 28.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-25T14:23:59.452Z] #38 28.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-25T14:23:59.452Z] #38 28.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-25T14:23:59.452Z] #38 28.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-25T14:23:59.452Z] #38 28.13 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-25T14:23:59.452Z] #38 28.13 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-25T14:23:59.521Z] #63 ... [2022-03-25T14:23:59.521Z] [2022-03-25T14:23:59.521Z] #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-25T14:23:59.521Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86 [2022-03-25T14:23:59.521Z] #58 3.541 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:23:59.521Z] #58 3.557 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:23:59.521Z] #58 3.568 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:23:59.521Z] #58 3.966 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:23:59.521Z] #58 5.693 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:23:59.521Z] #58 7.580 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:23:59.784Z] #58 ... [2022-03-25T14:23:59.784Z] [2022-03-25T14:23:59.784Z] #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-25T14:23:59.784Z] #53 sha256:065c15b37b4063bc488ce682f6d43dcb03528706f60cbf6f63f64573768a0692 [2022-03-25T14:23:59.784Z] #53 3.462 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-25T14:23:59.784Z] #53 4.427 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-25T14:23:59.784Z] #53 4.491 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-25T14:23:59.784Z] #53 4.506 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-25T14:23:59.784Z] #53 6.228 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-25T14:23:59.784Z] #53 ... [2022-03-25T14:23:59.784Z] [2022-03-25T14:23:59.784Z] #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-25T14:23:59.784Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:23:59.784Z] #51 3.929 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-25T14:24:00.044Z] #51 ... [2022-03-25T14:24:00.044Z] [2022-03-25T14:24:00.044Z] #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-25T14:24:00.044Z] #26 sha256:c446e08ba74bac1a703bfa4213bb0468cec4e8124e63c8772c388c02add0a569 [2022-03-25T14:24:00.044Z] #26 3.406 + RM_GOPATH=0 [2022-03-25T14:24:00.044Z] #26 3.406 + TMP_GOPATH= [2022-03-25T14:24:00.044Z] #26 3.406 + : /build [2022-03-25T14:24:00.044Z] #26 3.406 + '[' -z '' ']' [2022-03-25T14:24:00.044Z] #26 3.406 ++ mktemp -d [2022-03-25T14:24:00.044Z] #26 3.406 + export GOPATH=/tmp/tmp.ddqjgaFyA3 [2022-03-25T14:24:00.044Z] #26 3.421 + GOPATH=/tmp/tmp.ddqjgaFyA3 [2022-03-25T14:24:00.044Z] #26 3.421 + RM_GOPATH=1 [2022-03-25T14:24:00.044Z] #26 3.421 + case "$(go env GOARCH)" in [2022-03-25T14:24:00.044Z] #26 3.421 ++ go env GOARCH [2022-03-25T14:24:00.044Z] #26 3.421 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:00.044Z] #26 3.421 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:00.044Z] #26 3.421 ++ dirname /install.sh [2022-03-25T14:24:00.044Z] #26 3.421 + dir=/ [2022-03-25T14:24:00.044Z] #26 3.421 + bin=dockercli [2022-03-25T14:24:00.044Z] #26 3.421 + shift [2022-03-25T14:24:00.044Z] #26 3.421 + '[' '!' -f //dockercli.installer ']' [2022-03-25T14:24:00.044Z] #26 3.421 + . //dockercli.installer [2022-03-25T14:24:00.044Z] #26 3.421 ++ : stable [2022-03-25T14:24:00.044Z] #26 3.421 ++ : 17.06.2-ce [2022-03-25T14:24:00.044Z] #26 3.421 + install_dockercli [2022-03-25T14:24:00.044Z] #26 3.421 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-25T14:24:00.044Z] #26 3.421 ++ uname -m [2022-03-25T14:24:00.044Z] #26 3.421 + arch=x86_64 [2022-03-25T14:24:00.044Z] #26 3.421 + '[' x86_64 '!=' x86_64 ']' [2022-03-25T14:24:00.044Z] #26 3.421 + url=https://download.docker.com/linux/static [2022-03-25T14:24:00.044Z] #26 3.421 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-25T14:24:00.044Z] #26 3.421 + tar -xz docker/docker [2022-03-25T14:24:00.044Z] #26 3.421 Install docker/cli version 17.06.2-ce from stable [2022-03-25T14:24:00.044Z] #26 9.999 + mkdir -p /build [2022-03-25T14:24:00.044Z] #26 10.01 + mv docker/docker /build/ [2022-03-25T14:24:00.044Z] #26 10.01 + rmdir docker [2022-03-25T14:24:00.044Z] #26 DONE 10.3s [2022-03-25T14:24:00.044Z] [2022-03-25T14:24:00.044Z] #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-25T14:24:00.044Z] #36 sha256:009b2fcedd65be913d92fe71222460306f8961e8ec3b3c700d0ccf5f2d99e572 [2022-03-25T14:24:00.044Z] #36 4.320 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-25T14:24:00.044Z] #36 ... [2022-03-25T14:24:00.044Z] [2022-03-25T14:24:00.044Z] #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-25T14:24:00.044Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:00.044Z] #14 2.713 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:24:00.044Z] #14 2.729 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:24:00.044Z] #14 2.730 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:24:00.044Z] #14 2.934 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:24:00.044Z] #14 3.525 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:24:00.044Z] #14 5.017 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:24:00.304Z] #14 ... [2022-03-25T14:24:00.304Z] [2022-03-25T14:24:00.304Z] #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-25T14:24:00.304Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f [2022-03-25T14:24:00.304Z] #49 3.706 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-25T14:24:00.304Z] #49 4.971 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-25T14:24:00.304Z] #49 4.971 go: downloading github.com/fatih/color v1.10.0 [2022-03-25T14:24:00.304Z] #49 5.020 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-25T14:24:00.304Z] #49 5.061 go: downloading github.com/pkg/errors v0.9.1 [2022-03-25T14:24:00.305Z] #49 5.383 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-25T14:24:00.305Z] #49 5.413 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-25T14:24:00.305Z] #49 5.486 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-25T14:24:00.305Z] #49 5.494 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-25T14:24:00.305Z] #49 5.643 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-25T14:24:00.305Z] #49 5.740 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-25T14:24:00.305Z] #49 5.815 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-25T14:24:00.305Z] #49 5.944 go: downloading golang.org/x/tools v0.1.0 [2022-03-25T14:24:00.565Z] #49 ... [2022-03-25T14:24:00.565Z] [2022-03-25T14:24:00.565Z] #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-25T14:24:00.565Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:00.565Z] #47 4.169 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:24:00.565Z] #47 4.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:24:00.565Z] #47 4.224 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:24:00.565Z] #47 4.851 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-25T14:24:00.565Z] #47 5.167 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:24:00.565Z] #47 7.237 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:24:00.565Z] #47 9.588 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:24:00.565Z] #47 ... [2022-03-25T14:24:00.565Z] [2022-03-25T14:24:00.565Z] #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-25T14:24:00.565Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:24:00.565Z] #34 3.430 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-25T14:24:00.565Z] #34 3.430 Cloning into '.'... [2022-03-25T14:24:00.824Z] #34 ... [2022-03-25T14:24:00.824Z] [2022-03-25T14:24:00.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-25T14:24:00.824Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:24:00.824Z] #43 3.177 + git clone https://github.com/docker/distribution.git . [2022-03-25T14:24:00.824Z] #43 3.180 Cloning into '.'... [2022-03-25T14:24:00.824Z] #43 ... [2022-03-25T14:24:00.824Z] [2022-03-25T14:24:00.824Z] #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-25T14:24:00.824Z] #63 sha256:75fed50949f3cedd7f1b48cf3e2de8ec1cad65833171b85389e3ef9a6b49315a [2022-03-25T14:24:00.824Z] #63 9.788 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-25T14:24:00.824Z] #63 10.53 go: downloading github.com/google/uuid v1.3.0 [2022-03-25T14:24:00.824Z] #63 10.59 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-25T14:24:00.829Z] #38 29.34 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:24:00.829Z] #38 29.59 Fetched 17.7 MB in 1s (15.0 MB/s) [2022-03-25T14:24:01.116Z] #38 29.69 Selecting previously unselected package xxd. [2022-03-25T14:24:01.116Z] #38 29.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 ... 15709 files and directories currently installed.) [2022-03-25T14:24:01.116Z] #38 29.74 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:24:01.116Z] #38 29.75 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:24:01.392Z] #63 11.33 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-25T14:24:01.392Z] #63 11.40 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-25T14:24:01.392Z] #63 11.45 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-25T14:24:01.405Z] #38 30.07 Selecting previously unselected package vim-common. [2022-03-25T14:24:01.405Z] #38 30.07 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:24:01.405Z] #38 30.13 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:24:01.651Z] #63 11.61 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-25T14:24:01.682Z] #38 ... [2022-03-25T14:24:01.682Z] [2022-03-25T14:24:01.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-25T14:24:01.683Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86 [2022-03-25T14:24:01.683Z] #58 27.12 The following additional packages will be installed: [2022-03-25T14:24:01.683Z] #58 27.13 libbtrfs0 [2022-03-25T14:24:01.683Z] #58 27.22 The following NEW packages will be installed: [2022-03-25T14:24:01.683Z] #58 27.23 libbtrfs-dev libbtrfs0 [2022-03-25T14:24:01.683Z] #58 27.55 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:24:01.683Z] #58 27.55 Need to get 460 kB of archives. [2022-03-25T14:24:01.683Z] #58 27.55 After this operation, 1237 kB of additional disk space will be used. [2022-03-25T14:24:01.683Z] #58 27.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-25T14:24:01.683Z] #58 27.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-25T14:24:01.683Z] #58 28.43 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:24:01.683Z] #58 28.64 Fetched 460 kB in 0s (1454 kB/s) [2022-03-25T14:24:01.683Z] #58 28.74 Selecting previously unselected package libbtrfs0:amd64. [2022-03-25T14:24:01.683Z] #58 28.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-25T14:24:01.683Z] #58 28.80 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-25T14:24:01.683Z] #58 28.82 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:24:01.683Z] #58 29.04 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-25T14:24:01.683Z] #58 29.06 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-25T14:24:01.683Z] #58 29.06 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:24:01.683Z] #58 29.57 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:24:01.683Z] #58 29.58 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:24:01.683Z] #58 29.60 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:24:01.683Z] #58 DONE 30.3s [2022-03-25T14:24:01.683Z] [2022-03-25T14:24:01.683Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-25T14:24:01.683Z] #59 sha256:ea03f96be4c3b1950fcf05d29c95910decbe03140f1e43097ac7eab5e78d9291 [2022-03-25T14:24:01.910Z] #63 11.96 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-25T14:24:01.948Z] #59 DONE 0.1s [2022-03-25T14:24:01.949Z] [2022-03-25T14:24:01.949Z] #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-25T14:24:01.949Z] #53 sha256:065c15b37b4063bc488ce682f6d43dcb03528706f60cbf6f63f64573768a0692 [2022-03-25T14:24:01.949Z] #53 30.46 v3.0.2 [2022-03-25T14:24:01.949Z] #53 DONE 30.6s [2022-03-25T14:24:01.949Z] [2022-03-25T14:24:01.949Z] #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-25T14:24:01.949Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:24:01.949Z] #38 30.69 Selecting previously unselected package cmake-data. [2022-03-25T14:24:02.169Z] #63 12.14 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-25T14:24:02.169Z] #63 12.24 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-25T14:24:02.212Z] #38 30.70 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-25T14:24:02.212Z] #38 30.70 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-25T14:24:03.106Z] #63 ... [2022-03-25T14:24:03.106Z] [2022-03-25T14:24:03.106Z] #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-25T14:24:03.106Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:24:03.106Z] #38 3.737 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:24:03.106Z] #38 3.815 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:24:03.106Z] #38 3.815 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:24:03.106Z] #38 4.557 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:24:03.106Z] #38 6.285 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:24:03.106Z] #38 8.645 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:24:03.235Z] #38 ... [2022-03-25T14:24:03.235Z] [2022-03-25T14:24:03.235Z] #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-25T14:24:03.235Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:03.235Z] #47 16.94 Reading package lists... [2022-03-25T14:24:03.235Z] #47 21.62 Reading package lists... [2022-03-25T14:24:03.235Z] #47 25.95 Building dependency tree... [2022-03-25T14:24:03.235Z] #47 27.06 Reading state information... [2022-03-25T14:24:03.235Z] #47 28.59 The following additional packages will be installed: [2022-03-25T14:24:03.235Z] #47 28.59 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-25T14:24:03.235Z] #47 28.59 python3-protobuf python3-six [2022-03-25T14:24:03.235Z] #47 28.60 Suggested packages: [2022-03-25T14:24:03.235Z] #47 28.61 python3-setuptools [2022-03-25T14:24:03.235Z] #47 28.61 Recommended packages: [2022-03-25T14:24:03.235Z] #47 28.61 iproute2 | iproute [2022-03-25T14:24:03.235Z] #47 29.10 The following NEW packages will be installed: [2022-03-25T14:24:03.235Z] #47 29.10 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-25T14:24:03.235Z] #47 29.11 python3-protobuf python3-six [2022-03-25T14:24:03.235Z] #47 29.56 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:24:03.235Z] #47 29.56 Need to get 2292 kB of archives. [2022-03-25T14:24:03.235Z] #47 29.56 After this operation, 11.0 MB of additional disk space will be used. [2022-03-25T14:24:03.235Z] #47 29.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-25T14:24:03.235Z] #47 29.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-25T14:24:03.235Z] #47 29.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-25T14:24:03.235Z] #47 29.61 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-25T14:24:03.235Z] #47 29.62 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-25T14:24:03.235Z] #47 29.62 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-25T14:24:03.235Z] #47 29.63 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-25T14:24:03.235Z] #47 ... [2022-03-25T14:24:03.235Z] [2022-03-25T14:24:03.235Z] #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-25T14:24:03.235Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:03.235Z] #51 26.32 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-25T14:24:03.235Z] #51 26.34 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-25T14:24:03.235Z] #51 29.06 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-25T14:24:03.235Z] #51 29.06 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-25T14:24:03.235Z] #51 29.10 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-25T14:24:03.235Z] #51 29.24 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-25T14:24:03.235Z] #51 29.27 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-25T14:24:03.235Z] #51 29.30 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-25T14:24:03.235Z] #51 29.36 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-25T14:24:03.235Z] #51 29.40 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-25T14:24:03.235Z] #51 29.49 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-25T14:24:03.235Z] #51 29.50 go: downloading github.com/spf13/afero v1.6.0 [2022-03-25T14:24:03.235Z] #51 29.58 go: downloading github.com/spf13/cast v1.4.1 [2022-03-25T14:24:03.235Z] #51 29.60 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-25T14:24:03.235Z] #51 29.62 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-25T14:24:03.235Z] #51 29.66 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-25T14:24:03.235Z] #51 29.72 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-25T14:24:03.235Z] #51 29.76 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-25T14:24:03.235Z] #51 29.77 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-25T14:24:03.235Z] #51 29.79 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-25T14:24:03.235Z] #51 29.80 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-25T14:24:03.235Z] #51 29.81 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-25T14:24:03.235Z] #51 29.82 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-25T14:24:03.235Z] #51 29.90 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-25T14:24:03.235Z] #51 29.91 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-25T14:24:03.235Z] #51 30.15 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-25T14:24:03.235Z] #51 30.22 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-25T14:24:03.235Z] #51 30.39 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-25T14:24:03.236Z] #51 30.41 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-25T14:24:03.236Z] #51 30.44 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-25T14:24:03.236Z] #51 30.72 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-25T14:24:03.236Z] #51 30.78 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-25T14:24:03.236Z] #51 30.79 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-25T14:24:03.236Z] #51 30.96 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-25T14:24:03.236Z] #51 30.99 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-25T14:24:03.236Z] #51 31.03 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-25T14:24:03.236Z] #51 31.20 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-25T14:24:03.236Z] #51 31.32 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-25T14:24:03.236Z] #51 31.47 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-25T14:24:03.236Z] #51 31.51 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-25T14:24:03.236Z] #51 31.58 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-25T14:24:03.236Z] #51 31.59 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-25T14:24:03.236Z] #51 31.62 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-25T14:24:03.236Z] #51 31.65 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-25T14:24:03.236Z] #51 31.71 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-25T14:24:03.236Z] #51 31.72 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-25T14:24:03.236Z] #51 31.74 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-25T14:24:03.236Z] #51 31.79 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-25T14:24:03.236Z] #51 31.80 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-25T14:24:03.236Z] #51 31.83 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-25T14:24:03.236Z] #51 32.00 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-25T14:24:03.364Z] #38 ... [2022-03-25T14:24:03.364Z] [2022-03-25T14:24:03.364Z] #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-25T14:24:03.364Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:03.364Z] #47 13.17 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-25T14:24:03.394Z] #19 37.94 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-25T14:24:03.394Z] #19 37.94 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:03.394Z] #19 38.05 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:24:03.394Z] #19 38.43 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-25T14:24:03.394Z] #19 38.43 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:03.394Z] #19 38.49 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:24:03.494Z] #51 32.19 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-25T14:24:03.494Z] #51 32.20 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-25T14:24:03.753Z] #51 32.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-25T14:24:03.753Z] #51 32.31 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-25T14:24:03.753Z] #51 32.38 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-25T14:24:03.753Z] #51 32.42 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-25T14:24:03.753Z] #51 32.43 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-25T14:24:03.753Z] #51 32.48 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-25T14:24:04.012Z] #51 32.58 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-25T14:24:04.012Z] #51 32.60 go: downloading github.com/julz/importas v0.1.0 [2022-03-25T14:24:04.012Z] #51 32.67 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-25T14:24:04.012Z] #51 32.79 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-25T14:24:04.012Z] #51 32.79 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-25T14:24:04.271Z] #51 32.91 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-25T14:24:04.271Z] #51 32.99 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-25T14:24:04.271Z] #51 32.99 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-25T14:24:04.271Z] #51 33.01 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-25T14:24:04.529Z] #51 33.08 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-25T14:24:04.530Z] #51 33.12 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-25T14:24:04.530Z] #51 33.13 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-25T14:24:04.530Z] #51 33.15 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-25T14:24:04.530Z] #51 33.16 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-25T14:24:04.640Z] Sending build context to Docker daemon 66.17MB [2022-03-25T14:24:04.640Z] [2022-03-25T14:24:04.640Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-25T14:24:04.640Z] ---> 02f938cacc3b [2022-03-25T14:24:04.640Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> de589199f1ce [2022-03-25T14:24:04.640Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-03-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> e22727bb6ce0 [2022-03-25T14:24:04.640Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-03-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> e9fa535d6219 [2022-03-25T14:24:04.640Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> 36265b7c801e [2022-03-25T14:24:04.640Z] 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-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> 67ed1d7e5679 [2022-03-25T14:24:04.640Z] 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-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> 494135551208 [2022-03-25T14:24:04.640Z] 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-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> a5864254a03d [2022-03-25T14:24:04.640Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> 8ddefd21ffae [2022-03-25T14:24:04.640Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-25T14:24:04.640Z] ---> Using cache [2022-03-25T14:24:04.640Z] ---> a59cc2a05dea [2022-03-25T14:24:04.640Z] Step 11/11 : COPY . . [2022-03-25T14:24:04.788Z] #51 33.59 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-25T14:24:04.788Z] #51 33.60 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-25T14:24:04.788Z] #51 33.62 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-25T14:24:05.047Z] #51 33.71 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-25T14:24:05.047Z] #51 33.71 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-25T14:24:05.047Z] #51 33.75 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-25T14:24:05.047Z] #51 ... [2022-03-25T14:24:05.047Z] [2022-03-25T14:24:05.047Z] #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-25T14:24:05.047Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:05.047Z] #47 33.39 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-25T14:24:05.899Z] #47 ... [2022-03-25T14:24:05.899Z] [2022-03-25T14:24:05.899Z] #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-25T14:24:05.899Z] #36 sha256:009b2fcedd65be913d92fe71222460306f8961e8ec3b3c700d0ccf5f2d99e572 [2022-03-25T14:24:05.899Z] #36 15.93 tomll can be used in two ways: [2022-03-25T14:24:05.899Z] #36 15.93 Writing to STDIN and reading from STDOUT: [2022-03-25T14:24:05.899Z] #36 15.93 cat file.toml | tomll > file.toml [2022-03-25T14:24:05.899Z] #36 15.93 [2022-03-25T14:24:05.899Z] #36 15.93 Reading and updating a list of files: [2022-03-25T14:24:05.899Z] #36 15.93 tomll a.toml b.toml c.toml [2022-03-25T14:24:05.899Z] #36 15.93 [2022-03-25T14:24:05.899Z] #36 15.93 When given a list of files, tomll will modify all files in place without asking. [2022-03-25T14:24:05.899Z] #36 DONE 16.3s [2022-03-25T14:24:05.899Z] [2022-03-25T14:24:05.899Z] #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-25T14:24:05.899Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86 [2022-03-25T14:24:05.899Z] #58 14.76 Fetched 8508 kB in 12s (736 kB/s) [2022-03-25T14:24:06.425Z] #47 34.59 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:24:06.426Z] #47 34.80 Fetched 2292 kB in 5s (496 kB/s) [2022-03-25T14:24:06.426Z] #47 34.86 Selecting previously unselected package libprotobuf23:amd64. [2022-03-25T14:24:06.684Z] #47 34.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-25T14:24:06.684Z] #47 34.92 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-25T14:24:06.684Z] #47 34.94 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-25T14:24:07.258Z] #47 35.56 Selecting previously unselected package python3-pkg-resources. [2022-03-25T14:24:07.258Z] #47 35.57 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-25T14:24:07.258Z] #47 35.58 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:24:07.258Z] #47 35.79 Selecting previously unselected package python3-six. [2022-03-25T14:24:07.517Z] #47 35.79 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-25T14:24:07.517Z] #47 35.81 Unpacking python3-six (1.16.0-2) ... [2022-03-25T14:24:07.517Z] #47 35.88 Selecting previously unselected package python3-protobuf. [2022-03-25T14:24:07.517Z] #47 35.88 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-25T14:24:07.517Z] #47 35.88 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-25T14:24:07.578Z] #19 42.55 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-25T14:24:07.578Z] #19 42.55 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:07.578Z] #19 42.56 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:24:07.578Z] #19 42.59 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-25T14:24:07.578Z] #19 42.59 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:07.578Z] #19 42.60 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:24:07.775Z] #47 36.32 Selecting previously unselected package libnet1:amd64. [2022-03-25T14:24:08.034Z] #47 36.33 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-25T14:24:08.034Z] #47 36.34 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:24:08.034Z] #47 36.45 Selecting previously unselected package libnl-3-200:amd64. [2022-03-25T14:24:08.034Z] #47 36.45 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-25T14:24:08.034Z] #47 36.46 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:24:08.034Z] #47 36.57 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-25T14:24:08.034Z] #47 36.57 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-25T14:24:08.293Z] #47 36.58 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:24:08.293Z] #47 36.65 Selecting previously unselected package criu. [2022-03-25T14:24:08.293Z] #47 36.65 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-25T14:24:08.293Z] #47 36.66 Unpacking criu (3.16.1-3) ... [2022-03-25T14:24:08.293Z] #47 ... [2022-03-25T14:24:08.293Z] [2022-03-25T14:24:08.293Z] #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-25T14:24:08.293Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:08.293Z] #14 26.88 The following additional packages will be installed: [2022-03-25T14:24:08.293Z] #14 26.88 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-25T14:24:08.293Z] #14 26.88 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-25T14:24:08.293Z] #14 26.88 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-25T14:24:08.293Z] #14 26.88 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-25T14:24:08.293Z] #14 26.88 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-25T14:24:08.293Z] #14 26.88 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-25T14:24:08.293Z] #14 26.88 mingw-w64-common mingw-w64-x86-64-dev [2022-03-25T14:24:08.293Z] #14 26.90 Suggested packages: [2022-03-25T14:24:08.293Z] #14 26.90 gcc-10-locales seccomp wine64 [2022-03-25T14:24:08.293Z] #14 28.07 The following NEW packages will be installed: [2022-03-25T14:24:08.293Z] #14 28.08 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-25T14:24:08.293Z] #14 28.08 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-25T14:24:08.293Z] #14 28.09 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-25T14:24:08.293Z] #14 28.09 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-25T14:24:08.293Z] #14 28.09 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-25T14:24:08.293Z] #14 28.09 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-25T14:24:08.293Z] #14 28.09 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-25T14:24:08.293Z] #14 28.09 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-25T14:24:08.293Z] #14 28.09 mingw-w64-x86-64-dev [2022-03-25T14:24:08.293Z] #14 28.45 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:24:08.293Z] #14 28.45 Need to get 115 MB of archives. [2022-03-25T14:24:08.293Z] #14 28.45 After this operation, 645 MB of additional disk space will be used. [2022-03-25T14:24:08.293Z] #14 28.45 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-25T14:24:08.293Z] #14 28.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-25T14:24:08.293Z] #14 28.68 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-25T14:24:08.293Z] #14 28.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-25T14:24:08.293Z] #14 28.70 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-25T14:24:08.293Z] #14 28.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-25T14:24:08.293Z] #14 28.90 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-25T14:24:08.293Z] #14 29.13 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-25T14:24:08.293Z] #14 29.13 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-25T14:24:08.293Z] #14 29.82 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-25T14:24:08.293Z] #14 32.02 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-25T14:24:08.293Z] #14 32.85 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-25T14:24:08.293Z] #14 33.37 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-25T14:24:08.293Z] #14 34.43 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-25T14:24:08.293Z] #14 34.87 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-25T14:24:08.293Z] #14 34.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-25T14:24:08.293Z] #14 34.88 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-25T14:24:08.293Z] #14 34.89 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-25T14:24:08.293Z] #14 34.90 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-25T14:24:08.293Z] #14 34.92 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-25T14:24:08.293Z] #14 34.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-25T14:24:08.293Z] #14 34.93 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-25T14:24:08.293Z] #14 34.94 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-25T14:24:08.293Z] #14 34.94 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-25T14:24:08.293Z] #14 34.96 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-25T14:24:08.293Z] #14 34.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-25T14:24:08.293Z] #14 34.99 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-25T14:24:08.293Z] #14 35.01 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-25T14:24:08.293Z] #14 35.02 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-25T14:24:08.293Z] #14 35.03 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-25T14:24:08.293Z] #14 35.95 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:24:08.293Z] #14 36.17 Fetched 115 MB in 7s (16.6 MB/s) [2022-03-25T14:24:08.293Z] #14 36.26 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-25T14:24:08.293Z] #14 36.26 (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-25T14:24:08.293Z] #14 36.33 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-25T14:24:08.293Z] #14 36.35 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-25T14:24:08.554Z] #14 ... [2022-03-25T14:24:08.554Z] [2022-03-25T14:24:08.554Z] #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-25T14:24:08.554Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:08.554Z] #51 33.77 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-25T14:24:08.554Z] #51 33.82 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-25T14:24:08.554Z] #51 33.82 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-25T14:24:08.554Z] #51 34.07 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-25T14:24:08.554Z] #51 34.07 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-25T14:24:08.554Z] #51 34.09 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-25T14:24:08.554Z] #51 34.10 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-25T14:24:08.554Z] #51 34.11 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-25T14:24:08.554Z] #51 34.13 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-25T14:24:08.554Z] #51 34.13 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-25T14:24:08.554Z] #51 34.18 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-25T14:24:08.554Z] #51 34.26 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-25T14:24:08.554Z] #51 34.27 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-25T14:24:08.554Z] #51 34.29 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-25T14:24:08.554Z] #51 34.35 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-25T14:24:08.554Z] #51 34.63 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-25T14:24:08.554Z] #51 34.64 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-25T14:24:08.554Z] #51 34.66 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-25T14:24:08.554Z] #51 34.71 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-25T14:24:08.554Z] #51 34.72 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-25T14:24:08.554Z] #51 35.04 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-25T14:24:08.554Z] #51 35.14 go: downloading honnef.co/go/tools v0.2.2 [2022-03-25T14:24:08.554Z] #51 36.26 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-25T14:24:08.554Z] #51 36.26 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-25T14:24:08.554Z] #51 36.36 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-25T14:24:08.554Z] #51 36.40 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-25T14:24:09.122Z] #51 37.66 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-25T14:24:09.122Z] #51 37.66 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-25T14:24:09.122Z] #51 37.67 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-25T14:24:09.122Z] #51 37.85 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-25T14:24:09.384Z] #51 38.02 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-25T14:24:09.384Z] #51 38.02 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-25T14:24:09.384Z] #51 38.18 go: downloading golang.org/x/text v0.3.7 [2022-03-25T14:24:10.095Z] #58 14.76 Reading package lists... [2022-03-25T14:24:11.035Z] #58 20.01 Reading package lists... [2022-03-25T14:24:11.035Z] #58 ... [2022-03-25T14:24:11.035Z] [2022-03-25T14:24:11.035Z] #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-25T14:24:11.035Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:24:11.035Z] #38 16.49 Fetched 8508 kB in 13s (654 kB/s) [2022-03-25T14:24:11.035Z] #38 16.49 Reading package lists... [2022-03-25T14:24:11.035Z] #38 21.34 Reading package lists... [2022-03-25T14:24:11.035Z] #38 ... [2022-03-25T14:24:11.035Z] [2022-03-25T14:24:11.035Z] #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-25T14:24:11.035Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:24:11.035Z] #43 21.13 Updating files: 95% (1752/1843) Updating files: 96% (1770/1843) Updating files: 97% (1788/1843) Updating files: 98% (1807/1843) Updating files: 99% (1825/1843) Updating files: 100% (1843/1843) Updating files: 100% (1843/1843), done. [2022-03-25T14:24:11.035Z] #43 21.22 + git checkout -q v2.3.0 [2022-03-25T14:24:11.035Z] #43 ... [2022-03-25T14:24:11.035Z] [2022-03-25T14:24:11.035Z] #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-25T14:24:11.035Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f [2022-03-25T14:24:11.035Z] #49 11.61 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-25T14:24:11.035Z] #49 11.61 go: downloading golang.org/x/mod v0.3.0 [2022-03-25T14:24:11.287Z] #51 ... [2022-03-25T14:24:11.287Z] [2022-03-25T14:24:11.287Z] #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-25T14:24:11.287Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:24:11.287Z] #34 38.46 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-25T14:24:11.287Z] #34 38.70 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-25T14:24:11.287Z] #34 38.88 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-25T14:24:11.294Z] #49 ... [2022-03-25T14:24:11.294Z] [2022-03-25T14:24:11.294Z] #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-25T14:24:11.294Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:11.294Z] #14 12.38 Fetched 8508 kB in 10s (862 kB/s) [2022-03-25T14:24:11.294Z] #14 12.38 Reading package lists... [2022-03-25T14:24:11.773Z] #19 46.50 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-25T14:24:11.773Z] #19 46.50 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:11.773Z] #19 46.51 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:24:11.773Z] #19 46.54 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-25T14:24:11.773Z] #19 46.54 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:11.773Z] #19 46.54 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-25T14:24:11.773Z] #19 46.57 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-25T14:24:11.773Z] #19 46.57 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:11.773Z] #19 46.57 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-25T14:24:11.773Z] #19 46.60 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-25T14:24:11.773Z] #19 46.60 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:11.773Z] #19 46.61 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:24:11.773Z] #19 46.63 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-25T14:24:11.773Z] #19 46.64 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:11.773Z] #19 46.64 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:24:11.773Z] #19 46.67 Selecting previously unselected package cross-config. [2022-03-25T14:24:11.773Z] #19 46.67 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-25T14:24:11.773Z] #19 46.67 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-25T14:24:11.773Z] #19 46.71 Selecting previously unselected package gcc-10-cross-base. [2022-03-25T14:24:11.773Z] #19 46.71 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:11.773Z] #19 46.71 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-25T14:24:11.773Z] #19 46.75 Selecting previously unselected package libc6-arm64-cross. [2022-03-25T14:24:11.773Z] #19 46.75 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:11.773Z] #19 46.75 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-25T14:24:11.773Z] #19 46.88 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-25T14:24:11.773Z] #19 46.88 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:11.773Z] #19 46.89 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:11.773Z] #19 46.92 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-25T14:24:11.773Z] #19 46.92 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:11.773Z] #19 46.93 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:11.773Z] #19 46.96 Selecting previously unselected package libitm1-arm64-cross. [2022-03-25T14:24:11.773Z] #19 46.96 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:11.773Z] #19 46.97 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:11.773Z] #19 47.00 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-25T14:24:11.773Z] #19 47.00 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:11.773Z] #19 47.00 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:11.773Z] #19 47.04 Selecting previously unselected package libasan6-arm64-cross. [2022-03-25T14:24:11.773Z] #19 47.04 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:11.773Z] #19 47.04 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:11.854Z] #34 ... [2022-03-25T14:24:11.854Z] [2022-03-25T14:24:11.854Z] #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-25T14:24:11.854Z] #60 sha256:5b6414c63b30e1eece007c3b84f7be405205ddf1c86e23ba1728fd37c0ee6c7e [2022-03-25T14:24:11.854Z] #60 1.765 + RM_GOPATH=0 [2022-03-25T14:24:11.854Z] #60 1.765 + TMP_GOPATH= [2022-03-25T14:24:11.854Z] #60 1.765 + : /build [2022-03-25T14:24:11.854Z] #60 1.765 + '[' -z '' ']' [2022-03-25T14:24:11.854Z] #60 1.765 ++ mktemp -d [2022-03-25T14:24:11.854Z] #60 1.765 + export GOPATH=/tmp/tmp.SKDD5t3lss [2022-03-25T14:24:11.854Z] #60 1.765 + GOPATH=/tmp/tmp.SKDD5t3lss [2022-03-25T14:24:11.854Z] #60 1.765 + RM_GOPATH=1 [2022-03-25T14:24:11.854Z] #60 1.765 + case "$(go env GOARCH)" in [2022-03-25T14:24:11.854Z] #60 1.765 ++ go env GOARCH [2022-03-25T14:24:11.854Z] #60 1.824 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:11.854Z] #60 1.824 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:11.854Z] #60 1.824 ++ dirname /install.sh [2022-03-25T14:24:11.854Z] #60 1.824 + dir=/ [2022-03-25T14:24:11.854Z] #60 1.824 + bin=containerd [2022-03-25T14:24:11.854Z] #60 1.824 + shift [2022-03-25T14:24:11.854Z] #60 1.824 + '[' '!' -f //containerd.installer ']' [2022-03-25T14:24:11.854Z] #60 1.824 + . //containerd.installer [2022-03-25T14:24:11.854Z] #60 1.824 ++ set -e [2022-03-25T14:24:11.854Z] #60 1.824 ++ : v1.6.2 [2022-03-25T14:24:11.854Z] #60 1.824 + install_containerd [2022-03-25T14:24:11.854Z] #60 1.824 + echo 'Install containerd version v1.6.2' [2022-03-25T14:24:11.854Z] #60 1.824 + git clone https://github.com/containerd/containerd.git /tmp/tmp.SKDD5t3lss/src/github.com/containerd/containerd [2022-03-25T14:24:11.854Z] #60 1.824 Cloning into '/tmp/tmp.SKDD5t3lss/src/github.com/containerd/containerd'... [2022-03-25T14:24:11.854Z] #60 1.840 Install containerd version v1.6.2 [2022-03-25T14:24:11.854Z] #60 ... [2022-03-25T14:24:11.854Z] [2022-03-25T14:24:11.854Z] #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-25T14:24:11.854Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:11.854Z] #47 37.26 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:24:11.854Z] #47 38.62 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-25T14:24:11.854Z] #47 38.65 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:24:11.854Z] #47 38.67 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:24:11.854Z] #47 38.68 Setting up python3-six (1.16.0-2) ... [2022-03-25T14:24:11.854Z] #47 39.65 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:24:11.854Z] #47 39.68 Setting up python3-protobuf (3.12.4-1) ... [2022-03-25T14:24:12.031Z] #19 47.28 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-25T14:24:12.031Z] #19 47.28 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:12.031Z] #19 47.29 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:12.031Z] #19 47.39 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-25T14:24:12.231Z] #14 17.90 Reading package lists... [2022-03-25T14:24:12.289Z] #19 47.39 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:12.289Z] #19 47.40 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:12.289Z] #19 47.62 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-25T14:24:12.289Z] #19 47.62 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:12.289Z] #19 47.63 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:12.490Z] #14 22.79 Building dependency tree... [2022-03-25T14:24:12.490Z] #14 ... [2022-03-25T14:24:12.490Z] [2022-03-25T14:24:12.490Z] #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-25T14:24:12.490Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:12.490Z] #47 17.44 Fetched 8512 kB in 14s (629 kB/s) [2022-03-25T14:24:12.490Z] #47 17.44 Reading package lists... [2022-03-25T14:24:12.547Z] #19 47.70 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-25T14:24:12.547Z] #19 47.70 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:12.547Z] #19 47.70 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:12.547Z] #19 47.80 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-25T14:24:12.547Z] #19 47.80 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:12.547Z] #19 47.81 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:12.547Z] #19 47.94 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-25T14:24:12.805Z] #19 47.95 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:12.805Z] #19 47.95 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:24:13.426Z] #47 22.47 Reading package lists... [2022-03-25T14:24:13.426Z] #47 ... [2022-03-25T14:24:13.426Z] [2022-03-25T14:24:13.426Z] #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-25T14:24:13.426Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:24:13.426Z] #43 23.36 + 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-25T14:24:13.994Z] #43 ... [2022-03-25T14:24:13.994Z] [2022-03-25T14:24:13.994Z] #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-25T14:24:13.994Z] #63 sha256:75fed50949f3cedd7f1b48cf3e2de8ec1cad65833171b85389e3ef9a6b49315a [2022-03-25T14:24:13.994Z] #63 13.90 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-25T14:24:13.994Z] #63 ... [2022-03-25T14:24:13.994Z] [2022-03-25T14:24:13.994Z] #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-25T14:24:13.994Z] #58 sha256:7355574b4f81e1bba0b35cf0e8989145ea4161ebb03c120de1334180cd0d2a86 [2022-03-25T14:24:13.994Z] #58 20.01 Reading package lists... [2022-03-25T14:24:14.386Z] #47 42.76 Setting up criu (3.16.1-3) ... [2022-03-25T14:24:14.386Z] #47 ... [2022-03-25T14:24:14.386Z] [2022-03-25T14:24:14.386Z] #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-25T14:24:14.386Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:14.386Z] #51 43.02 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-25T14:24:14.386Z] #51 43.13 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-25T14:24:14.386Z] #51 43.13 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-25T14:24:14.386Z] #51 43.16 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-25T14:24:14.647Z] #51 43.28 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-25T14:24:14.647Z] #51 43.29 go: downloading golang.org/x/mod v0.5.1 [2022-03-25T14:24:14.647Z] #51 43.40 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-25T14:24:14.647Z] #51 43.42 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-25T14:24:14.647Z] #51 43.44 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-25T14:24:14.647Z] #51 43.49 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-25T14:24:14.906Z] #51 43.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-25T14:24:15.371Z] #58 24.62 Building dependency tree... [2022-03-25T14:24:15.372Z] #58 25.83 Reading state information... [2022-03-25T14:24:15.473Z] #51 44.00 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-25T14:24:15.473Z] #51 ... [2022-03-25T14:24:15.473Z] [2022-03-25T14:24:15.473Z] #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-25T14:24:15.473Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:24:15.473Z] #38 34.05 Selecting previously unselected package libicu67:amd64. [2022-03-25T14:24:15.473Z] #38 34.06 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-25T14:24:15.473Z] #38 34.09 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-25T14:24:15.473Z] #38 39.70 Selecting previously unselected package libxml2:amd64. [2022-03-25T14:24:15.473Z] #38 39.70 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-25T14:24:15.473Z] #38 39.70 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-25T14:24:15.473Z] #38 40.16 Selecting previously unselected package libarchive13:amd64. [2022-03-25T14:24:15.473Z] #38 40.16 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-25T14:24:15.473Z] #38 40.17 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-25T14:24:15.473Z] #38 40.43 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-25T14:24:15.473Z] #38 40.43 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-25T14:24:15.473Z] #38 40.44 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-25T14:24:15.473Z] #38 40.60 Selecting previously unselected package librhash0:amd64. [2022-03-25T14:24:15.473Z] #38 40.60 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-25T14:24:15.473Z] #38 40.61 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-25T14:24:15.473Z] #38 40.77 Selecting previously unselected package libuv1:amd64. [2022-03-25T14:24:15.473Z] #38 40.77 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-25T14:24:15.473Z] #38 40.79 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-25T14:24:15.473Z] #38 40.96 Selecting previously unselected package cmake. [2022-03-25T14:24:15.473Z] #38 40.97 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-25T14:24:15.473Z] #38 40.98 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-25T14:24:15.473Z] #38 ... [2022-03-25T14:24:15.473Z] [2022-03-25T14:24:15.473Z] #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-25T14:24:15.473Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:15.473Z] #51 44.23 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-25T14:24:15.732Z] #51 44.27 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-25T14:24:15.732Z] #51 44.28 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-25T14:24:15.732Z] #51 44.43 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-25T14:24:15.732Z] #51 44.44 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-25T14:24:15.991Z] #51 44.58 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-25T14:24:15.991Z] #51 44.58 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-25T14:24:15.991Z] #51 44.62 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-25T14:24:15.991Z] #51 44.62 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-25T14:24:16.250Z] #51 44.81 go: downloading github.com/prometheus/common v0.10.0 [2022-03-25T14:24:16.250Z] #51 44.91 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-25T14:24:16.250Z] #51 44.93 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-25T14:24:16.509Z] #51 45.12 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-25T14:24:17.080Z] #51 ... [2022-03-25T14:24:17.080Z] [2022-03-25T14:24:17.080Z] #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-25T14:24:17.080Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:17.080Z] #47 42.76 Setting up criu (3.16.1-3) ... [2022-03-25T14:24:17.080Z] #47 44.56 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:24:17.080Z] #47 DONE 45.3s [2022-03-25T14:24:17.080Z] [2022-03-25T14:24:17.080Z] #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-25T14:24:17.080Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:24:17.080Z] #38 44.43 Setting up libicu67:amd64 (67.1-7) ... [2022-03-25T14:24:17.080Z] #38 44.46 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:24:17.080Z] #38 44.49 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-25T14:24:17.080Z] #38 44.52 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:24:17.080Z] #38 44.56 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-25T14:24:17.080Z] #38 44.59 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-25T14:24:17.080Z] #38 44.61 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-25T14:24:17.080Z] #38 44.66 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-25T14:24:17.080Z] #38 44.68 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-25T14:24:17.080Z] #38 44.69 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-25T14:24:17.080Z] #38 44.70 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:24:17.080Z] #38 DONE 45.6s [2022-03-25T14:24:17.080Z] [2022-03-25T14:24:17.080Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-25T14:24:17.080Z] #39 sha256:5fbfed1cd8cc5599cc905df459aaf834017ef92f75d2a7f6a4e1fd703064306b [2022-03-25T14:24:17.080Z] #39 DONE 0.2s [2022-03-25T14:24:17.080Z] [2022-03-25T14:24:17.080Z] #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-25T14:24:17.080Z] #40 sha256:6f39618b9a0a98567fe188871e55f7f9d0db5ce932d032e3fd0d96c429ce777c [2022-03-25T14:24:17.277Z] #58 27.52 The following additional packages will be installed: [2022-03-25T14:24:17.277Z] #58 27.52 libbtrfs0 [2022-03-25T14:24:17.277Z] #58 27.68 The following NEW packages will be installed: [2022-03-25T14:24:17.277Z] #58 27.69 libbtrfs-dev libbtrfs0 [2022-03-25T14:24:17.536Z] #58 28.06 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:24:17.536Z] #58 28.06 Need to get 460 kB of archives. [2022-03-25T14:24:17.536Z] #58 28.06 After this operation, 1237 kB of additional disk space will be used. [2022-03-25T14:24:17.536Z] #58 28.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-25T14:24:17.536Z] #58 28.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-25T14:24:18.069Z] #19 52.96 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-25T14:24:18.070Z] #19 52.96 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:18.070Z] #19 52.96 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:24:18.070Z] #19 52.99 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-25T14:24:18.070Z] #19 52.99 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-25T14:24:18.070Z] #19 53.00 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-25T14:24:18.070Z] #19 53.16 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-25T14:24:18.070Z] #19 53.17 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:18.070Z] #19 53.17 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-25T14:24:18.070Z] #19 53.43 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-25T14:24:18.328Z] #19 53.44 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:18.328Z] #19 53.44 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:24:18.328Z] #19 53.69 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-25T14:24:18.458Z] #40 1.081 + RM_GOPATH=0 [2022-03-25T14:24:18.458Z] #40 1.081 + TMP_GOPATH= [2022-03-25T14:24:18.458Z] #40 1.081 + : /build [2022-03-25T14:24:18.458Z] #40 1.081 + '[' -z '' ']' [2022-03-25T14:24:18.458Z] #40 1.082 ++ mktemp -d [2022-03-25T14:24:18.458Z] #40 1.084 + export GOPATH=/tmp/tmp.6OgVWlJwan [2022-03-25T14:24:18.458Z] #40 1.093 + GOPATH=/tmp/tmp.6OgVWlJwan [2022-03-25T14:24:18.458Z] #40 1.093 + RM_GOPATH=1 [2022-03-25T14:24:18.458Z] #40 1.093 + case "$(go env GOARCH)" in [2022-03-25T14:24:18.458Z] #40 1.093 ++ go env GOARCH [2022-03-25T14:24:18.458Z] #40 1.154 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:18.458Z] #40 1.154 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:18.458Z] #40 1.155 ++ dirname /install.sh [2022-03-25T14:24:18.458Z] #40 1.156 + dir=/ [2022-03-25T14:24:18.458Z] #40 1.156 + bin=tini [2022-03-25T14:24:18.458Z] #40 1.157 + shift [2022-03-25T14:24:18.458Z] #40 1.157 + '[' '!' -f //tini.installer ']' [2022-03-25T14:24:18.458Z] #40 1.157 + . //tini.installer [2022-03-25T14:24:18.458Z] #40 1.157 Install tini version v0.19.0 [2022-03-25T14:24:18.458Z] #40 1.157 ++ : v0.19.0 [2022-03-25T14:24:18.458Z] #40 1.157 + install_tini [2022-03-25T14:24:18.458Z] #40 1.157 + echo 'Install tini version v0.19.0' [2022-03-25T14:24:18.458Z] #40 1.158 + git clone https://github.com/krallin/tini.git /tmp/tmp.6OgVWlJwan/tini [2022-03-25T14:24:18.458Z] #40 1.159 Cloning into '/tmp/tmp.6OgVWlJwan/tini'... [2022-03-25T14:24:18.473Z] #58 28.94 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:24:18.587Z] #19 53.69 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:18.587Z] #19 53.70 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:24:18.732Z] #58 29.17 Fetched 460 kB in 0s (1456 kB/s) [2022-03-25T14:24:18.732Z] #58 29.28 Selecting previously unselected package libbtrfs0:amd64. [2022-03-25T14:24:18.732Z] #58 29.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-25T14:24:18.732Z] #58 29.33 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-25T14:24:18.732Z] #58 29.33 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:24:18.992Z] #58 29.52 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-25T14:24:18.992Z] #58 29.56 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-25T14:24:18.992Z] #58 29.56 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:24:19.397Z] #40 2.013 + cd /tmp/tmp.6OgVWlJwan/tini [2022-03-25T14:24:19.397Z] #40 2.013 + git checkout -q v0.19.0 [2022-03-25T14:24:19.397Z] #40 2.027 + cmake . [2022-03-25T14:24:19.560Z] #58 29.84 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:24:19.560Z] #58 29.85 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:24:19.560Z] #58 29.87 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:24:19.560Z] #58 DONE 30.2s [2022-03-25T14:24:19.560Z] [2022-03-25T14:24:19.560Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-25T14:24:19.560Z] #59 sha256:3af24bb191a0eb6ed1b71d0ef4c6e5446bc6f5d7b870023ac90501cf378bbffb [2022-03-25T14:24:19.657Z] #40 2.475 -- The C compiler identification is GNU 10.2.1 [2022-03-25T14:24:19.657Z] #40 2.537 -- Detecting C compiler ABI info [2022-03-25T14:24:19.657Z] #40 ... [2022-03-25T14:24:19.657Z] [2022-03-25T14:24:19.657Z] #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-25T14:24:19.657Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:19.657Z] #14 38.30 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-25T14:24:19.657Z] #14 38.31 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-25T14:24:19.657Z] #14 38.32 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-25T14:24:19.657Z] #14 40.47 Selecting previously unselected package binutils-mingw-w64. [2022-03-25T14:24:19.657Z] #14 40.47 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-25T14:24:19.657Z] #14 40.48 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-25T14:24:19.657Z] #14 40.61 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-25T14:24:19.657Z] #14 40.61 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:24:19.657Z] #14 40.63 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:24:19.657Z] #14 40.81 Selecting previously unselected package dmsetup. [2022-03-25T14:24:19.657Z] #14 40.81 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:24:19.657Z] #14 40.82 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-25T14:24:19.657Z] #14 40.98 Selecting previously unselected package mingw-w64-common. [2022-03-25T14:24:19.657Z] #14 40.98 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-25T14:24:19.657Z] #14 40.99 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-25T14:24:19.657Z] #14 46.83 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-25T14:24:19.657Z] #14 46.84 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-25T14:24:19.657Z] #14 46.84 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-25T14:24:19.819Z] #59 DONE 0.2s [2022-03-25T14:24:19.819Z] [2022-03-25T14:24:19.819Z] #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-25T14:24:19.819Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:19.819Z] #14 22.79 Building dependency tree... [2022-03-25T14:24:19.819Z] #14 24.11 Reading state information... [2022-03-25T14:24:19.819Z] #14 25.93 The following additional packages will be installed: [2022-03-25T14:24:19.819Z] #14 25.94 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-25T14:24:19.819Z] #14 25.94 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-25T14:24:19.819Z] #14 25.94 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-25T14:24:19.819Z] #14 25.94 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-25T14:24:19.819Z] #14 25.94 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-25T14:24:19.819Z] #14 25.95 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-25T14:24:19.819Z] #14 25.95 mingw-w64-common mingw-w64-x86-64-dev [2022-03-25T14:24:19.819Z] #14 25.96 Suggested packages: [2022-03-25T14:24:19.819Z] #14 25.96 gcc-10-locales seccomp wine64 [2022-03-25T14:24:19.819Z] #14 27.14 The following NEW packages will be installed: [2022-03-25T14:24:19.819Z] #14 27.14 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-25T14:24:19.819Z] #14 27.14 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-25T14:24:19.819Z] #14 27.14 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-25T14:24:19.819Z] #14 27.14 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-25T14:24:19.819Z] #14 27.14 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-25T14:24:19.819Z] #14 27.15 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-25T14:24:19.819Z] #14 27.15 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-25T14:24:19.819Z] #14 27.15 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-25T14:24:19.819Z] #14 27.16 mingw-w64-x86-64-dev [2022-03-25T14:24:19.819Z] #14 27.54 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:24:19.819Z] #14 27.54 Need to get 115 MB of archives. [2022-03-25T14:24:19.819Z] #14 27.54 After this operation, 645 MB of additional disk space will be used. [2022-03-25T14:24:19.819Z] #14 27.54 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-25T14:24:19.819Z] #14 27.65 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-25T14:24:19.819Z] #14 27.78 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-25T14:24:19.819Z] #14 27.79 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-25T14:24:19.819Z] #14 27.80 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-25T14:24:19.819Z] #14 27.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-25T14:24:19.819Z] #14 28.05 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-25T14:24:19.819Z] #14 28.29 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-25T14:24:19.819Z] #14 28.30 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-25T14:24:19.819Z] #14 28.95 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-25T14:24:19.819Z] #14 30.16 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-25T14:24:20.228Z] #14 ... [2022-03-25T14:24:20.228Z] [2022-03-25T14:24:20.228Z] #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-25T14:24:20.228Z] #40 sha256:6f39618b9a0a98567fe188871e55f7f9d0db5ce932d032e3fd0d96c429ce777c [2022-03-25T14:24:20.228Z] #40 3.012 -- Detecting C compiler ABI info - done [2022-03-25T14:24:20.228Z] #40 3.121 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-25T14:24:20.228Z] #40 3.130 -- Detecting C compile features [2022-03-25T14:24:20.228Z] #40 3.134 -- Detecting C compile features - done [2022-03-25T14:24:20.228Z] #40 3.169 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-25T14:24:20.387Z] #14 31.06 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-25T14:24:20.487Z] #40 3.363 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-25T14:24:20.747Z] #40 3.442 -- Configuring done [2022-03-25T14:24:20.747Z] #40 3.455 -- Generating done [2022-03-25T14:24:20.747Z] #40 3.465 -- Build files have been written to: /tmp/tmp.6OgVWlJwan/tini [2022-03-25T14:24:20.747Z] #40 3.475 + make tini-static [2022-03-25T14:24:20.958Z] #14 ... [2022-03-25T14:24:20.958Z] [2022-03-25T14:24:20.958Z] #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-25T14:24:20.958Z] #53 sha256:065c15b37b4063bc488ce682f6d43dcb03528706f60cbf6f63f64573768a0692 [2022-03-25T14:24:20.958Z] #53 31.34 v3.0.2 [2022-03-25T14:24:20.958Z] #53 DONE 31.6s [2022-03-25T14:24:20.958Z] [2022-03-25T14:24:20.958Z] #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-25T14:24:20.958Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:24:20.958Z] #38 21.34 Reading package lists... [2022-03-25T14:24:20.958Z] #38 26.01 Building dependency tree... [2022-03-25T14:24:20.958Z] #38 27.12 Reading state information... [2022-03-25T14:24:20.958Z] #38 28.84 The following additional packages will be installed: [2022-03-25T14:24:20.958Z] #38 28.86 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-25T14:24:20.958Z] #38 28.89 Suggested packages: [2022-03-25T14:24:20.958Z] #38 28.89 cmake-doc ninja-build lrzip [2022-03-25T14:24:20.958Z] #38 28.89 Recommended packages: [2022-03-25T14:24:20.958Z] #38 28.89 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-25T14:24:20.958Z] #38 29.64 The following NEW packages will be installed: [2022-03-25T14:24:20.959Z] #38 29.66 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-25T14:24:20.959Z] #38 29.66 vim-common xxd [2022-03-25T14:24:20.959Z] #38 30.02 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:24:20.959Z] #38 30.02 Need to get 17.7 MB of archives. [2022-03-25T14:24:20.959Z] #38 30.02 After this operation, 70.7 MB of additional disk space will be used. [2022-03-25T14:24:20.959Z] #38 30.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-25T14:24:20.959Z] #38 30.02 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-25T14:24:20.959Z] #38 30.03 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-25T14:24:20.959Z] #38 30.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-25T14:24:20.959Z] #38 30.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-25T14:24:20.959Z] #38 30.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-25T14:24:20.959Z] #38 30.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-25T14:24:20.959Z] #38 30.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-25T14:24:20.959Z] #38 30.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-25T14:24:20.959Z] #38 30.82 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-25T14:24:21.006Z] #40 3.798 Scanning dependencies of target tini-static [2022-03-25T14:24:21.006Z] #40 3.890 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-25T14:24:21.218Z] #38 ... [2022-03-25T14:24:21.218Z] [2022-03-25T14:24:21.218Z] #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-25T14:24:21.218Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:21.218Z] #14 31.72 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-25T14:24:22.384Z] #40 4.967 [100%] Linking C executable tini-static [2022-03-25T14:24:22.599Z] #14 32.98 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-25T14:24:22.644Z] #40 5.452 [100%] Built target tini-static [2022-03-25T14:24:22.644Z] #40 5.497 + mkdir -p /build [2022-03-25T14:24:22.644Z] #40 5.499 + cp tini-static /build/docker-init [2022-03-25T14:24:22.858Z] #14 33.46 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-25T14:24:22.858Z] #14 33.46 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-25T14:24:22.858Z] #14 33.46 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-25T14:24:22.858Z] #14 33.48 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-25T14:24:22.858Z] #14 33.51 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-25T14:24:22.858Z] #14 33.51 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-25T14:24:22.858Z] #14 33.51 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-25T14:24:23.117Z] #14 33.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-25T14:24:23.117Z] #14 33.54 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-25T14:24:23.117Z] #14 33.54 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-25T14:24:23.117Z] #14 33.54 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-25T14:24:23.117Z] #14 33.54 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-25T14:24:23.117Z] #14 33.60 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-25T14:24:23.117Z] #14 33.60 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-25T14:24:23.117Z] #14 33.60 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-25T14:24:23.117Z] #14 33.60 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-25T14:24:23.212Z] #40 DONE 5.9s [2022-03-25T14:24:23.212Z] [2022-03-25T14:24:23.212Z] #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-25T14:24:23.212Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:23.212Z] #51 46.97 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-25T14:24:23.212Z] #51 ... [2022-03-25T14:24:23.212Z] [2022-03-25T14:24:23.212Z] #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-25T14:24:23.212Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:23.473Z] #14 52.04 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-25T14:24:23.473Z] #14 52.05 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:23.473Z] #14 52.06 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-25T14:24:23.473Z] #14 52.31 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-25T14:24:23.733Z] #14 ... [2022-03-25T14:24:23.733Z] [2022-03-25T14:24:23.733Z] #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-25T14:24:23.733Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f [2022-03-25T14:24:23.733Z] #49 52.25 gotestsum version dev [2022-03-25T14:24:23.733Z] #49 DONE 52.4s [2022-03-25T14:24:23.733Z] [2022-03-25T14:24:23.733Z] #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-25T14:24:23.733Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:23.733Z] #14 52.32 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:23.733Z] #14 52.35 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-25T14:24:23.859Z] #19 58.46 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-25T14:24:23.859Z] #19 58.46 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:23.859Z] #19 58.46 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:24:23.859Z] #19 58.49 Selecting previously unselected package patch. [2022-03-25T14:24:23.859Z] #19 58.49 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-25T14:24:23.859Z] #19 58.50 Unpacking patch (2.7.6-7) ... [2022-03-25T14:24:23.859Z] #19 58.53 Selecting previously unselected package dpkg-dev. [2022-03-25T14:24:23.859Z] #19 58.54 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-25T14:24:23.859Z] #19 58.54 Unpacking dpkg-dev (1.20.9) ... [2022-03-25T14:24:23.859Z] #19 58.67 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-25T14:24:23.859Z] #19 58.67 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-25T14:24:23.859Z] #19 58.67 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-25T14:24:23.859Z] #19 58.70 Selecting previously unselected package libio-string-perl. [2022-03-25T14:24:23.859Z] #19 58.71 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-25T14:24:23.859Z] #19 58.71 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-25T14:24:23.859Z] #19 58.74 Selecting previously unselected package libicu67:amd64. [2022-03-25T14:24:23.859Z] #19 58.74 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-25T14:24:23.859Z] #19 58.75 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-25T14:24:24.055Z] #14 34.52 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:24:24.314Z] #14 34.72 Fetched 115 MB in 6s (18.0 MB/s) [2022-03-25T14:24:24.314Z] #14 34.81 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-25T14:24:24.314Z] #14 34.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-25T14:24:24.314Z] #14 34.85 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-25T14:24:24.314Z] #14 34.85 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-25T14:24:24.425Z] #19 59.58 Selecting previously unselected package libxml2:amd64. [2022-03-25T14:24:24.425Z] #19 59.58 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-25T14:24:24.425Z] #19 59.58 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-25T14:24:24.425Z] #19 59.66 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-25T14:24:24.425Z] #19 59.67 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-25T14:24:24.425Z] #19 59.67 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-25T14:24:24.425Z] #19 59.70 Selecting previously unselected package libxml-sax-base-perl. [2022-03-25T14:24:24.425Z] #19 59.70 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-25T14:24:24.425Z] #19 59.71 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-25T14:24:24.425Z] #19 59.75 Selecting previously unselected package libxml-sax-perl. [2022-03-25T14:24:24.425Z] #19 59.75 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-25T14:24:24.425Z] #19 59.75 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-25T14:24:24.425Z] #19 59.79 Selecting previously unselected package libxml-libxml-perl. [2022-03-25T14:24:24.425Z] #19 59.79 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-25T14:24:24.425Z] #19 59.80 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-25T14:24:24.683Z] #19 59.86 Selecting previously unselected package libxml-simple-perl. [2022-03-25T14:24:24.683Z] #19 59.86 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-25T14:24:24.683Z] #19 59.87 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-25T14:24:24.683Z] #19 59.90 Selecting previously unselected package libyaml-perl. [2022-03-25T14:24:24.683Z] #19 59.90 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-25T14:24:24.683Z] #19 59.91 Unpacking libyaml-perl (1.30-1) ... [2022-03-25T14:24:24.684Z] #19 59.94 Selecting previously unselected package libconfig-auto-perl. [2022-03-25T14:24:24.684Z] #19 59.94 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-25T14:24:24.684Z] #19 59.94 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-25T14:24:24.684Z] #19 59.97 Selecting previously unselected package libfile-which-perl. [2022-03-25T14:24:24.684Z] #19 59.98 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-25T14:24:24.684Z] #19 59.98 Unpacking libfile-which-perl (1.23-1) ... [2022-03-25T14:24:24.684Z] #19 60.01 Selecting previously unselected package libfile-homedir-perl. [2022-03-25T14:24:24.684Z] #19 60.01 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-25T14:24:24.684Z] #19 60.01 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-25T14:24:24.684Z] #19 60.05 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-25T14:24:24.684Z] #19 60.05 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-25T14:24:24.684Z] #19 60.05 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-25T14:24:24.684Z] #19 60.09 Selecting previously unselected package dpkg-cross. [2022-03-25T14:24:24.942Z] #19 60.09 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-25T14:24:24.942Z] #19 60.10 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-25T14:24:24.942Z] #19 60.13 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-25T14:24:24.942Z] #19 60.13 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-25T14:24:24.942Z] #19 60.14 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-25T14:24:24.942Z] #19 60.16 Selecting previously unselected package libc6-armel-cross. [2022-03-25T14:24:24.942Z] #19 60.17 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:24.942Z] #19 60.17 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-25T14:24:24.942Z] #19 60.29 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-25T14:24:24.942Z] #19 60.29 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:24.942Z] #19 60.30 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:24:24.942Z] #19 60.33 Selecting previously unselected package libgomp1-armel-cross. [2022-03-25T14:24:24.942Z] #19 60.33 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:24.942Z] #19 60.33 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:24:24.942Z] #19 60.37 Selecting previously unselected package libatomic1-armel-cross. [2022-03-25T14:24:25.206Z] #19 60.37 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:25.206Z] #19 60.38 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:24:25.206Z] #19 60.41 Selecting previously unselected package libasan6-armel-cross. [2022-03-25T14:24:25.206Z] #19 60.41 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:25.206Z] #19 60.42 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:24:25.206Z] #19 60.64 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-25T14:24:25.465Z] #19 60.64 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:25.465Z] #19 60.65 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:24:25.465Z] #19 60.71 Selecting previously unselected package libubsan1-armel-cross. [2022-03-25T14:24:25.465Z] #19 60.71 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:25.465Z] #19 60.72 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:24:25.724Z] #19 60.81 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-25T14:24:25.724Z] #19 60.81 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:25.724Z] #19 60.82 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:24:25.724Z] #19 60.93 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-25T14:24:25.724Z] #19 60.93 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:25.724Z] #19 60.94 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-25T14:24:26.850Z] #14 ... [2022-03-25T14:24:26.850Z] [2022-03-25T14:24:26.850Z] #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-25T14:24:26.850Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:24:26.850Z] #34 36.66 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-25T14:24:26.850Z] #34 36.85 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-25T14:24:26.850Z] #34 ... [2022-03-25T14:24:26.850Z] [2022-03-25T14:24:26.850Z] #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-25T14:24:26.850Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:26.850Z] #51 27.29 go: downloading github.com/fatih/color v1.13.0 [2022-03-25T14:24:26.850Z] #51 27.30 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-25T14:24:26.850Z] #51 27.34 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-25T14:24:26.850Z] #51 27.34 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-25T14:24:26.850Z] #51 27.42 go: downloading github.com/spf13/viper v1.10.1 [2022-03-25T14:24:26.850Z] #51 27.56 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-25T14:24:26.850Z] #51 27.94 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-25T14:24:26.850Z] #51 27.98 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-25T14:24:26.850Z] #51 28.00 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-25T14:24:26.850Z] #51 28.01 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-25T14:24:26.850Z] #51 28.81 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-25T14:24:26.850Z] #51 28.83 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-25T14:24:26.850Z] #51 32.17 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-25T14:24:26.850Z] #51 32.21 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-25T14:24:26.850Z] #51 32.25 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-25T14:24:26.850Z] #51 32.29 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-25T14:24:26.850Z] #51 32.32 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-25T14:24:26.850Z] #51 32.39 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-25T14:24:26.850Z] #51 32.42 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-25T14:24:26.850Z] #51 32.43 go: downloading github.com/spf13/afero v1.6.0 [2022-03-25T14:24:26.850Z] #51 32.46 go: downloading github.com/spf13/cast v1.4.1 [2022-03-25T14:24:26.850Z] #51 32.51 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-25T14:24:26.850Z] #51 32.56 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-25T14:24:26.850Z] #51 32.56 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-25T14:24:26.850Z] #51 32.68 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-25T14:24:26.850Z] #51 32.76 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-25T14:24:26.850Z] #51 32.80 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-25T14:24:26.850Z] #51 32.82 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-25T14:24:26.850Z] #51 32.83 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-25T14:24:26.850Z] #51 32.85 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-25T14:24:26.850Z] #51 32.90 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-25T14:24:26.850Z] #51 32.90 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-25T14:24:26.850Z] #51 32.90 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-25T14:24:26.850Z] #51 33.33 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-25T14:24:26.850Z] #51 33.40 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-25T14:24:26.850Z] #51 33.40 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-25T14:24:26.850Z] #51 33.45 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-25T14:24:26.850Z] #51 33.52 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-25T14:24:26.850Z] #51 33.53 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-25T14:24:26.850Z] #51 34.13 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-25T14:24:26.850Z] #51 34.17 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-25T14:24:26.850Z] #51 34.21 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-25T14:24:26.850Z] #51 34.26 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-25T14:24:26.850Z] #51 34.32 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-25T14:24:26.850Z] #51 34.36 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-25T14:24:26.850Z] #51 34.38 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-25T14:24:26.850Z] #51 34.43 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-25T14:24:26.850Z] #51 34.60 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-25T14:24:26.850Z] #51 34.64 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-25T14:24:26.850Z] #51 34.68 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-25T14:24:26.850Z] #51 34.70 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-25T14:24:26.850Z] #51 34.76 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-25T14:24:26.850Z] #51 34.82 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-25T14:24:26.850Z] #51 34.86 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-25T14:24:26.850Z] #51 34.90 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-25T14:24:26.850Z] #51 34.95 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-25T14:24:26.850Z] #51 34.99 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-25T14:24:26.850Z] #51 35.00 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-25T14:24:26.850Z] #51 35.03 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-25T14:24:26.850Z] #51 35.22 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-25T14:24:26.850Z] #51 35.26 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-25T14:24:26.850Z] #51 35.28 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-25T14:24:26.850Z] #51 35.32 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-25T14:24:26.850Z] #51 35.34 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-25T14:24:26.850Z] #51 35.36 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-25T14:24:26.850Z] #51 35.38 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-25T14:24:26.850Z] #51 35.40 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-25T14:24:26.850Z] #51 35.43 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-25T14:24:26.850Z] #51 35.56 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-25T14:24:26.850Z] #51 35.58 go: downloading github.com/julz/importas v0.1.0 [2022-03-25T14:24:26.850Z] #51 35.62 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-25T14:24:26.850Z] #51 35.66 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-25T14:24:26.850Z] #51 35.73 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-25T14:24:26.850Z] #51 35.77 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-25T14:24:26.850Z] #51 35.77 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-25T14:24:26.850Z] #51 35.77 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-25T14:24:26.850Z] #51 35.79 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-25T14:24:26.850Z] #51 35.86 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-25T14:24:26.850Z] #51 35.95 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-25T14:24:26.850Z] #51 35.95 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-25T14:24:26.850Z] #51 35.98 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-25T14:24:26.850Z] #51 36.00 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-25T14:24:26.850Z] #51 36.48 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-25T14:24:26.850Z] #51 36.49 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-25T14:24:26.850Z] #51 36.51 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-25T14:24:26.850Z] #51 36.56 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-25T14:24:26.850Z] #51 36.57 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-25T14:24:26.850Z] #51 36.59 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-25T14:24:26.850Z] #51 36.60 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-25T14:24:26.850Z] #51 36.64 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-25T14:24:26.850Z] #51 36.64 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-25T14:24:26.850Z] #51 36.98 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-25T14:24:26.850Z] #51 36.99 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-25T14:24:26.850Z] #51 37.00 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-25T14:24:26.850Z] #51 37.02 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-25T14:24:26.850Z] #51 37.02 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-25T14:24:26.850Z] #51 37.03 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-25T14:24:26.850Z] #51 37.08 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-25T14:24:26.850Z] #51 37.11 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-25T14:24:26.850Z] #51 37.12 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-25T14:24:26.850Z] #51 37.20 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-25T14:24:26.850Z] #51 37.23 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-25T14:24:26.850Z] #51 37.23 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-25T14:24:26.850Z] #51 37.40 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-25T14:24:26.850Z] #51 37.40 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-25T14:24:26.850Z] #51 37.41 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-25T14:24:26.850Z] #51 37.43 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-25T14:24:26.851Z] #51 37.45 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-25T14:24:26.851Z] #51 ... [2022-03-25T14:24:26.851Z] [2022-03-25T14:24:26.851Z] #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-25T14:24:26.851Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:26.851Z] #14 37.13 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-25T14:24:26.851Z] #14 37.13 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-25T14:24:26.851Z] #14 37.15 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-25T14:24:27.110Z] #14 ... [2022-03-25T14:24:27.110Z] [2022-03-25T14:24:27.110Z] #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-25T14:24:27.110Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:27.110Z] #47 22.47 Reading package lists... [2022-03-25T14:24:27.110Z] #47 27.09 Building dependency tree... [2022-03-25T14:24:27.110Z] #47 28.09 Reading state information... [2022-03-25T14:24:27.110Z] #47 30.14 The following additional packages will be installed: [2022-03-25T14:24:27.110Z] #47 30.14 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-25T14:24:27.110Z] #47 30.14 python3-protobuf python3-six [2022-03-25T14:24:27.110Z] #47 30.14 Suggested packages: [2022-03-25T14:24:27.110Z] #47 30.14 python3-setuptools [2022-03-25T14:24:27.110Z] #47 30.14 Recommended packages: [2022-03-25T14:24:27.110Z] #47 30.14 iproute2 | iproute [2022-03-25T14:24:27.110Z] #47 30.84 The following NEW packages will be installed: [2022-03-25T14:24:27.110Z] #47 30.88 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-25T14:24:27.110Z] #47 30.88 python3-protobuf python3-six [2022-03-25T14:24:27.110Z] #47 31.30 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:24:27.110Z] #47 31.30 Need to get 2292 kB of archives. [2022-03-25T14:24:27.110Z] #47 31.30 After this operation, 11.0 MB of additional disk space will be used. [2022-03-25T14:24:27.110Z] #47 31.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-25T14:24:27.110Z] #47 31.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-25T14:24:27.110Z] #47 31.33 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-25T14:24:27.110Z] #47 31.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-25T14:24:27.110Z] #47 31.36 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-25T14:24:27.110Z] #47 31.36 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-25T14:24:27.110Z] #47 31.38 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-25T14:24:27.110Z] #47 34.60 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-25T14:24:27.111Z] #47 36.02 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:24:27.111Z] #47 36.38 Fetched 2292 kB in 4s (573 kB/s) [2022-03-25T14:24:27.111Z] #47 36.52 Selecting previously unselected package libprotobuf23:amd64. [2022-03-25T14:24:27.111Z] #47 36.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-25T14:24:27.111Z] #47 36.59 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-25T14:24:27.111Z] #47 36.60 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-25T14:24:27.111Z] #47 37.29 Selecting previously unselected package python3-pkg-resources. [2022-03-25T14:24:27.369Z] #47 37.29 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-25T14:24:27.370Z] #47 37.30 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:24:27.370Z] #47 ... [2022-03-25T14:24:27.370Z] [2022-03-25T14:24:27.370Z] #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-25T14:24:27.370Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:27.370Z] #51 37.83 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-25T14:24:27.370Z] #51 37.92 go: downloading honnef.co/go/tools v0.2.2 [2022-03-25T14:24:28.746Z] #51 39.04 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-25T14:24:28.746Z] #51 39.04 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-25T14:24:28.746Z] #51 39.07 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-25T14:24:28.746Z] #51 39.12 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-25T14:24:28.746Z] #51 39.15 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-25T14:24:28.746Z] #51 39.16 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-25T14:24:28.746Z] #51 39.33 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-25T14:24:29.005Z] #51 39.44 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-25T14:24:29.005Z] #51 39.48 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-25T14:24:29.005Z] #51 39.66 go: downloading golang.org/x/text v0.3.7 [2022-03-25T14:24:29.943Z] #51 ... [2022-03-25T14:24:29.943Z] [2022-03-25T14:24:29.943Z] #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-25T14:24:29.943Z] #60 sha256:2e04d261a4e4de7709989440a5832f59d508835c9bec4faf111e1a9a4f0f4284 [2022-03-25T14:24:29.943Z] #60 3.681 + RM_GOPATH=0 [2022-03-25T14:24:29.943Z] #60 3.681 + TMP_GOPATH= [2022-03-25T14:24:29.943Z] #60 3.682 + : /build [2022-03-25T14:24:29.943Z] #60 3.682 + '[' -z '' ']' [2022-03-25T14:24:29.943Z] #60 3.682 ++ mktemp -d [2022-03-25T14:24:29.943Z] #60 3.685 + export GOPATH=/tmp/tmp.6Pz1T0N2DZ [2022-03-25T14:24:29.943Z] #60 3.685 + GOPATH=/tmp/tmp.6Pz1T0N2DZ [2022-03-25T14:24:29.943Z] #60 3.686 + RM_GOPATH=1 [2022-03-25T14:24:29.943Z] #60 3.686 + case "$(go env GOARCH)" in [2022-03-25T14:24:29.943Z] #60 3.688 ++ go env GOARCH [2022-03-25T14:24:29.944Z] #60 3.708 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:29.944Z] #60 3.708 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:29.944Z] #60 3.710 ++ dirname /install.sh [2022-03-25T14:24:29.944Z] #60 3.727 + dir=/ [2022-03-25T14:24:29.944Z] #60 3.728 + bin=containerd [2022-03-25T14:24:29.944Z] #60 3.728 + shift [2022-03-25T14:24:29.944Z] #60 3.728 + '[' '!' -f //containerd.installer ']' [2022-03-25T14:24:29.944Z] #60 3.728 + . //containerd.installer [2022-03-25T14:24:29.944Z] #60 3.729 ++ set -e [2022-03-25T14:24:29.944Z] #60 3.729 ++ : v1.6.2 [2022-03-25T14:24:29.944Z] #60 3.730 + install_containerd [2022-03-25T14:24:29.944Z] #60 3.731 + echo 'Install containerd version v1.6.2' [2022-03-25T14:24:29.944Z] #60 3.732 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6Pz1T0N2DZ/src/github.com/containerd/containerd [2022-03-25T14:24:29.944Z] #60 3.734 Cloning into '/tmp/tmp.6Pz1T0N2DZ/src/github.com/containerd/containerd'... [2022-03-25T14:24:29.944Z] #60 3.740 Install containerd version v1.6.2 [2022-03-25T14:24:29.944Z] #60 ... [2022-03-25T14:24:29.944Z] [2022-03-25T14:24:29.944Z] #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-25T14:24:29.944Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:29.944Z] #14 39.40 Selecting previously unselected package binutils-mingw-w64. [2022-03-25T14:24:29.944Z] #14 39.42 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-25T14:24:29.944Z] #14 39.43 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-25T14:24:29.944Z] #14 39.57 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-25T14:24:29.944Z] #14 39.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:24:29.944Z] #14 39.61 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:24:29.944Z] #14 39.77 Selecting previously unselected package dmsetup. [2022-03-25T14:24:29.944Z] #14 39.78 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:24:29.944Z] #14 39.78 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-25T14:24:29.944Z] #14 39.91 Selecting previously unselected package mingw-w64-common. [2022-03-25T14:24:29.944Z] #14 39.92 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-25T14:24:29.944Z] #14 39.94 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-25T14:24:30.302Z] #14 58.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-25T14:24:30.303Z] #14 58.15 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:30.303Z] #14 58.16 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:24:30.994Z] #19 65.64 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-25T14:24:30.994Z] #19 65.64 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:30.994Z] #19 65.65 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-25T14:24:30.994Z] #19 65.68 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-25T14:24:30.994Z] #19 65.68 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-25T14:24:30.994Z] #19 65.68 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-25T14:24:30.994Z] #19 65.85 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-25T14:24:30.994Z] #19 65.85 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:30.994Z] #19 65.86 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-25T14:24:30.994Z] #19 66.07 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-25T14:24:30.994Z] #19 66.08 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:30.994Z] #19 66.08 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:24:31.275Z] #19 66.33 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-25T14:24:31.275Z] #19 66.33 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:31.275Z] #19 66.34 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-25T14:24:31.850Z] #14 ... [2022-03-25T14:24:31.850Z] [2022-03-25T14:24:31.850Z] #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-25T14:24:31.850Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:24:31.850Z] #38 32.09 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:24:31.850Z] #38 32.25 Fetched 17.7 MB in 1s (12.5 MB/s) [2022-03-25T14:24:31.850Z] #38 32.32 Selecting previously unselected package xxd. [2022-03-25T14:24:31.850Z] #38 32.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-25T14:24:31.850Z] #38 32.37 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:24:31.850Z] #38 32.40 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:24:31.850Z] #38 32.56 Selecting previously unselected package vim-common. [2022-03-25T14:24:31.850Z] #38 32.56 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:24:31.850Z] #38 32.58 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:24:31.850Z] #38 32.86 Selecting previously unselected package cmake-data. [2022-03-25T14:24:31.850Z] #38 32.86 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-25T14:24:31.850Z] #38 32.86 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-25T14:24:31.850Z] #38 35.24 Selecting previously unselected package libicu67:amd64. [2022-03-25T14:24:31.850Z] #38 35.28 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-25T14:24:31.850Z] #38 35.30 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-25T14:24:31.850Z] #38 40.97 Selecting previously unselected package libxml2:amd64. [2022-03-25T14:24:31.850Z] #38 40.97 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-25T14:24:31.850Z] #38 40.98 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-25T14:24:31.850Z] #38 41.38 Selecting previously unselected package libarchive13:amd64. [2022-03-25T14:24:31.850Z] #38 41.38 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-25T14:24:31.850Z] #38 41.39 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-25T14:24:31.850Z] #38 41.68 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-25T14:24:31.850Z] #38 41.68 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-25T14:24:31.850Z] #38 41.69 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-25T14:24:31.850Z] #38 41.87 Selecting previously unselected package librhash0:amd64. [2022-03-25T14:24:31.850Z] #38 41.87 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-25T14:24:31.850Z] #38 41.88 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-25T14:24:31.850Z] #38 42.06 Selecting previously unselected package libuv1:amd64. [2022-03-25T14:24:31.850Z] #38 42.06 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-25T14:24:31.850Z] #38 42.07 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-25T14:24:31.850Z] #38 42.24 Selecting previously unselected package cmake. [2022-03-25T14:24:31.850Z] #38 ... [2022-03-25T14:24:31.850Z] [2022-03-25T14:24:31.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-25T14:24:31.851Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:31.851Z] #47 37.50 Selecting previously unselected package python3-six. [2022-03-25T14:24:31.851Z] #47 37.50 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-25T14:24:31.851Z] #47 37.53 Unpacking python3-six (1.16.0-2) ... [2022-03-25T14:24:31.851Z] #47 37.60 Selecting previously unselected package python3-protobuf. [2022-03-25T14:24:31.851Z] #47 37.60 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-25T14:24:31.851Z] #47 37.61 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-25T14:24:31.851Z] #47 38.11 Selecting previously unselected package libnet1:amd64. [2022-03-25T14:24:31.851Z] #47 38.11 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-25T14:24:31.851Z] #47 38.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:24:31.851Z] #47 38.26 Selecting previously unselected package libnl-3-200:amd64. [2022-03-25T14:24:31.851Z] #47 38.26 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-25T14:24:31.851Z] #47 38.26 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:24:31.851Z] #47 38.37 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-25T14:24:31.851Z] #47 38.38 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-25T14:24:31.851Z] #47 38.39 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:24:31.851Z] #47 38.48 Selecting previously unselected package criu. [2022-03-25T14:24:31.851Z] #47 38.48 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-25T14:24:31.851Z] #47 38.49 Unpacking criu (3.16.1-3) ... [2022-03-25T14:24:31.851Z] #47 39.21 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:24:31.851Z] #47 40.69 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-25T14:24:31.851Z] #47 40.70 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:24:31.851Z] #47 40.72 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:24:31.851Z] #47 40.76 Setting up python3-six (1.16.0-2) ... [2022-03-25T14:24:31.851Z] #47 41.88 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:24:31.851Z] #47 41.90 Setting up python3-protobuf (3.12.4-1) ... [2022-03-25T14:24:34.388Z] #47 ... [2022-03-25T14:24:34.388Z] [2022-03-25T14:24:34.388Z] #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-25T14:24:34.388Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:34.388Z] #51 44.61 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-25T14:24:34.388Z] #51 44.70 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-25T14:24:34.388Z] #51 44.76 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-25T14:24:34.388Z] #51 44.79 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-25T14:24:34.388Z] #51 44.91 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-25T14:24:34.388Z] #51 44.93 go: downloading golang.org/x/mod v0.5.1 [2022-03-25T14:24:34.647Z] #51 45.04 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-25T14:24:34.647Z] #51 45.10 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-25T14:24:34.647Z] #51 45.13 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-25T14:24:34.647Z] #51 45.22 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-25T14:24:34.906Z] #51 45.30 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-25T14:24:34.906Z] #51 45.47 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-25T14:24:35.476Z] #51 45.84 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-25T14:24:35.476Z] #51 45.90 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-25T14:24:35.476Z] #51 46.13 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-25T14:24:35.737Z] #51 46.24 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-25T14:24:35.737Z] #51 46.27 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-25T14:24:35.737Z] #51 46.38 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-25T14:24:35.998Z] #51 46.40 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-25T14:24:35.998Z] #51 46.40 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-25T14:24:35.998Z] #51 46.44 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-25T14:24:35.998Z] #51 46.49 go: downloading github.com/prometheus/common v0.10.0 [2022-03-25T14:24:35.998Z] #51 46.62 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-25T14:24:36.258Z] #51 46.68 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-25T14:24:36.258Z] #51 46.73 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-25T14:24:36.555Z] #19 70.95 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-25T14:24:36.555Z] #19 70.96 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:36.555Z] #19 70.96 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-25T14:24:36.555Z] #19 70.98 Selecting previously unselected package crossbuild-essential-armel. [2022-03-25T14:24:36.555Z] #19 70.99 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-25T14:24:36.555Z] #19 70.99 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-25T14:24:36.555Z] #19 71.02 Selecting previously unselected package libc6-armhf-cross. [2022-03-25T14:24:36.555Z] #19 71.02 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:36.555Z] #19 71.03 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-25T14:24:36.555Z] #19 71.14 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-25T14:24:36.555Z] #19 71.14 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:36.555Z] #19 71.15 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:24:36.555Z] #19 71.18 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-25T14:24:36.555Z] #19 71.18 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:36.555Z] #19 71.18 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:24:36.555Z] #19 71.22 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-25T14:24:36.555Z] #19 71.22 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:36.555Z] #19 71.25 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:24:36.555Z] #19 71.28 Selecting previously unselected package libasan6-armhf-cross. [2022-03-25T14:24:36.555Z] #19 71.28 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:36.555Z] #19 71.28 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:24:36.555Z] #19 71.51 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-25T14:24:36.555Z] #19 71.51 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:36.555Z] #19 71.51 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:24:36.555Z] #19 71.58 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-25T14:24:36.555Z] #19 71.58 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:36.555Z] #19 71.59 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:24:36.555Z] #19 71.68 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-25T14:24:36.555Z] #19 71.68 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:36.555Z] #19 71.69 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:24:36.555Z] #19 71.80 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-25T14:24:36.555Z] #19 71.80 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:36.555Z] #19 71.81 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-25T14:24:37.198Z] #51 ... [2022-03-25T14:24:37.198Z] [2022-03-25T14:24:37.198Z] #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-25T14:24:37.198Z] #47 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:24:37.198Z] #47 45.47 Setting up criu (3.16.1-3) ... [2022-03-25T14:24:37.198Z] #47 46.88 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:24:37.198Z] #47 DONE 47.2s [2022-03-25T14:24:37.198Z] [2022-03-25T14:24:37.198Z] #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-25T14:24:37.198Z] #38 sha256:9ecb4385af5d6f989bb79a2fc7999de88cc8ff65b9858ba9d616d08a02a43a45 [2022-03-25T14:24:37.198Z] #38 42.25 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-25T14:24:37.198Z] #38 42.26 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-25T14:24:37.198Z] #38 45.78 Setting up libicu67:amd64 (67.1-7) ... [2022-03-25T14:24:37.198Z] #38 45.82 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:24:37.198Z] #38 45.85 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-25T14:24:37.198Z] #38 45.87 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:24:37.198Z] #38 45.91 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-25T14:24:37.198Z] #38 45.94 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-25T14:24:37.198Z] #38 45.96 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-25T14:24:37.198Z] #38 45.98 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-25T14:24:37.198Z] #38 46.00 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-25T14:24:37.198Z] #38 46.02 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-25T14:24:37.198Z] #38 46.04 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:24:37.198Z] #38 DONE 47.6s [2022-03-25T14:24:37.198Z] [2022-03-25T14:24:37.198Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-25T14:24:37.198Z] #39 sha256:eb0ef274bb33cabf100c0e3a56c74a928672781debacdc766d15097cce47710b [2022-03-25T14:24:37.459Z] #39 DONE 0.3s [2022-03-25T14:24:37.459Z] [2022-03-25T14:24:37.459Z] #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-25T14:24:37.459Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:37.459Z] #14 45.16 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-25T14:24:37.459Z] #14 45.16 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-25T14:24:37.459Z] #14 45.17 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-25T14:24:37.718Z] #14 ... [2022-03-25T14:24:37.718Z] [2022-03-25T14:24:37.718Z] #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-25T14:24:37.718Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:24:37.718Z] #34 37.54 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-25T14:24:37.718Z] #34 ... [2022-03-25T14:24:37.718Z] [2022-03-25T14:24:37.719Z] #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-25T14:24:37.719Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:24:37.719Z] #51 48.19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-25T14:24:38.424Z] #14 ... [2022-03-25T14:24:38.424Z] [2022-03-25T14:24:38.424Z] #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-25T14:24:38.424Z] #60 sha256:5b6414c63b30e1eece007c3b84f7be405205ddf1c86e23ba1728fd37c0ee6c7e [2022-03-25T14:24:39.202Z] #60 36.65 Updating files: 60% (2809/4621) Updating files: 61% (2819/4621) Updating files: 62% (2866/4621) Updating files: 63% (2912/4621) Updating files: 64% (2958/4621) Updating files: 65% (3004/4621) Updating files: 66% (3050/4621) Updating files: 67% (3097/4621) Updating files: 68% (3143/4621) Updating files: 69% (3189/4621) Updating files: 70% (3235/4621) Updating files: 71% (3281/4621) Updating files: 72% (3328/4621) Updating files: 73% (3374/4621) Updating files: 74% (3420/4621) Updating files: 75% (3466/4621) Updating files: 76% (3512/4621) Updating files: 77% (3559/4621) Updating files: 78% (3605/4621) Updating files: 79% (3651/4621) Updating files: 80% (3697/4621) Updating files: 81% (3744/4621) Updating files: 82% (3790/4621) Updating files: 83% (3836/4621) Updating files: 84% (3882/4621) Updating files: 85% (3928/4621) Updating files: 86% (3975/4621) Updating files: 87% (4021/4621) Updating files: 88% (4067/4621) Updating files: 89% (4113/4621) Updating files: 90% (4159/4621) Updating files: 91% (4206/4621) Updating files: 92% (4252/4621) Updating files: 93% (4298/4621) Updating files: 94% (4344/4621) Updating files: 95% (4390/4621) Updating files: 96% (4437/4621) Updating files: 97% (4483/4621) Updating files: 98% (4529/4621) Updating files: 99% (4575/4621) Updating files: 100% (4621/4621) Updating files: 100% (4621/4621), done. [2022-03-25T14:24:39.202Z] #60 37.51 + cd /tmp/tmp.SKDD5t3lss/src/github.com/containerd/containerd [2022-03-25T14:24:39.202Z] #60 37.51 + git checkout -q v1.6.2 [2022-03-25T14:24:39.769Z] #60 37.90 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-25T14:24:39.769Z] #60 37.90 + BUILDTAGS='netgo osusergo static_build' [2022-03-25T14:24:39.769Z] #60 37.90 + export EXTRA_FLAGS=-buildmode=pie [2022-03-25T14:24:39.769Z] #60 37.90 + EXTRA_FLAGS=-buildmode=pie [2022-03-25T14:24:39.769Z] #60 37.90 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-25T14:24:39.769Z] #60 37.90 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-25T14:24:39.769Z] #60 37.90 + '[' '' = dynamic ']' [2022-03-25T14:24:39.769Z] #60 37.90 + make [2022-03-25T14:24:41.147Z] #60 39.20 + bin/ctr [2022-03-25T14:24:41.826Z] #19 76.57 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-25T14:24:41.826Z] #19 76.57 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:41.826Z] #19 76.58 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-25T14:24:41.826Z] #19 76.61 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-25T14:24:41.826Z] #19 76.61 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-25T14:24:41.826Z] #19 76.61 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-25T14:24:41.826Z] #19 76.78 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-25T14:24:41.826Z] #19 76.78 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:41.826Z] #19 76.79 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-25T14:24:41.826Z] #19 77.00 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-25T14:24:41.826Z] #19 77.01 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:41.826Z] #19 77.01 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:24:41.826Z] #19 77.25 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-25T14:24:42.084Z] #19 77.26 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:42.084Z] #19 77.26 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-25T14:24:42.992Z] #51 ... [2022-03-25T14:24:42.992Z] [2022-03-25T14:24:42.992Z] #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-25T14:24:42.992Z] #49 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f [2022-03-25T14:24:42.992Z] #49 52.08 gotestsum version dev [2022-03-25T14:24:42.992Z] #49 DONE 52.7s [2022-03-25T14:24:42.992Z] [2022-03-25T14:24:42.992Z] #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-25T14:24:42.992Z] #40 sha256:5e9345e9594dd1b678cf5cf9a8513c09c09ef69fd6d3b3f68715804430b04daa [2022-03-25T14:24:42.992Z] #40 3.645 + RM_GOPATH=0 [2022-03-25T14:24:42.992Z] #40 3.648 + TMP_GOPATH= [2022-03-25T14:24:42.992Z] #40 3.648 + : /build [2022-03-25T14:24:42.992Z] #40 3.648 + '[' -z '' ']' [2022-03-25T14:24:42.992Z] #40 3.649 ++ mktemp -d [2022-03-25T14:24:42.992Z] #40 3.653 + export GOPATH=/tmp/tmp.S6CZXyVGKJ [2022-03-25T14:24:42.992Z] #40 3.654 + GOPATH=/tmp/tmp.S6CZXyVGKJ [2022-03-25T14:24:42.992Z] #40 3.654 + RM_GOPATH=1 [2022-03-25T14:24:42.992Z] #40 3.654 + case "$(go env GOARCH)" in [2022-03-25T14:24:42.992Z] #40 3.654 ++ go env GOARCH [2022-03-25T14:24:42.992Z] #40 3.677 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:42.992Z] #40 3.681 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:24:42.992Z] #40 3.683 ++ dirname /install.sh [2022-03-25T14:24:42.992Z] #40 3.685 + dir=/ [2022-03-25T14:24:42.992Z] #40 3.693 + bin=tini [2022-03-25T14:24:42.992Z] #40 3.693 + shift [2022-03-25T14:24:42.992Z] #40 3.693 + '[' '!' -f //tini.installer ']' [2022-03-25T14:24:42.992Z] #40 3.693 + . //tini.installer [2022-03-25T14:24:42.992Z] #40 3.694 ++ : v0.19.0 [2022-03-25T14:24:42.992Z] #40 3.694 + install_tini [2022-03-25T14:24:42.992Z] #40 3.694 + echo 'Install tini version v0.19.0' [2022-03-25T14:24:42.992Z] #40 3.694 Install tini version v0.19.0 [2022-03-25T14:24:42.992Z] #40 3.695 + git clone https://github.com/krallin/tini.git /tmp/tmp.S6CZXyVGKJ/tini [2022-03-25T14:24:42.992Z] #40 3.698 Cloning into '/tmp/tmp.S6CZXyVGKJ/tini'... [2022-03-25T14:24:42.992Z] #40 4.471 + cd /tmp/tmp.S6CZXyVGKJ/tini [2022-03-25T14:24:42.992Z] #40 4.471 + git checkout -q v0.19.0 [2022-03-25T14:24:42.992Z] #40 4.489 + cmake . [2022-03-25T14:24:42.992Z] #40 4.947 -- The C compiler identification is GNU 10.2.1 [2022-03-25T14:24:42.992Z] #40 5.023 -- Detecting C compiler ABI info [2022-03-25T14:24:43.252Z] #40 5.680 -- Detecting C compiler ABI info - done [2022-03-25T14:24:43.252Z] #40 5.841 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-25T14:24:43.252Z] #40 5.841 -- Detecting C compile features [2022-03-25T14:24:43.252Z] #40 5.841 -- Detecting C compile features - done [2022-03-25T14:24:43.252Z] #40 5.874 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-25T14:24:43.511Z] #40 6.043 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-25T14:24:43.512Z] #40 6.135 -- Configuring done [2022-03-25T14:24:43.512Z] #40 6.141 -- Generating done [2022-03-25T14:24:43.512Z] #40 6.142 -- Build files have been written to: /tmp/tmp.S6CZXyVGKJ/tini [2022-03-25T14:24:43.512Z] #40 6.167 + make tini-static [2022-03-25T14:24:44.082Z] #40 6.642 Scanning dependencies of target tini-static [2022-03-25T14:24:44.082Z] #40 6.717 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-25T14:24:45.461Z] #40 7.865 [100%] Linking C executable tini-static [2022-03-25T14:24:46.043Z] #40 8.460 + mkdir -p /build [2022-03-25T14:24:46.043Z] #40 8.460 + cp tini-static /build/docker-init [2022-03-25T14:24:46.043Z] #40 8.461 [100%] Built target tini-static [2022-03-25T14:24:46.273Z] #19 81.71 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-25T14:24:46.273Z] #19 81.71 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:46.273Z] #19 81.72 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-25T14:24:46.319Z] #40 DONE 8.9s [2022-03-25T14:24:46.319Z] [2022-03-25T14:24:46.320Z] #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-25T14:24:46.320Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:46.320Z] #14 50.65 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-25T14:24:46.320Z] #14 50.65 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:46.320Z] #14 50.66 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-25T14:24:46.320Z] #14 50.77 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-25T14:24:46.320Z] #14 50.78 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:46.320Z] #14 50.79 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-25T14:24:46.531Z] #19 81.74 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-25T14:24:46.531Z] #19 81.75 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-25T14:24:46.531Z] #19 81.75 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-25T14:24:46.531Z] #19 81.78 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-25T14:24:46.531Z] #19 81.78 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:46.531Z] #19 81.79 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-25T14:24:46.792Z] #19 81.95 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-25T14:24:46.792Z] #19 81.95 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:46.792Z] #19 81.95 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:46.792Z] #19 81.98 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-25T14:24:46.792Z] #19 81.99 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:46.792Z] #19 81.99 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:46.792Z] #19 82.03 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-25T14:24:46.792Z] #19 82.03 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:46.792Z] #19 82.04 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:46.792Z] #19 82.07 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-25T14:24:46.792Z] #19 82.07 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:46.792Z] #19 82.07 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:46.792Z] #19 82.10 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-25T14:24:47.051Z] #19 82.10 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:47.051Z] #19 82.11 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:47.051Z] #19 82.36 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-25T14:24:47.051Z] #19 82.36 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:47.051Z] #19 82.36 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:47.051Z] #19 82.47 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-25T14:24:47.120Z] ---> c4b29a0ef90e [2022-03-25T14:24:47.283Z] #14 57.45 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-25T14:24:47.283Z] #14 57.45 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:47.283Z] #14 57.45 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:24:47.310Z] #19 82.48 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:47.310Z] #19 82.48 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:47.569Z] #19 82.71 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-25T14:24:47.569Z] #19 82.71 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:47.569Z] #19 82.72 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:47.569Z] #19 82.80 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-25T14:24:47.569Z] #19 82.80 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:47.569Z] #19 82.80 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:47.569Z] #19 82.91 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-25T14:24:47.569Z] #19 82.91 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:47.588Z] Successfully built c4b29a0ef90e [2022-03-25T14:24:47.588Z] Successfully tagged docker:latest [2022-03-25T14:24:47.588Z] INFO: Image build ended at 03/25/2022 14:24:47. Duration:00:00:52.9164711 [2022-03-25T14:24:47.588Z] [2022-03-25T14:24:47.588Z] [2022-03-25T14:24:47.588Z] INFO: Building the test binaries at 03/25/2022 14:24:47... [2022-03-25T14:24:47.828Z] #19 82.91 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:47.828Z] #19 82.95 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-25T14:24:47.828Z] #19 82.96 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:47.828Z] #19 82.96 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:47.828Z] #19 83.13 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-25T14:24:47.828Z] #19 83.14 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:47.828Z] #19 83.14 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:24:51.130Z] #60 ... [2022-03-25T14:24:51.130Z] [2022-03-25T14:24:51.130Z] #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-25T14:24:51.130Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:24:51.130Z] #14 69.03 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-25T14:24:51.130Z] #14 69.04 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:51.130Z] #14 69.04 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:24:51.130Z] #14 73.83 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-25T14:24:51.130Z] #14 73.84 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:51.130Z] #14 73.84 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-25T14:24:51.130Z] #14 79.05 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-25T14:24:51.130Z] #14 79.05 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:51.130Z] #14 79.06 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-03-25T14:24:51.223Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 16.2% of statements [2022-03-25T14:24:51.223Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-25T14:24:51.223Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-25T14:24:51.223Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-03-25T14:24:51.223Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-25T14:24:51.223Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-25T14:24:51.223Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 77.3% of statements [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/builder [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-25T14:24:51.223Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-25T14:24:51.223Z] ok github.com/docker/docker/builder/remotecontext 0.089s coverage: 13.7% of statements [2022-03-25T14:24:51.483Z] ok github.com/docker/docker/builder/dockerfile 0.404s coverage: 49.3% of statements [2022-03-25T14:24:52.049Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-25T14:24:52.988Z] ok github.com/docker/docker/builder/remotecontext/git 1.289s coverage: 86.3% of statements [2022-03-25T14:24:52.988Z] ? github.com/docker/docker/cli [no test files] [2022-03-25T14:24:52.988Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-25T14:24:53.100Z] #19 87.69 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-25T14:24:53.100Z] #19 87.69 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:53.100Z] #19 87.70 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:24:53.100Z] #19 87.73 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-25T14:24:53.100Z] #19 87.73 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-25T14:24:53.100Z] #19 87.74 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-25T14:24:53.100Z] #19 87.91 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-25T14:24:53.100Z] #19 87.91 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:53.100Z] #19 87.91 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-25T14:24:53.100Z] #19 88.18 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-25T14:24:53.100Z] #19 88.18 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:53.100Z] #19 88.19 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:24:53.247Z] ok github.com/docker/docker/cmd/docker-proxy 0.013s coverage: 69.3% of statements [2022-03-25T14:24:53.359Z] #19 88.46 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-25T14:24:53.359Z] #19 88.47 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:53.359Z] #19 88.47 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:24:53.500Z] INFO: make.ps1 starting at 03/25/2022 14:24:52 [2022-03-25T14:24:53.500Z] INFO: Git commit (3853eb59d1) assumed from DOCKER_GITCOMMIT environment variable [2022-03-25T14:24:53.500Z] INFO: Invoking autogen... [2022-03-25T14:24:53.500Z] INFO: Building daemon... [2022-03-25T14:24:56.529Z] ok github.com/docker/docker/client 0.108s coverage: 75.6% of statements [2022-03-25T14:24:57.550Z] #19 92.81 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-25T14:24:57.550Z] #19 92.82 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:24:57.550Z] #19 92.82 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:24:57.550Z] #19 92.85 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-25T14:24:57.550Z] #19 92.85 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-25T14:24:57.550Z] #19 92.86 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-25T14:24:57.550Z] #19 92.89 Selecting previously unselected package libc6-s390x-cross. [2022-03-25T14:24:57.550Z] #19 92.89 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-25T14:24:57.550Z] #19 92.90 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-25T14:24:57.808Z] #19 93.03 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-25T14:24:57.808Z] #19 93.03 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:57.808Z] #19 93.03 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:24:57.808Z] #19 93.06 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-25T14:24:57.808Z] #19 93.07 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:57.808Z] #19 93.07 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:24:57.808Z] #19 93.11 Selecting previously unselected package libitm1-s390x-cross. [2022-03-25T14:24:57.808Z] #19 93.11 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:57.808Z] #19 93.11 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:24:57.808Z] #19 93.14 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-25T14:24:57.808Z] #19 93.15 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:57.808Z] #19 93.15 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:24:57.808Z] #19 93.18 Selecting previously unselected package libasan6-s390x-cross. [2022-03-25T14:24:58.066Z] #19 93.18 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:58.066Z] #19 93.18 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:24:58.066Z] #19 93.41 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-25T14:24:58.066Z] #19 93.41 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:58.066Z] #19 93.42 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:24:58.325Z] #19 93.49 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-25T14:24:58.325Z] #19 93.49 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:58.325Z] #19 93.50 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:24:58.325Z] #19 93.60 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-25T14:24:58.325Z] #19 93.60 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:24:58.325Z] #19 93.60 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:24:58.325Z] #19 93.71 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-25T14:24:58.584Z] #19 93.71 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:24:58.584Z] #19 93.71 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:24:59.508Z] #14 68.96 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-25T14:24:59.508Z] #14 68.96 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:24:59.508Z] #14 68.96 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:24:59.508Z] #14 ... [2022-03-25T14:24:59.508Z] [2022-03-25T14:24:59.508Z] #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-25T14:24:59.508Z] #60 sha256:2e04d261a4e4de7709989440a5832f59d508835c9bec4faf111e1a9a4f0f4284 [2022-03-25T14:24:59.508Z] #60 38.86 Updating files: 54% (2500/4621) Updating files: 55% (2542/4621) Updating files: 56% (2588/4621) Updating files: 57% (2634/4621) Updating files: 58% (2681/4621) Updating files: 59% (2727/4621) Updating files: 60% (2773/4621) Updating files: 61% (2819/4621) Updating files: 62% (2866/4621) Updating files: 63% (2912/4621) Updating files: 64% (2958/4621) Updating files: 65% (3004/4621) Updating files: 66% (3050/4621) Updating files: 67% (3097/4621) Updating files: 68% (3143/4621) Updating files: 69% (3189/4621) Updating files: 70% (3235/4621) Updating files: 71% (3281/4621) Updating files: 72% (3328/4621) Updating files: 73% (3374/4621) Updating files: 74% (3420/4621) Updating files: 75% (3466/4621) Updating files: 76% (3512/4621) Updating files: 77% (3559/4621) Updating files: 78% (3605/4621) Updating files: 79% (3651/4621) Updating files: 80% (3697/4621) Updating files: 81% (3744/4621) Updating files: 82% (3790/4621) Updating files: 83% (3836/4621) Updating files: 84% (3882/4621) Updating files: 85% (3928/4621) Updating files: 86% (3975/4621) Updating files: 87% (4021/4621) Updating files: 88% (4067/4621) Updating files: 89% (4113/4621) Updating files: 90% (4159/4621) Updating files: 91% (4206/4621) Updating files: 92% (4252/4621) Updating files: 93% (4298/4621) Updating files: 94% (4344/4621) Updating files: 95% (4390/4621) Updating files: 96% (4437/4621) Updating files: 97% (4483/4621) Updating files: 98% (4529/4621) Updating files: 99% (4575/4621) Updating files: 100% (4621/4621) Updating files: 100% (4621/4621), done. [2022-03-25T14:24:59.508Z] #60 39.82 + cd /tmp/tmp.6Pz1T0N2DZ/src/github.com/containerd/containerd [2022-03-25T14:24:59.766Z] #60 39.83 + git checkout -q v1.6.2 [2022-03-25T14:25:00.702Z] #60 40.67 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-25T14:25:00.702Z] #60 40.67 + BUILDTAGS='netgo osusergo static_build' [2022-03-25T14:25:00.702Z] #60 40.67 + export EXTRA_FLAGS=-buildmode=pie [2022-03-25T14:25:00.702Z] #60 40.67 + EXTRA_FLAGS=-buildmode=pie [2022-03-25T14:25:00.702Z] #60 40.67 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-25T14:25:00.702Z] #60 40.67 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-25T14:25:00.702Z] #60 40.67 + '[' '' = dynamic ']' [2022-03-25T14:25:00.702Z] #60 40.67 + make [2022-03-25T14:25:01.111Z] #14 89.68 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-25T14:25:01.111Z] #14 89.69 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:25:01.111Z] #14 89.69 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:25:02.079Z] #60 42.15 + bin/ctr [2022-03-25T14:25:02.775Z] #19 98.01 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-25T14:25:02.775Z] #19 98.01 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:25:02.775Z] #19 98.01 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:02.775Z] #19 98.04 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-25T14:25:02.775Z] #19 98.05 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-25T14:25:02.775Z] #19 98.05 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-25T14:25:03.033Z] #19 98.22 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-25T14:25:03.033Z] #19 98.23 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-25T14:25:03.033Z] #19 98.23 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-25T14:25:03.033Z] #19 98.46 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-25T14:25:03.291Z] #19 98.46 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-25T14:25:03.291Z] #19 98.47 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:03.291Z] #19 98.72 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-25T14:25:03.550Z] #19 98.72 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-25T14:25:03.550Z] #19 98.73 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:03.647Z] #14 ... [2022-03-25T14:25:03.647Z] [2022-03-25T14:25:03.647Z] #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-25T14:25:03.647Z] #63 sha256:947ea8cc9b61f8ee0afd10c61ce628648f8237218c9d82aa2fbebf1786398618 [2022-03-25T14:25:03.647Z] #63 92.01 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-25T14:25:03.907Z] #63 92.01 + GOBIN=/build [2022-03-25T14:25:03.907Z] #63 92.01 + GO111MODULE=on [2022-03-25T14:25:03.907Z] #63 92.01 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:25:07.742Z] #19 102.9 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-25T14:25:07.743Z] #19 102.9 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-25T14:25:07.743Z] #19 102.9 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:07.743Z] #19 102.9 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-25T14:25:07.743Z] #19 102.9 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-25T14:25:07.743Z] #19 102.9 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-25T14:25:07.743Z] #19 103.0 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-25T14:25:07.743Z] #19 103.0 Setting up libfile-which-perl (1.23-1) ... [2022-03-25T14:25:07.743Z] #19 103.0 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-25T14:25:07.743Z] #19 103.0 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-25T14:25:07.743Z] #19 103.0 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-25T14:25:07.743Z] #19 103.0 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:25:07.743Z] #19 103.0 Setting up libicu67:amd64 (67.1-7) ... [2022-03-25T14:25:07.743Z] #19 103.1 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-25T14:25:07.743Z] #19 103.1 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-25T14:25:07.743Z] #19 103.1 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-25T14:25:07.743Z] #19 103.1 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-25T14:25:08.001Z] #19 103.1 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-25T14:25:08.001Z] #19 103.1 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-25T14:25:08.001Z] #19 103.1 Setting up file (1:5.39-3) ... [2022-03-25T14:25:08.001Z] #19 103.2 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:25:08.001Z] #19 103.2 Setting up bzip2 (1.0.8-4) ... [2022-03-25T14:25:08.001Z] #19 103.2 Setting up libyaml-perl (1.30-1) ... [2022-03-25T14:25:08.001Z] #19 103.2 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-25T14:25:08.001Z] #19 103.2 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-25T14:25:08.001Z] #19 103.2 Setting up libio-string-perl (1.08-3.1) ... [2022-03-25T14:25:08.001Z] #19 103.2 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-25T14:25:08.001Z] #19 103.2 Setting up cross-config (2.6.18+nmu1) ... [2022-03-25T14:25:08.001Z] #19 103.4 Setting up xz-utils (5.2.5-2) ... [2022-03-25T14:25:08.001Z] #19 103.4 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-25T14:25:08.001Z] #19 103.4 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-25T14:25:08.001Z] #19 103.4 Setting up patch (2.7.6-7) ... [2022-03-25T14:25:08.001Z] #19 103.4 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-25T14:25:08.001Z] #19 103.4 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-25T14:25:08.001Z] #19 103.4 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.100Z] #63 96.49 rootlesskit version 0.14.6 [2022-03-25T14:25:08.100Z] #63 96.49 Usage of /build/rootlesskit-docker-proxy: [2022-03-25T14:25:08.100Z] #63 96.49 -container-ip string [2022-03-25T14:25:08.100Z] #63 96.49 container ip [2022-03-25T14:25:08.100Z] #63 96.49 -container-port int [2022-03-25T14:25:08.100Z] #63 96.49 container port (default -1) [2022-03-25T14:25:08.100Z] #63 96.49 -host-ip string [2022-03-25T14:25:08.100Z] #63 96.49 host ip [2022-03-25T14:25:08.100Z] #63 96.49 -host-port int [2022-03-25T14:25:08.100Z] #63 96.49 host port (default -1) [2022-03-25T14:25:08.100Z] #63 96.49 -proto string [2022-03-25T14:25:08.100Z] #63 96.49 proxy protocol (default "tcp") [2022-03-25T14:25:08.259Z] #19 103.5 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-25T14:25:08.259Z] #19 103.5 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-25T14:25:08.259Z] #19 103.5 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.259Z] #19 103.5 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.259Z] #19 103.5 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-25T14:25:08.259Z] #19 103.5 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-25T14:25:08.259Z] #19 103.5 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.259Z] #19 103.5 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-25T14:25:08.259Z] #19 103.6 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:08.259Z] #19 103.7 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:25:08.362Z] #63 DONE 96.7s [2022-03-25T14:25:08.362Z] [2022-03-25T14:25:08.362Z] #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-25T14:25:08.362Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:25:08.362Z] #14 94.43 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-25T14:25:08.362Z] #14 94.43 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-25T14:25:08.362Z] #14 94.44 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-25T14:25:08.362Z] #14 94.55 Selecting previously unselected package libapparmor1:amd64. [2022-03-25T14:25:08.362Z] #14 94.55 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 94.56 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-25T14:25:08.362Z] #14 94.66 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-25T14:25:08.362Z] #14 94.66 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 94.68 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-25T14:25:08.362Z] #14 94.81 Selecting previously unselected package libbtrfs0:amd64. [2022-03-25T14:25:08.362Z] #14 94.82 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 94.82 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:25:08.362Z] #14 94.99 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-25T14:25:08.362Z] #14 94.99 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 95.00 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:25:08.362Z] #14 95.17 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-25T14:25:08.362Z] #14 95.18 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 95.18 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:08.362Z] #14 95.24 Selecting previously unselected package libudev-dev:amd64. [2022-03-25T14:25:08.362Z] #14 95.24 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 95.25 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-25T14:25:08.362Z] #14 95.38 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-25T14:25:08.362Z] #14 95.39 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 95.40 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-25T14:25:08.362Z] #14 95.63 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-25T14:25:08.362Z] #14 95.63 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 95.64 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-25T14:25:08.362Z] #14 95.81 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-25T14:25:08.362Z] #14 95.82 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 95.83 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-25T14:25:08.362Z] #14 95.98 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-25T14:25:08.362Z] #14 95.98 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-25T14:25:08.362Z] #14 95.99 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-25T14:25:08.362Z] #14 96.05 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-25T14:25:08.362Z] #14 96.06 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-25T14:25:08.363Z] #14 96.06 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-25T14:25:08.363Z] #14 96.45 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-25T14:25:08.363Z] #14 96.45 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-25T14:25:08.363Z] #14 96.46 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-25T14:25:08.363Z] #14 96.69 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-25T14:25:08.363Z] #14 96.70 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:25:08.363Z] #14 96.70 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:08.363Z] #14 96.77 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-25T14:25:08.363Z] #14 96.77 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-25T14:25:08.363Z] #14 96.78 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-25T14:25:08.363Z] #14 96.87 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-25T14:25:08.363Z] #14 96.89 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-25T14:25:08.363Z] #14 96.89 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-25T14:25:08.518Z] #19 103.7 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.7 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.7 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.7 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.7 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.7 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.7 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-25T14:25:08.518Z] #19 103.8 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.9 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.518Z] #19 103.9 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.623Z] #14 ... [2022-03-25T14:25:08.623Z] [2022-03-25T14:25:08.623Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-25T14:25:08.623Z] #64 sha256:bbd7bb9c69a167e9e1bd3780f6323d3502e6aed69e4fa5595ffb1be78cb8bb13 [2022-03-25T14:25:08.623Z] #64 DONE 0.1s [2022-03-25T14:25:08.623Z] [2022-03-25T14:25:08.623Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-25T14:25:08.623Z] #65 sha256:bb9f2566c00eb2ad0cdd26ffcb95f8fed0a65b7b9c98b14700ee93f36cad6e3b [2022-03-25T14:25:08.623Z] #65 DONE 0.1s [2022-03-25T14:25:08.623Z] [2022-03-25T14:25:08.623Z] #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-25T14:25:08.623Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:25:08.623Z] #14 97.45 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-25T14:25:08.776Z] #19 103.9 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-25T14:25:08.776Z] #19 103.9 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.776Z] #19 103.9 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.776Z] #19 103.9 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:08.776Z] #19 103.9 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-25T14:25:08.776Z] #19 104.0 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-25T14:25:08.776Z] #19 104.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-25T14:25:08.882Z] #14 97.46 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-25T14:25:08.882Z] #14 97.47 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-25T14:25:08.882Z] #14 97.49 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-25T14:25:08.882Z] #14 97.50 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-25T14:25:08.882Z] #14 97.51 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-25T14:25:08.882Z] #14 97.52 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:25:08.882Z] #14 97.54 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-25T14:25:08.882Z] #14 97.55 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-25T14:25:08.882Z] #14 97.56 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-25T14:25:08.882Z] #14 97.57 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-25T14:25:08.882Z] #14 97.59 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:25:08.882Z] #14 97.60 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-25T14:25:08.882Z] #14 97.61 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-25T14:25:08.882Z] #14 97.62 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-25T14:25:08.882Z] #14 97.63 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-25T14:25:08.882Z] #14 97.65 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-25T14:25:08.882Z] #14 97.65 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-25T14:25:09.035Z] #19 104.2 [2022-03-25T14:25:09.035Z] #19 104.2 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-25T14:25:09.035Z] #19 104.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.035Z] #19 104.2 Setting up dpkg-dev (1.20.9) ... [2022-03-25T14:25:09.035Z] #19 104.3 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.035Z] #19 104.3 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-25T14:25:09.035Z] #19 104.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.035Z] #19 104.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.035Z] #19 104.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.035Z] #19 104.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.035Z] #19 104.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-25T14:25:09.035Z] #19 104.3 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.035Z] #19 104.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.140Z] #14 97.66 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-25T14:25:09.140Z] #14 97.68 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-25T14:25:09.140Z] #14 97.70 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:25:09.140Z] #14 97.73 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-25T14:25:09.140Z] #14 97.74 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:25:09.140Z] #14 97.78 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-25T14:25:09.140Z] #14 97.78 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-25T14:25:09.140Z] #14 97.82 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:25:09.140Z] #14 97.82 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-25T14:25:09.140Z] #14 97.83 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:25:09.140Z] #14 97.91 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-25T14:25:09.294Z] #19 104.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.294Z] #19 104.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.294Z] #19 104.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-25T14:25:09.294Z] #19 104.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-25T14:25:09.294Z] #19 104.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-25T14:25:09.294Z] #19 104.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-25T14:25:09.399Z] #14 97.95 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:09.399Z] #14 97.98 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-25T14:25:09.399Z] #14 98.00 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:09.399Z] #14 98.02 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:09.399Z] #14 98.03 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:25:09.552Z] #19 104.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-25T14:25:09.552Z] #19 104.7 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.7 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.7 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.8 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.9 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.9 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:09.552Z] #19 104.9 Setting up libxml-simple-perl (2.25-1) ... [2022-03-25T14:25:09.552Z] #19 104.9 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-25T14:25:09.552Z] #19 104.9 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 104.9 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-25T14:25:09.552Z] #19 104.9 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.552Z] #19 105.0 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.553Z] #19 105.0 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.553Z] #19 105.0 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.0 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.0 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-25T14:25:09.811Z] #19 105.0 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.0 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.0 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.0 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.1 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-25T14:25:09.811Z] #19 105.1 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.1 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-25T14:25:09.811Z] #19 105.1 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:09.811Z] #19 105.1 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.1 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.1 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-25T14:25:09.811Z] #19 105.2 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:09.811Z] #19 105.2 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:09.811Z] #19 105.2 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-25T14:25:09.811Z] #19 105.2 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:09.971Z] #14 DONE 98.6s [2022-03-25T14:25:09.971Z] [2022-03-25T14:25:09.971Z] #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-25T14:25:09.971Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:25:09.971Z] #43 ... [2022-03-25T14:25:09.971Z] [2022-03-25T14:25:09.971Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-25T14:25:09.971Z] #55 sha256:bb995308fa5a4a78b2f0008a5ef3efde30ef190553f040c75470bb727f0d9bd3 [2022-03-25T14:25:10.069Z] #19 105.2 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-25T14:25:10.069Z] #19 105.2 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:10.069Z] #19 105.2 Setting up crossbuild-essential-armel (12.9) ... [2022-03-25T14:25:10.069Z] #19 105.3 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-25T14:25:10.069Z] #19 105.3 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-25T14:25:10.069Z] #19 105.3 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-25T14:25:10.069Z] #19 105.3 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-25T14:25:10.069Z] #19 105.3 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-25T14:25:10.069Z] #19 105.3 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:25:10.230Z] #55 DONE 0.2s [2022-03-25T14:25:10.231Z] [2022-03-25T14:25:10.231Z] #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-25T14:25:10.231Z] #56 sha256:1102e02e5d383a542f03ca6b792672cca11f204cce95432292a898e367517de6 [2022-03-25T14:25:11.614Z] #56 ... [2022-03-25T14:25:11.614Z] [2022-03-25T14:25:11.614Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-25T14:25:11.614Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-25T14:25:11.614Z] #68 CACHED [2022-03-25T14:25:11.614Z] [2022-03-25T14:25:11.614Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-25T14:25:11.614Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-25T14:25:11.614Z] #70 CACHED [2022-03-25T14:25:11.614Z] [2022-03-25T14:25:11.614Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-25T14:25:11.614Z] #15 sha256:c505cf88f2c11a477c01732985c980b7a4bad2f2e925564d96038ac347e7697a [2022-03-25T14:25:11.614Z] #15 DONE 1.5s [2022-03-25T14:25:11.614Z] [2022-03-25T14:25:11.614Z] #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-25T14:25:11.614Z] #16 sha256:e5f2e9df0889fbd308f1e94d16609c02dc1e378e4267bba0097132799a7dfd14 [2022-03-25T14:25:11.970Z] #19 DONE 107.1s [2022-03-25T14:25:11.970Z] [2022-03-25T14:25:11.970Z] #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-25T14:25:11.970Z] #45 sha256:337eb1f55c4d6697f50c61f322df3db5ec8a9afbc9295cc0480eb9d78ac43ed5 [2022-03-25T14:25:11.970Z] #45 ... [2022-03-25T14:25:11.970Z] [2022-03-25T14:25:11.970Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-25T14:25:11.970Z] #69 sha256:d8564ffe6c8f240685a394c54be315b0bb055d2ac41177641d4ecafea9175efc [2022-03-25T14:25:11.970Z] #69 DONE 0.2s [2022-03-25T14:25:11.970Z] [2022-03-25T14:25:11.970Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-25T14:25:11.970Z] #32 sha256:cc5f9f2d10ea8603c1e4f11d16628795806c457a6f3d6864e6eff1338efcc9b2 [2022-03-25T14:25:11.970Z] #32 DONE 0.2s [2022-03-25T14:25:12.229Z] [2022-03-25T14:25:12.229Z] #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-25T14:25:12.229Z] #33 sha256:7974a54bd6385740441dc3ca59dd4d690626b23585cbab931bdd58677cc4bed1 [2022-03-25T14:25:12.552Z] #16 DONE 1.0s [2022-03-25T14:25:12.552Z] [2022-03-25T14:25:12.552Z] #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-25T14:25:12.552Z] #56 sha256:1102e02e5d383a542f03ca6b792672cca11f204cce95432292a898e367517de6 [2022-03-25T14:25:12.552Z] #56 1.599 + RM_GOPATH=0 [2022-03-25T14:25:12.552Z] #56 1.599 + TMP_GOPATH= [2022-03-25T14:25:12.552Z] #56 1.599 + : /build [2022-03-25T14:25:12.552Z] #56 1.599 + '[' -z '' ']' [2022-03-25T14:25:12.552Z] #56 1.600 ++ mktemp -d [2022-03-25T14:25:12.552Z] #56 1.613 + export GOPATH=/tmp/tmp.uiVBjDFmDF [2022-03-25T14:25:12.552Z] #56 1.613 + GOPATH=/tmp/tmp.uiVBjDFmDF [2022-03-25T14:25:12.552Z] #56 1.613 + RM_GOPATH=1 [2022-03-25T14:25:12.552Z] #56 1.613 + case "$(go env GOARCH)" in [2022-03-25T14:25:12.552Z] #56 1.613 ++ go env GOARCH [2022-03-25T14:25:12.552Z] #56 1.621 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:12.552Z] #56 1.622 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:12.552Z] #56 1.623 ++ dirname /install.sh [2022-03-25T14:25:12.552Z] #56 1.633 + dir=/ [2022-03-25T14:25:12.552Z] #56 1.633 + bin=runc [2022-03-25T14:25:12.552Z] #56 1.633 + shift [2022-03-25T14:25:12.552Z] #56 1.633 + '[' '!' -f //runc.installer ']' [2022-03-25T14:25:12.552Z] #56 1.633 + . //runc.installer [2022-03-25T14:25:12.552Z] #56 1.633 ++ set -e [2022-03-25T14:25:12.552Z] #56 1.633 ++ : v1.1.0 [2022-03-25T14:25:12.552Z] #56 1.633 + install_runc [2022-03-25T14:25:12.552Z] #56 1.633 + RUNC_BUILDTAGS=seccomp [2022-03-25T14:25:12.552Z] #56 1.633 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-25T14:25:12.552Z] #56 1.633 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.uiVBjDFmDF/src/github.com/opencontainers/runc [2022-03-25T14:25:12.553Z] #56 1.633 Install runc version v1.1.0 (build tags: seccomp) [2022-03-25T14:25:12.553Z] #56 1.637 Cloning into '/tmp/tmp.uiVBjDFmDF/src/github.com/opencontainers/runc'... [2022-03-25T14:25:13.491Z] #56 ... [2022-03-25T14:25:13.491Z] [2022-03-25T14:25:13.491Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-25T14:25:13.491Z] #17 sha256:6c3017b824fd9d20795004b28106b57a45cfc30e5b1a1affc2c4a76c5e855540 [2022-03-25T14:25:13.491Z] #17 0.830 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-25T14:25:13.491Z] #17 DONE 0.9s [2022-03-25T14:25:13.491Z] [2022-03-25T14:25:13.491Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-25T14:25:13.491Z] #18 sha256:4dd6ce380dd536bd07ae44eb4322ad04bd1f19950b261d272e85179f7319129e [2022-03-25T14:25:13.608Z] #33 1.321 + RM_GOPATH=0 [2022-03-25T14:25:13.608Z] #33 1.321 + TMP_GOPATH= [2022-03-25T14:25:13.608Z] #33 1.321 + : /build [2022-03-25T14:25:13.608Z] #33 1.322 + '[' -z '' ']' [2022-03-25T14:25:13.608Z] #33 1.322 ++ mktemp -d [2022-03-25T14:25:13.608Z] #33 1.324 + export GOPATH=/tmp/tmp.psznsYjOEI [2022-03-25T14:25:13.608Z] #33 1.324 + GOPATH=/tmp/tmp.psznsYjOEI [2022-03-25T14:25:13.608Z] #33 1.324 + RM_GOPATH=1 [2022-03-25T14:25:13.608Z] #33 1.324 + case "$(go env GOARCH)" in [2022-03-25T14:25:13.608Z] #33 1.324 ++ go env GOARCH [2022-03-25T14:25:13.608Z] #33 1.333 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:13.608Z] #33 1.333 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:13.608Z] #33 1.333 ++ dirname /install.sh [2022-03-25T14:25:13.608Z] #33 1.334 + dir=/ [2022-03-25T14:25:13.608Z] #33 1.334 + bin=dockercli [2022-03-25T14:25:13.608Z] #33 1.334 + shift [2022-03-25T14:25:13.608Z] #33 1.334 + '[' '!' -f //dockercli.installer ']' [2022-03-25T14:25:13.608Z] #33 1.335 + . //dockercli.installer [2022-03-25T14:25:13.608Z] #33 1.335 ++ : stable [2022-03-25T14:25:13.608Z] #33 1.335 ++ : 17.06.2-ce [2022-03-25T14:25:13.608Z] #33 1.335 + install_dockercli [2022-03-25T14:25:13.608Z] #33 1.335 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-25T14:25:13.608Z] #33 1.335 Install docker/cli version 17.06.2-ce from stable [2022-03-25T14:25:13.608Z] #33 1.336 ++ uname -m [2022-03-25T14:25:13.608Z] #33 1.338 + arch=x86_64 [2022-03-25T14:25:13.608Z] #33 1.339 + '[' x86_64 '!=' x86_64 ']' [2022-03-25T14:25:13.608Z] #33 1.339 + url=https://download.docker.com/linux/static [2022-03-25T14:25:13.608Z] #33 1.339 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-25T14:25:13.608Z] #33 1.340 + tar -xz docker/docker [2022-03-25T14:25:14.289Z] #60 ... [2022-03-25T14:25:14.290Z] [2022-03-25T14:25:14.290Z] #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-25T14:25:14.290Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:25:14.290Z] #14 73.77 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-25T14:25:14.290Z] #14 73.77 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:25:14.290Z] #14 73.78 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-25T14:25:14.290Z] #14 79.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-25T14:25:14.290Z] #14 79.02 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:25:14.290Z] #14 79.03 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:25:14.499Z] #18 DONE 1.0s [2022-03-25T14:25:14.499Z] [2022-03-25T14:25:14.499Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-25T14:25:14.499Z] #19 sha256:e9f05ab2af674ce426c52419e26426100a80ef44e1fa94d3dd9573a93e3f0813 [2022-03-25T14:25:15.448Z] #19 DONE 0.9s [2022-03-25T14:25:15.448Z] [2022-03-25T14:25:15.448Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-25T14:25:15.448Z] #20 sha256:3ec2c35bc748e4776ceab7babc9ba1eebed3e3d306f6907bf3e3fefee8a9153b [2022-03-25T14:25:16.403Z] #20 DONE 1.0s [2022-03-25T14:25:16.403Z] [2022-03-25T14:25:16.403Z] #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-25T14:25:16.403Z] #21 sha256:2322007b70694bf875c7e5fe4e24cea61a831995892f3eb8bda0425b95d831bf [2022-03-25T14:25:16.898Z] #33 4.700 + mkdir -p /build [2022-03-25T14:25:16.898Z] #33 4.702 + mv docker/docker /build/ [2022-03-25T14:25:16.898Z] #33 4.703 + rmdir docker [2022-03-25T14:25:16.898Z] #33 DONE 4.9s [2022-03-25T14:25:16.898Z] [2022-03-25T14:25:16.898Z] #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-25T14:25:16.898Z] #70 sha256:807edce381892ea16f8677f7d79dac745749125c52150f223ebc9d15d4473b47 [2022-03-25T14:25:16.898Z] #70 1.303 + RM_GOPATH=0 [2022-03-25T14:25:16.898Z] #70 1.303 + TMP_GOPATH= [2022-03-25T14:25:16.898Z] #70 1.303 + : /build [2022-03-25T14:25:16.898Z] #70 1.303 + '[' -z '' ']' [2022-03-25T14:25:16.898Z] #70 1.303 ++ mktemp -d [2022-03-25T14:25:16.898Z] #70 1.304 + export GOPATH=/tmp/tmp.vDA1saHrwN [2022-03-25T14:25:16.898Z] #70 1.304 + GOPATH=/tmp/tmp.vDA1saHrwN [2022-03-25T14:25:16.898Z] #70 1.304 + RM_GOPATH=1 [2022-03-25T14:25:16.898Z] #70 1.304 + case "$(go env GOARCH)" in [2022-03-25T14:25:16.898Z] #70 1.305 ++ go env GOARCH [2022-03-25T14:25:16.898Z] #70 1.309 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:16.898Z] #70 1.309 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:16.898Z] #70 1.310 ++ dirname /install.sh [2022-03-25T14:25:16.898Z] #70 1.310 + dir=/ [2022-03-25T14:25:16.898Z] #70 1.311 + bin=rootlesskit [2022-03-25T14:25:16.898Z] #70 1.311 + shift [2022-03-25T14:25:16.898Z] #70 1.311 + '[' '!' -f //rootlesskit.installer ']' [2022-03-25T14:25:16.898Z] #70 1.311 + . //rootlesskit.installer [2022-03-25T14:25:16.898Z] #70 1.311 ++ : b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:25:16.898Z] #70 1.311 + install_rootlesskit [2022-03-25T14:25:16.898Z] #70 1.311 + case "$1" in [2022-03-25T14:25:16.898Z] #70 1.311 + export CGO_ENABLED=0 [2022-03-25T14:25:16.898Z] #70 1.311 + CGO_ENABLED=0 [2022-03-25T14:25:16.898Z] #70 1.311 + _install_rootlesskit [2022-03-25T14:25:16.898Z] #70 1.312 + echo 'Install rootlesskit version b25a0bad15d664c4ee8885ba622569425e918a68' [2022-03-25T14:25:16.898Z] #70 1.312 Install rootlesskit version b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:25:16.898Z] #70 1.312 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-25T14:25:16.898Z] #70 1.312 + GOBIN=/build [2022-03-25T14:25:16.898Z] #70 1.312 + GO111MODULE=on [2022-03-25T14:25:16.898Z] #70 1.312 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:25:16.898Z] #70 1.760 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-25T14:25:16.898Z] #70 3.121 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-25T14:25:16.898Z] #70 3.124 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-25T14:25:16.898Z] #70 3.340 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-25T14:25:16.898Z] #70 4.595 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-25T14:25:17.160Z] #70 5.012 go: downloading github.com/google/uuid v1.3.0 [2022-03-25T14:25:17.160Z] #70 5.032 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-25T14:25:17.160Z] #70 5.072 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-25T14:25:17.160Z] #70 5.154 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-25T14:25:17.160Z] #70 5.263 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-25T14:25:17.339Z] #21 1.278 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:25:17.420Z] #70 5.404 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-25T14:25:17.420Z] #70 5.532 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-25T14:25:17.598Z] #21 1.297 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:25:17.598Z] #21 1.306 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:25:17.680Z] #70 5.618 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-25T14:25:17.856Z] #21 1.714 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:25:18.287Z] Running on azwin-2-815d20 in d:\jenkins\workspace\moby_PR-43378 [Pipeline] { [Pipeline] ws [2022-03-25T14:25:18.302Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-25T14:25:18.397Z] The recommended git tool is: git [2022-03-25T14:25:18.619Z] #70 6.504 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-25T14:25:18.619Z] #70 6.614 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-25T14:25:18.621Z] using credential docker-jenkins-github-credentials [2022-03-25T14:25:18.701Z] Cloning the remote Git repository [2022-03-25T14:25:18.701Z] Cloning with configured refspecs honoured and without tags [2022-03-25T14:25:19.233Z] #21 2.869 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:25:18.738Z] Cloning repository https://github.com/moby/moby.git [2022-03-25T14:25:18.738Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-25T14:25:18.816Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:25:18.816Z] > git --version # timeout=10 [2022-03-25T14:25:18.878Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-25T14:25:18.878Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:25:18.878Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:25:19.556Z] #70 ... [2022-03-25T14:25:19.556Z] [2022-03-25T14:25:19.556Z] #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-25T14:25:19.556Z] #36 sha256:fb9f59e706f9cff6944de2cf69aa71b1f0f3ada30603561ab5eedaa7eba022d8 [2022-03-25T14:25:19.556Z] #36 CACHED [2022-03-25T14:25:19.556Z] [2022-03-25T14:25:19.556Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-25T14:25:19.556Z] #37 sha256:9cd4a3e276acc5beca7c68f0d527452177a9aa6b4857260a3c364445da53eaf6 [2022-03-25T14:25:19.556Z] #37 CACHED [2022-03-25T14:25:19.556Z] [2022-03-25T14:25:19.556Z] #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-25T14:25:19.556Z] #38 sha256:9fce773b866c566f18403cc49037e24a8d17ca1d115a8037da45382635ae73bf [2022-03-25T14:25:19.556Z] #38 CACHED [2022-03-25T14:25:19.556Z] [2022-03-25T14:25:19.556Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-25T14:25:19.556Z] #40 sha256:abefe783268cdb831cbaad95f277d9c99c2a9f7320a0d6533da4c8242103989d [2022-03-25T14:25:19.556Z] #40 CACHED [2022-03-25T14:25:19.556Z] [2022-03-25T14:25:19.556Z] #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-25T14:25:19.556Z] #41 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:25:19.556Z] #41 CACHED [2022-03-25T14:25:19.556Z] [2022-03-25T14:25:19.556Z] #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-25T14:25:19.556Z] #43 sha256:009b2fcedd65be913d92fe71222460306f8961e8ec3b3c700d0ccf5f2d99e572 [2022-03-25T14:25:19.556Z] #43 CACHED [2022-03-25T14:25:19.556Z] [2022-03-25T14:25:19.556Z] #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-25T14:25:19.556Z] #45 sha256:337eb1f55c4d6697f50c61f322df3db5ec8a9afbc9295cc0480eb9d78ac43ed5 [2022-03-25T14:25:19.556Z] #45 1.620 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-25T14:25:19.556Z] #45 1.676 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-25T14:25:19.556Z] #45 1.678 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-25T14:25:19.556Z] #45 1.906 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-25T14:25:19.556Z] #45 2.221 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-25T14:25:19.556Z] #45 2.584 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-25T14:25:19.556Z] #45 3.057 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-25T14:25:19.556Z] #45 3.533 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-25T14:25:19.556Z] #45 4.009 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [125 kB] [2022-03-25T14:25:19.556Z] #45 4.010 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [117 kB] [2022-03-25T14:25:19.556Z] #45 4.010 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-03-25T14:25:19.556Z] #45 4.012 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-03-25T14:25:19.556Z] #45 4.019 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-03-25T14:25:19.556Z] #45 4.305 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-25T14:25:19.556Z] #45 4.309 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-25T14:25:19.556Z] #45 4.317 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-25T14:25:19.556Z] #45 4.318 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-25T14:25:19.556Z] #45 4.318 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-25T14:25:19.562Z] #14 89.59 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-25T14:25:19.562Z] #14 89.59 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:25:19.562Z] #14 89.60 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:25:20.167Z] #21 4.038 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:25:22.127Z] #45 ... [2022-03-25T14:25:22.127Z] [2022-03-25T14:25:22.127Z] #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-25T14:25:22.127Z] #65 sha256:8b556b2fe55bcd670c2a64e1748d56b5327c8acbc506b533184f63ca24fd942d [2022-03-25T14:25:22.127Z] #65 1.534 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-25T14:25:22.127Z] #65 1.677 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-25T14:25:22.127Z] #65 1.700 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-25T14:25:22.127Z] #65 1.722 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-25T14:25:22.127Z] #65 2.046 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-25T14:25:22.127Z] #65 2.394 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-25T14:25:22.127Z] #65 2.938 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-25T14:25:22.127Z] #65 3.506 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-25T14:25:22.127Z] #65 4.001 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-03-25T14:25:22.127Z] #65 4.006 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [125 kB] [2022-03-25T14:25:22.127Z] #65 4.008 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [117 kB] [2022-03-25T14:25:22.127Z] #65 4.012 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-03-25T14:25:22.127Z] #65 4.018 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-03-25T14:25:22.127Z] #65 4.116 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-25T14:25:22.127Z] #65 4.121 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-25T14:25:22.127Z] #65 4.123 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-25T14:25:22.127Z] #65 4.124 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-25T14:25:22.127Z] #65 4.124 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-25T14:25:22.127Z] #65 ... [2022-03-25T14:25:22.127Z] [2022-03-25T14:25:22.127Z] #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-25T14:25:22.127Z] #20 sha256:daf539fd5975f8d6aa1b52723a6548244f67d5531c0a02c4a5f8e18ec1288dfe [2022-03-25T14:25:22.127Z] #20 1.502 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-25T14:25:22.127Z] #20 1.683 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-25T14:25:22.127Z] #20 1.684 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-25T14:25:22.127Z] #20 1.687 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-25T14:25:22.127Z] #20 1.995 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-25T14:25:22.127Z] #20 2.382 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-25T14:25:22.127Z] #20 2.862 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-25T14:25:22.127Z] #20 3.306 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-25T14:25:22.127Z] #20 3.786 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-03-25T14:25:22.127Z] #20 3.794 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-03-25T14:25:22.127Z] #20 3.809 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [125 kB] [2022-03-25T14:25:22.127Z] #20 3.811 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [117 kB] [2022-03-25T14:25:22.127Z] #20 3.834 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-03-25T14:25:22.127Z] #20 3.957 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-25T14:25:22.127Z] #20 3.962 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-25T14:25:22.127Z] #20 3.966 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-25T14:25:22.127Z] #20 3.966 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-25T14:25:22.127Z] #20 3.968 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-25T14:25:23.451Z] #21 7.008 Fetched 8508 kB in 6s (1416 kB/s) [2022-03-25T14:25:23.752Z] #14 ... [2022-03-25T14:25:23.752Z] [2022-03-25T14:25:23.752Z] #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-25T14:25:23.752Z] #63 sha256:75fed50949f3cedd7f1b48cf3e2de8ec1cad65833171b85389e3ef9a6b49315a [2022-03-25T14:25:23.752Z] #63 93.35 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-25T14:25:23.752Z] #63 93.35 + GOBIN=/build [2022-03-25T14:25:23.752Z] #63 93.35 + GO111MODULE=on [2022-03-25T14:25:23.752Z] #63 93.35 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:25:24.020Z] #21 7.008 Reading package lists... [2022-03-25T14:25:24.020Z] #21 ... [2022-03-25T14:25:24.020Z] [2022-03-25T14:25:24.020Z] #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-25T14:25:24.020Z] #56 sha256:1102e02e5d383a542f03ca6b792672cca11f204cce95432292a898e367517de6 [2022-03-25T14:25:24.020Z] #56 10.65 + cd /tmp/tmp.uiVBjDFmDF/src/github.com/opencontainers/runc [2022-03-25T14:25:24.020Z] #56 10.66 + git checkout -q v1.1.0 [2022-03-25T14:25:24.020Z] #56 11.08 + '[' -z '' ']' [2022-03-25T14:25:24.020Z] #56 11.08 + target=static [2022-03-25T14:25:24.020Z] #56 11.08 + make BUILDTAGS=seccomp static [2022-03-25T14:25:24.020Z] #56 11.42 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-25T14:25:27.944Z] #63 ... [2022-03-25T14:25:27.944Z] [2022-03-25T14:25:27.944Z] #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-25T14:25:27.944Z] #14 sha256:9d0bac80c09d498137b30378bf66e98e4bb6218960c227664c035a9ce1accd40 [2022-03-25T14:25:27.944Z] #14 94.14 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-25T14:25:27.944Z] #14 94.15 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-25T14:25:27.944Z] #14 94.16 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-25T14:25:27.944Z] #14 94.28 Selecting previously unselected package libapparmor1:amd64. [2022-03-25T14:25:27.944Z] #14 94.29 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-25T14:25:27.944Z] #14 94.29 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-25T14:25:27.944Z] #14 94.41 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-25T14:25:27.944Z] #14 94.41 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-25T14:25:27.944Z] #14 94.42 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-25T14:25:27.944Z] #14 94.54 Selecting previously unselected package libbtrfs0:amd64. [2022-03-25T14:25:27.944Z] #14 94.55 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 94.55 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:25:27.945Z] #14 94.71 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-25T14:25:27.945Z] #14 94.73 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 94.73 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:25:27.945Z] #14 94.91 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-25T14:25:27.945Z] #14 94.92 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 94.93 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:27.945Z] #14 94.98 Selecting previously unselected package libudev-dev:amd64. [2022-03-25T14:25:27.945Z] #14 94.98 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 95.03 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-25T14:25:27.945Z] #14 95.14 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-25T14:25:27.945Z] #14 95.14 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 95.15 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-25T14:25:27.945Z] #14 95.38 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-25T14:25:27.945Z] #14 95.38 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 95.39 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-25T14:25:27.945Z] #14 95.56 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-25T14:25:27.945Z] #14 95.57 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 95.58 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-25T14:25:27.945Z] #14 95.74 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-25T14:25:27.945Z] #14 95.75 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 95.76 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-25T14:25:27.945Z] #14 95.82 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-25T14:25:27.945Z] #14 95.84 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 95.84 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-25T14:25:27.945Z] #14 96.27 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-25T14:25:27.945Z] #14 96.27 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 96.29 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-25T14:25:27.945Z] #14 96.50 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-25T14:25:27.945Z] #14 96.50 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 96.51 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:27.945Z] #14 96.58 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-25T14:25:27.945Z] #14 96.59 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 96.60 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-25T14:25:27.945Z] #14 96.73 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-25T14:25:27.945Z] #14 96.74 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-25T14:25:27.945Z] #14 96.74 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-25T14:25:27.945Z] #14 97.17 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-25T14:25:27.945Z] #14 97.18 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-25T14:25:27.945Z] #14 97.20 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-25T14:25:27.945Z] #14 97.22 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-25T14:25:27.945Z] #14 97.24 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-25T14:25:27.945Z] #14 97.26 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-25T14:25:27.945Z] #14 97.27 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:25:27.945Z] #14 97.29 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-25T14:25:27.945Z] #14 97.30 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-25T14:25:27.945Z] #14 97.31 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-25T14:25:27.945Z] #14 97.32 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-25T14:25:27.945Z] #14 97.34 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:25:27.945Z] #14 97.35 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-25T14:25:27.945Z] #14 97.36 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-25T14:25:27.945Z] #14 97.37 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-25T14:25:27.945Z] #14 97.39 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-25T14:25:27.945Z] #14 97.40 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-25T14:25:27.945Z] #14 97.41 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-25T14:25:27.945Z] #14 97.42 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-25T14:25:27.945Z] #14 97.43 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-25T14:25:27.945Z] #14 97.44 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:25:27.945Z] #14 97.46 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-25T14:25:27.945Z] #14 97.46 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:25:27.945Z] #14 97.47 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-25T14:25:27.945Z] #14 97.49 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-25T14:25:27.945Z] #14 97.50 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:25:27.945Z] #14 97.51 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-25T14:25:27.945Z] #14 97.52 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:25:27.945Z] #14 97.53 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-25T14:25:27.945Z] #14 97.55 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:27.945Z] #14 97.56 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-25T14:25:27.945Z] #14 97.58 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:27.945Z] #14 97.59 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:27.945Z] #14 97.61 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:25:27.945Z] #14 DONE 98.4s [2022-03-25T14:25:28.205Z] [2022-03-25T14:25:28.205Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-25T14:25:28.205Z] #55 sha256:1c2350ddf184e3abc1c83fabc7a13f74b10138664b24e1c3b9c7a313930e2fec [2022-03-25T14:25:28.205Z] #55 DONE 0.3s [2022-03-25T14:25:28.205Z] [2022-03-25T14:25:28.205Z] #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-25T14:25:28.205Z] #56 sha256:f91da8ec1accce5cd2b44e4a77864fe06e2c35ea5d54cb353bd5527e4b3b8e5d [2022-03-25T14:25:28.596Z] ok github.com/docker/docker/cmd/dockerd 0.052s coverage: 29.3% of statements [2022-03-25T14:25:28.597Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-03-25T14:25:28.597Z] ok github.com/docker/docker/cmd/dockerd/trap 2.372s coverage: 0.0% of statements [2022-03-25T14:25:28.597Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-25T14:25:28.597Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-25T14:25:28.597Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-25T14:25:28.597Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-25T14:25:28.597Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-25T14:25:28.773Z] #56 ... [2022-03-25T14:25:28.773Z] [2022-03-25T14:25:28.773Z] #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-25T14:25:28.773Z] #63 sha256:75fed50949f3cedd7f1b48cf3e2de8ec1cad65833171b85389e3ef9a6b49315a [2022-03-25T14:25:28.773Z] #63 98.54 rootlesskit version 0.14.6 [2022-03-25T14:25:28.773Z] #63 98.54 Usage of /build/rootlesskit-docker-proxy: [2022-03-25T14:25:28.773Z] #63 98.54 -container-ip string [2022-03-25T14:25:28.773Z] #63 98.54 container ip [2022-03-25T14:25:28.773Z] #63 98.54 -container-port int [2022-03-25T14:25:28.773Z] #63 98.54 container port (default -1) [2022-03-25T14:25:28.773Z] #63 98.54 -host-ip string [2022-03-25T14:25:28.773Z] #63 98.54 host ip [2022-03-25T14:25:28.773Z] #63 98.54 -host-port int [2022-03-25T14:25:28.773Z] #63 98.54 host port (default -1) [2022-03-25T14:25:28.773Z] #63 98.54 -proto string [2022-03-25T14:25:28.773Z] #63 98.54 proxy protocol (default "tcp") [2022-03-25T14:25:28.773Z] #63 DONE 98.8s [2022-03-25T14:25:29.033Z] [2022-03-25T14:25:29.033Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-25T14:25:29.033Z] #64 sha256:15bb1a272045a3fca967aa52e63797c1b766736c061011edae96578e7f592f0e [2022-03-25T14:25:29.033Z] #64 DONE 0.1s [2022-03-25T14:25:29.033Z] [2022-03-25T14:25:29.033Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-25T14:25:29.033Z] #65 sha256:434395e917e7aa501bf87e2637a4f09bfb12b3acc016d1a21c37490b8b91658c [2022-03-25T14:25:29.033Z] #65 DONE 0.1s [2022-03-25T14:25:29.033Z] [2022-03-25T14:25:29.033Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-25T14:25:29.033Z] #15 sha256:c505cf88f2c11a477c01732985c980b7a4bad2f2e925564d96038ac347e7697a [2022-03-25T14:25:29.288Z] #56 ... [2022-03-25T14:25:29.288Z] [2022-03-25T14:25:29.288Z] #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-25T14:25:29.288Z] #21 sha256:2322007b70694bf875c7e5fe4e24cea61a831995892f3eb8bda0425b95d831bf [2022-03-25T14:25:29.288Z] #21 7.008 Reading package lists... [2022-03-25T14:25:29.288Z] #21 9.557 Reading package lists... [2022-03-25T14:25:29.288Z] #21 11.94 Building dependency tree... [2022-03-25T14:25:29.288Z] #21 12.47 Reading state information... [2022-03-25T14:25:29.288Z] #21 13.09 The following additional packages will be installed: [2022-03-25T14:25:29.288Z] #21 13.09 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-25T14:25:29.288Z] #21 13.09 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-25T14:25:29.288Z] #21 13.10 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-25T14:25:29.288Z] #21 13.11 python3-pkg-resources vim-runtime xxd [2022-03-25T14:25:29.288Z] #21 13.11 Suggested packages: [2022-03-25T14:25:29.288Z] #21 13.11 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-25T14:25:29.288Z] #21 13.11 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-25T14:25:29.288Z] #21 13.11 acl attr quota [2022-03-25T14:25:29.288Z] #21 13.11 Recommended packages: [2022-03-25T14:25:29.288Z] #21 13.11 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-25T14:25:30.663Z] #21 14.31 The following NEW packages will be installed: [2022-03-25T14:25:30.663Z] #21 14.31 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-25T14:25:30.663Z] #21 14.33 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-25T14:25:30.663Z] #21 14.33 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-25T14:25:30.663Z] #21 14.33 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-25T14:25:30.663Z] #21 14.33 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-25T14:25:30.663Z] #21 14.33 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-25T14:25:30.663Z] #21 14.33 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-25T14:25:30.663Z] #21 14.33 xz-utils zip zstd [2022-03-25T14:25:30.921Z] #21 14.66 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:25:30.921Z] #21 14.66 Need to get 27.6 MB of archives. [2022-03-25T14:25:30.921Z] #21 14.66 After this operation, 106 MB of additional disk space will be used. [2022-03-25T14:25:30.921Z] #21 14.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-25T14:25:30.921Z] #21 14.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-25T14:25:30.921Z] #21 14.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-25T14:25:30.921Z] #21 14.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-25T14:25:30.921Z] #21 14.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-25T14:25:30.921Z] #21 14.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-25T14:25:30.921Z] #21 14.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-25T14:25:30.921Z] #21 14.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-25T14:25:30.921Z] #21 14.87 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-25T14:25:31.179Z] #21 14.88 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-25T14:25:31.179Z] #21 14.88 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-25T14:25:31.179Z] #21 14.90 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-25T14:25:31.179Z] #21 14.91 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-25T14:25:31.179Z] #21 14.92 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-25T14:25:31.179Z] #21 14.94 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-25T14:25:31.179Z] #21 14.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-25T14:25:31.179Z] #21 14.95 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-25T14:25:31.179Z] #21 14.95 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-25T14:25:31.179Z] #21 14.96 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-25T14:25:31.179Z] #21 14.96 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-25T14:25:31.179Z] #21 14.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-25T14:25:31.179Z] #21 14.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-25T14:25:31.179Z] #21 14.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-25T14:25:31.179Z] #21 14.99 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-25T14:25:31.179Z] #21 14.99 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-25T14:25:31.179Z] #21 14.99 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-25T14:25:31.179Z] #21 14.99 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-25T14:25:31.336Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:25:31.336Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:25:31.336Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:25:31.336Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:25:31.336Z] [2022-03-25T14:25:31.336Z] + TEST_INTEGRATION_DEST=2 [2022-03-25T14:25:31.336Z] + CONTAINER_NAME=docker-pr3-2 [2022-03-25T14:25:31.336Z] + TEST_SKIP_INTEGRATION=1 [2022-03-25T14:25:31.336Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-25T14:25:31.336Z] + run_tests [2022-03-25T14:25:31.336Z] + c=0 [2022-03-25T14:25:31.336Z] + '[' -n 0 ']' [2022-03-25T14:25:31.336Z] + rm= [2022-03-25T14:25:31.336Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43378/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43378/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh '' test-integration [2022-03-25T14:25:31.336Z] ++ jobs -p [2022-03-25T14:25:31.336Z] + TEST_INTEGRATION_DEST=3 [2022-03-25T14:25:31.336Z] + CONTAINER_NAME=docker-pr3-3 [2022-03-25T14:25:31.336Z] + TEST_SKIP_INTEGRATION=1 [2022-03-25T14:25:31.336Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-25T14:25:31.336Z] + run_tests [2022-03-25T14:25:31.336Z] + for job in $(jobs -p) [2022-03-25T14:25:31.336Z] + wait 13743 [2022-03-25T14:25:31.336Z] + '[' -n 0 ']' [2022-03-25T14:25:31.336Z] + rm= [2022-03-25T14:25:31.336Z] + TEST_INTEGRATION_DEST=1 [2022-03-25T14:25:31.336Z] + CONTAINER_NAME=docker-pr3-1 [2022-03-25T14:25:31.336Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-25T14:25:31.336Z] + run_tests test-integration-flaky [2022-03-25T14:25:31.336Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43378/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43378/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh '' test-integration [2022-03-25T14:25:31.336Z] + '[' -n 0 ']' [2022-03-25T14:25:31.336Z] + rm= [2022-03-25T14:25:31.336Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43378/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43378/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh test-integration-flaky test-integration [2022-03-25T14:25:31.336Z] [2022-03-25T14:25:31.336Z] [2022-03-25T14:25:31.336Z] [2022-03-25T14:25:31.336Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-25T14:25:31.336Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-25T14:25:31.336Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-25T14:25:31.336Z] HOSTNAME=d33df0f0b38b [2022-03-25T14:25:31.336Z] TEST_SKIP_INTEGRATION=1 [2022-03-25T14:25:31.336Z] TESTDEBUG=0 [2022-03-25T14:25:31.336Z] DEST=bundles/test-integration [2022-03-25T14:25:31.336Z] PWD=/go/src/github.com/docker/docker [2022-03-25T14:25:31.336Z] KEEPBUNDLE=1 [2022-03-25T14:25:31.336Z] DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:25:31.336Z] container=docker [2022-03-25T14:25:31.336Z] HOME=/root [2022-03-25T14:25:31.336Z] GOLANG_VERSION=1.18 [2022-03-25T14:25:31.336Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-25T14:25:31.336Z] VALIDATE_BRANCH=master [2022-03-25T14:25:31.336Z] TERM=xterm [2022-03-25T14:25:31.336Z] DOCKER_PKG=github.com/docker/docker [2022-03-25T14:25:31.336Z] SHLVL=1 [2022-03-25T14:25:31.336Z] TIMEOUT=120m [2022-03-25T14:25:31.336Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-25T14:25:31.336Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-25T14:25:31.336Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-25T14:25:31.336Z] GO111MODULE=off [2022-03-25T14:25:31.336Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-25T14:25:31.336Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-25T14:25:31.336Z] GOPATH=/go [2022-03-25T14:25:31.336Z] PKG_CONFIG=pkg-config [2022-03-25T14:25:31.336Z] _=/usr/bin/env [2022-03-25T14:25:31.336Z] Building test suite binary ./integration-cli/test.main [2022-03-25T14:25:31.336Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-25T14:25:31.336Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-25T14:25:31.336Z] HOSTNAME=b4c63c1df3a5 [2022-03-25T14:25:31.336Z] TEST_SKIP_INTEGRATION=1 [2022-03-25T14:25:31.336Z] TESTDEBUG=0 [2022-03-25T14:25:31.336Z] DEST=bundles/test-integration [2022-03-25T14:25:31.336Z] PWD=/go/src/github.com/docker/docker [2022-03-25T14:25:31.336Z] KEEPBUNDLE=1 [2022-03-25T14:25:31.336Z] DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:25:31.336Z] container=docker [2022-03-25T14:25:31.336Z] HOME=/root [2022-03-25T14:25:31.336Z] GOLANG_VERSION=1.18 [2022-03-25T14:25:31.336Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-25T14:25:31.336Z] VALIDATE_BRANCH=master [2022-03-25T14:25:31.336Z] TERM=xterm [2022-03-25T14:25:31.336Z] DOCKER_PKG=github.com/docker/docker [2022-03-25T14:25:31.336Z] SHLVL=1 [2022-03-25T14:25:31.336Z] TIMEOUT=120m [2022-03-25T14:25:31.336Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-25T14:25:31.336Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-25T14:25:31.336Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-25T14:25:31.336Z] GO111MODULE=off [2022-03-25T14:25:31.336Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-25T14:25:31.336Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-25T14:25:31.336Z] GOPATH=/go [2022-03-25T14:25:31.336Z] PKG_CONFIG=pkg-config [2022-03-25T14:25:31.336Z] _=/usr/bin/env [2022-03-25T14:25:31.336Z] Building test suite binary ./integration-cli/test.main [2022-03-25T14:25:31.336Z] No new tests added to integration. [2022-03-25T14:25:31.336Z] [2022-03-25T14:25:31.336Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-25T14:25:31.336Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-25T14:25:31.336Z] HOSTNAME=691682e86b5a [2022-03-25T14:25:31.336Z] TESTDEBUG=0 [2022-03-25T14:25:31.336Z] DEST=bundles/test-integration [2022-03-25T14:25:31.336Z] PWD=/go/src/github.com/docker/docker [2022-03-25T14:25:31.336Z] KEEPBUNDLE=1 [2022-03-25T14:25:31.336Z] DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:25:31.336Z] container=docker [2022-03-25T14:25:31.336Z] HOME=/root [2022-03-25T14:25:31.336Z] GOLANG_VERSION=1.18 [2022-03-25T14:25:31.336Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-25T14:25:31.336Z] VALIDATE_BRANCH=master [2022-03-25T14:25:31.336Z] TERM=xterm [2022-03-25T14:25:31.336Z] DOCKER_PKG=github.com/docker/docker [2022-03-25T14:25:31.336Z] SHLVL=1 [2022-03-25T14:25:31.336Z] TIMEOUT=120m [2022-03-25T14:25:31.336Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-25T14:25:31.336Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-25T14:25:31.336Z] GO111MODULE=off [2022-03-25T14:25:31.336Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-25T14:25:31.336Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-25T14:25:31.336Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-25T14:25:31.336Z] GOPATH=/go [2022-03-25T14:25:31.336Z] PKG_CONFIG=pkg-config [2022-03-25T14:25:31.336Z] _=/usr/bin/env [2022-03-25T14:25:31.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-25T14:25:31.437Z] #21 15.26 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-25T14:25:31.437Z] #21 15.26 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-25T14:25:31.437Z] #21 15.26 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-25T14:25:31.437Z] #21 15.26 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-25T14:25:31.437Z] #21 15.27 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-25T14:25:31.437Z] #21 15.27 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-25T14:25:31.437Z] #21 15.28 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-25T14:25:31.437Z] #21 15.35 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-25T14:25:31.437Z] #21 15.36 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-25T14:25:31.437Z] #21 15.37 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-25T14:25:31.568Z] #15 DONE 3.3s [2022-03-25T14:25:31.568Z] [2022-03-25T14:25:31.568Z] #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-25T14:25:31.568Z] #16 sha256:e5f2e9df0889fbd308f1e94d16609c02dc1e378e4267bba0097132799a7dfd14 [2022-03-25T14:25:31.697Z] #21 15.37 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-25T14:25:31.697Z] #21 15.39 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-25T14:25:31.697Z] #21 15.39 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-25T14:25:31.697Z] #21 15.40 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-25T14:25:31.697Z] #21 15.44 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-25T14:25:31.697Z] #21 15.46 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-25T14:25:31.697Z] #21 15.46 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-25T14:25:31.697Z] #21 15.66 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-25T14:25:31.956Z] #21 15.71 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-25T14:25:31.956Z] #21 15.73 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-25T14:25:31.956Z] #21 15.74 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-25T14:25:32.102Z] #20 18.53 Fetched 40.4 MB in 17s (2316 kB/s) [2022-03-25T14:25:32.102Z] #20 18.53 Reading package lists... [2022-03-25T14:25:32.102Z] #20 ... [2022-03-25T14:25:32.102Z] [2022-03-25T14:25:32.102Z] #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-25T14:25:32.102Z] #65 sha256:8b556b2fe55bcd670c2a64e1748d56b5327c8acbc506b533184f63ca24fd942d [2022-03-25T14:25:32.102Z] #65 18.76 Fetched 40.4 MB in 17s (2313 kB/s) [2022-03-25T14:25:32.523Z] #21 16.31 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:25:32.783Z] #21 16.43 Fetched 27.6 MB in 1s (19.9 MB/s) [2022-03-25T14:25:32.783Z] #21 16.50 Selecting previously unselected package pigz. [2022-03-25T14:25:32.783Z] #21 16.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-25T14:25:32.783Z] #21 16.57 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-25T14:25:32.783Z] #21 16.57 Unpacking pigz (2.6-1) ... [2022-03-25T14:25:33.041Z] #21 16.67 Selecting previously unselected package libelf1:amd64. [2022-03-25T14:25:33.041Z] #21 16.67 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-25T14:25:33.041Z] #21 16.68 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-25T14:25:33.041Z] #21 16.82 Selecting previously unselected package libbpf0:amd64. [2022-03-25T14:25:33.041Z] #21 16.82 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-25T14:25:33.041Z] #21 16.83 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-25T14:25:33.300Z] #21 16.97 Selecting previously unselected package libcap2:amd64. [2022-03-25T14:25:33.301Z] #21 16.99 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-25T14:25:33.301Z] #21 16.99 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-25T14:25:33.301Z] #21 17.05 Selecting previously unselected package libmnl0:amd64. [2022-03-25T14:25:33.301Z] #21 17.07 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-25T14:25:33.301Z] #21 17.07 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-25T14:25:33.301Z] #21 17.15 Selecting previously unselected package libxtables12:amd64. [2022-03-25T14:25:33.301Z] #21 17.16 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-25T14:25:33.559Z] #21 17.17 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-25T14:25:33.559Z] #21 17.24 Selecting previously unselected package libcap2-bin. [2022-03-25T14:25:33.559Z] #21 17.24 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-25T14:25:33.559Z] #21 17.25 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-25T14:25:33.559Z] #21 17.35 Selecting previously unselected package iproute2. [2022-03-25T14:25:33.559Z] #21 17.37 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-25T14:25:33.559Z] #21 17.37 Unpacking iproute2 (5.10.0-4) ... [2022-03-25T14:25:33.819Z] #21 ... [2022-03-25T14:25:33.819Z] [2022-03-25T14:25:33.819Z] #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-25T14:25:33.819Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:25:33.819Z] #34 DONE 122.2s [2022-03-25T14:25:33.861Z] ok github.com/docker/docker/daemon/cluster 0.063s coverage: 0.5% of statements [2022-03-25T14:25:34.078Z] [2022-03-25T14:25:34.078Z] #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-25T14:25:34.078Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:25:34.104Z] #16 DONE 2.9s [2022-03-25T14:25:34.104Z] [2022-03-25T14:25:34.104Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-25T14:25:34.104Z] #17 sha256:6c3017b824fd9d20795004b28106b57a45cfc30e5b1a1affc2c4a76c5e855540 [2022-03-25T14:25:34.337Z] #43 ... [2022-03-25T14:25:34.337Z] [2022-03-25T14:25:34.337Z] #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-25T14:25:34.337Z] #21 sha256:2322007b70694bf875c7e5fe4e24cea61a831995892f3eb8bda0425b95d831bf [2022-03-25T14:25:34.337Z] #21 17.96 Selecting previously unselected package xxd. [2022-03-25T14:25:34.337Z] #21 17.96 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:25:34.337Z] #21 17.98 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:34.337Z] #21 18.13 Selecting previously unselected package vim-common. [2022-03-25T14:25:34.337Z] #21 18.13 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:25:34.337Z] #21 18.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:34.435Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2022-03-25T14:25:34.596Z] #21 18.41 Selecting previously unselected package bash-completion. [2022-03-25T14:25:34.596Z] #21 18.41 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-25T14:25:35.812Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2022-03-25T14:25:36.500Z] #21 20.27 Unpacking bash-completion (1:2.11-2) ... [2022-03-25T14:25:36.638Z] #17 ... [2022-03-25T14:25:36.638Z] [2022-03-25T14:25:36.638Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-25T14:25:36.638Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-25T14:25:36.638Z] #68 CACHED [2022-03-25T14:25:36.638Z] [2022-03-25T14:25:36.638Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-25T14:25:36.638Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-25T14:25:36.638Z] #70 CACHED [2022-03-25T14:25:36.638Z] [2022-03-25T14:25:36.638Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-25T14:25:36.638Z] #17 sha256:6c3017b824fd9d20795004b28106b57a45cfc30e5b1a1affc2c4a76c5e855540 [2022-03-25T14:25:36.638Z] #17 2.417 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-25T14:25:36.638Z] #17 DONE 2.4s [2022-03-25T14:25:36.638Z] [2022-03-25T14:25:36.638Z] #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-25T14:25:36.638Z] #56 sha256:f91da8ec1accce5cd2b44e4a77864fe06e2c35ea5d54cb353bd5527e4b3b8e5d [2022-03-25T14:25:36.638Z] #56 3.253 + RM_GOPATH=0 [2022-03-25T14:25:36.638Z] #56 3.253 + TMP_GOPATH= [2022-03-25T14:25:36.638Z] #56 3.253 + : /build [2022-03-25T14:25:36.638Z] #56 3.253 + '[' -z '' ']' [2022-03-25T14:25:36.638Z] #56 3.253 ++ mktemp -d [2022-03-25T14:25:36.638Z] #56 3.253 + export GOPATH=/tmp/tmp.99nIT4KkUE [2022-03-25T14:25:36.638Z] #56 3.253 + GOPATH=/tmp/tmp.99nIT4KkUE [2022-03-25T14:25:36.638Z] #56 3.253 + RM_GOPATH=1 [2022-03-25T14:25:36.638Z] #56 3.253 + case "$(go env GOARCH)" in [2022-03-25T14:25:36.638Z] #56 3.253 ++ go env GOARCH [2022-03-25T14:25:36.638Z] #56 3.301 Install runc version v1.1.0 (build tags: seccomp) [2022-03-25T14:25:36.638Z] #56 3.301 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:36.638Z] #56 3.301 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:36.638Z] #56 3.301 ++ dirname /install.sh [2022-03-25T14:25:36.638Z] #56 3.301 + dir=/ [2022-03-25T14:25:36.638Z] #56 3.301 + bin=runc [2022-03-25T14:25:36.638Z] #56 3.301 + shift [2022-03-25T14:25:36.638Z] #56 3.301 + '[' '!' -f //runc.installer ']' [2022-03-25T14:25:36.638Z] #56 3.301 + . //runc.installer [2022-03-25T14:25:36.638Z] #56 3.301 ++ set -e [2022-03-25T14:25:36.638Z] #56 3.301 ++ : v1.1.0 [2022-03-25T14:25:36.638Z] #56 3.301 + install_runc [2022-03-25T14:25:36.638Z] #56 3.301 + RUNC_BUILDTAGS=seccomp [2022-03-25T14:25:36.638Z] #56 3.301 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-25T14:25:36.638Z] #56 3.301 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.99nIT4KkUE/src/github.com/opencontainers/runc [2022-03-25T14:25:36.638Z] #56 3.301 Cloning into '/tmp/tmp.99nIT4KkUE/src/github.com/opencontainers/runc'... [2022-03-25T14:25:36.759Z] #21 20.63 Selecting previously unselected package bzip2. [2022-03-25T14:25:36.759Z] #21 20.64 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-25T14:25:36.759Z] #21 20.65 Unpacking bzip2 (1.0.8-4) ... [2022-03-25T14:25:36.759Z] #21 20.73 Selecting previously unselected package xz-utils. [2022-03-25T14:25:37.019Z] #21 20.73 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-25T14:25:37.019Z] #21 20.74 Unpacking xz-utils (5.2.5-2) ... [2022-03-25T14:25:37.019Z] #21 20.87 Selecting previously unselected package apparmor. [2022-03-25T14:25:37.278Z] #21 20.88 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-25T14:25:37.278Z] #21 20.94 Unpacking apparmor (2.13.6-10) ... [2022-03-25T14:25:37.538Z] #21 21.31 Selecting previously unselected package inetutils-ping. [2022-03-25T14:25:37.538Z] #21 21.31 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-25T14:25:37.538Z] #21 21.32 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-25T14:25:37.538Z] #21 21.44 Selecting previously unselected package libip4tc2:amd64. [2022-03-25T14:25:37.797Z] #21 21.44 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-25T14:25:37.797Z] #21 21.44 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-25T14:25:37.797Z] #21 21.52 Selecting previously unselected package libip6tc2:amd64. [2022-03-25T14:25:37.797Z] #21 21.52 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-25T14:25:37.797Z] #21 21.53 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-25T14:25:37.797Z] #21 21.59 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-25T14:25:37.797Z] #21 21.59 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-25T14:25:37.797Z] #21 21.61 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-25T14:25:37.797Z] #21 21.67 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-25T14:25:37.797Z] #21 21.68 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-25T14:25:37.797Z] #21 21.68 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-25T14:25:38.015Z] #56 ... [2022-03-25T14:25:38.015Z] [2022-03-25T14:25:38.015Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-25T14:25:38.015Z] #18 sha256:4dd6ce380dd536bd07ae44eb4322ad04bd1f19950b261d272e85179f7319129e [2022-03-25T14:25:38.015Z] #18 DONE 1.6s [2022-03-25T14:25:38.056Z] #21 21.74 Selecting previously unselected package libnftnl11:amd64. [2022-03-25T14:25:38.057Z] #21 21.75 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-25T14:25:38.057Z] #21 21.76 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-25T14:25:38.057Z] #21 21.82 Selecting previously unselected package iptables. [2022-03-25T14:25:38.057Z] #21 21.83 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-25T14:25:38.057Z] #21 21.84 Unpacking iptables (1.8.7-1) ... [2022-03-25T14:25:38.274Z] [2022-03-25T14:25:38.275Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-25T14:25:38.275Z] #19 sha256:e9f05ab2af674ce426c52419e26426100a80ef44e1fa94d3dd9573a93e3f0813 [2022-03-25T14:25:38.316Z] #21 22.04 Selecting previously unselected package libonig5:amd64. [2022-03-25T14:25:38.316Z] #21 22.06 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-25T14:25:38.316Z] #21 22.07 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:25:38.316Z] #21 22.20 Selecting previously unselected package libjq1:amd64. [2022-03-25T14:25:38.316Z] #21 22.20 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-25T14:25:38.316Z] #21 22.21 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:25:38.576Z] #21 22.32 Selecting previously unselected package jq. [2022-03-25T14:25:38.576Z] #21 22.32 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-25T14:25:38.576Z] #21 22.33 Unpacking jq (1.6-2.1) ... [2022-03-25T14:25:38.576Z] #21 22.44 Selecting previously unselected package libaio1:amd64. [2022-03-25T14:25:38.835Z] #21 22.44 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-25T14:25:38.835Z] #21 22.45 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-25T14:25:38.835Z] #21 22.50 Selecting previously unselected package libgpm2:amd64. [2022-03-25T14:25:38.835Z] #21 22.51 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-25T14:25:38.835Z] #21 22.52 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-25T14:25:38.835Z] #21 22.59 Selecting previously unselected package libicu67:amd64. [2022-03-25T14:25:38.835Z] #21 22.61 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-25T14:25:38.835Z] #21 22.61 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-25T14:25:39.757Z] #19 DONE 1.6s [2022-03-25T14:25:39.757Z] [2022-03-25T14:25:39.757Z] #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-25T14:25:39.757Z] #56 sha256:f91da8ec1accce5cd2b44e4a77864fe06e2c35ea5d54cb353bd5527e4b3b8e5d [2022-03-25T14:25:39.757Z] #56 11.52 + cd /tmp/tmp.99nIT4KkUE/src/github.com/opencontainers/runc [2022-03-25T14:25:39.757Z] #56 11.52 + git checkout -q v1.1.0 [2022-03-25T14:25:40.224Z] #65 18.76 Reading package lists... [2022-03-25T14:25:40.224Z] #65 ... [2022-03-25T14:25:40.224Z] [2022-03-25T14:25:40.224Z] #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-25T14:25:40.224Z] #20 sha256:daf539fd5975f8d6aa1b52723a6548244f67d5531c0a02c4a5f8e18ec1288dfe [2022-03-25T14:25:40.224Z] #20 18.53 Reading package lists... [2022-03-25T14:25:40.346Z] #56 12.13 + '[' -z '' ']' [2022-03-25T14:25:40.346Z] #56 12.13 + target=static [2022-03-25T14:25:40.346Z] #56 12.13 + make BUILDTAGS=seccomp static [2022-03-25T14:25:40.483Z] #20 27.66 Reading package lists... [2022-03-25T14:25:40.483Z] #20 ... [2022-03-25T14:25:40.483Z] [2022-03-25T14:25:40.483Z] #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-25T14:25:40.483Z] #45 sha256:337eb1f55c4d6697f50c61f322df3db5ec8a9afbc9295cc0480eb9d78ac43ed5 [2022-03-25T14:25:40.483Z] #45 18.68 Fetched 40.4 MB in 17s (2336 kB/s) [2022-03-25T14:25:40.483Z] #45 18.68 Reading package lists... [2022-03-25T14:25:40.605Z] #56 12.29 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-25T14:25:40.742Z] #45 27.61 Reading package lists... [2022-03-25T14:25:40.742Z] #45 ... [2022-03-25T14:25:40.742Z] [2022-03-25T14:25:40.742Z] #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-25T14:25:40.742Z] #65 sha256:8b556b2fe55bcd670c2a64e1748d56b5327c8acbc506b533184f63ca24fd942d [2022-03-25T14:25:40.742Z] #65 18.76 Reading package lists... [2022-03-25T14:25:41.174Z] #56 ... [2022-03-25T14:25:41.174Z] [2022-03-25T14:25:41.174Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-25T14:25:41.174Z] #20 sha256:3ec2c35bc748e4776ceab7babc9ba1eebed3e3d306f6907bf3e3fefee8a9153b [2022-03-25T14:25:41.174Z] #20 DONE 1.6s [2022-03-25T14:25:41.434Z] [2022-03-25T14:25:41.434Z] #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-25T14:25:41.434Z] #21 sha256:2322007b70694bf875c7e5fe4e24cea61a831995892f3eb8bda0425b95d831bf [2022-03-25T14:25:41.853Z] Fetching without tags [2022-03-25T14:25:42.125Z] #21 25.43 Selecting previously unselected package libinih1:amd64. [2022-03-25T14:25:42.125Z] #21 25.44 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-25T14:25:42.125Z] #21 25.44 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-25T14:25:42.125Z] #21 25.50 Selecting previously unselected package libnet1:amd64. [2022-03-25T14:25:42.125Z] #21 25.52 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-25T14:25:42.125Z] #21 25.52 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:25:42.125Z] #21 25.59 Selecting previously unselected package libnl-3-200:amd64. [2022-03-25T14:25:42.125Z] #21 25.61 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-25T14:25:42.125Z] #21 25.61 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:25:42.125Z] #21 25.69 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-25T14:25:42.125Z] #21 25.70 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-25T14:25:42.125Z] #21 25.72 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:25:42.125Z] #21 25.77 Selecting previously unselected package net-tools. [2022-03-25T14:25:42.125Z] #21 25.78 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-25T14:25:42.125Z] #21 25.79 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-25T14:25:42.125Z] #21 25.94 Selecting previously unselected package patch. [2022-03-25T14:25:42.125Z] #21 25.96 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-25T14:25:42.125Z] #21 25.97 Unpacking patch (2.7.6-7) ... [2022-03-25T14:25:41.430Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:25:41.508Z] > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10 [2022-03-25T14:25:41.585Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:25:41.742Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:25:41.895Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:25:41.895Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:25:41.898Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:25:42.370Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.8% of statements [2022-03-25T14:25:42.384Z] #21 26.06 Selecting previously unselected package python-pip-whl. [2022-03-25T14:25:42.384Z] #21 26.08 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-25T14:25:42.384Z] #21 26.08 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-25T14:25:42.744Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:25:42.937Z] ok github.com/docker/docker/daemon/config 0.028s coverage: 81.0% of statements [2022-03-25T14:25:42.952Z] #21 26.67 Selecting previously unselected package python3-lib2to3. [2022-03-25T14:25:42.953Z] #21 26.67 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-25T14:25:42.953Z] #21 26.68 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-25T14:25:42.953Z] #21 26.76 Selecting previously unselected package python3-distutils. [2022-03-25T14:25:42.953Z] #21 26.77 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-25T14:25:42.953Z] #21 26.78 Unpacking python3-distutils (3.9.2-1) ... [2022-03-25T14:25:42.953Z] #21 26.90 Selecting previously unselected package python3-pkg-resources. [2022-03-25T14:25:43.211Z] #21 26.91 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-25T14:25:43.211Z] #21 26.91 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:25:43.211Z] #21 27.03 Selecting previously unselected package python3-setuptools. [2022-03-25T14:25:43.212Z] #21 27.04 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-25T14:25:43.212Z] #21 27.04 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-25T14:25:43.340Z] #21 1.876 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-25T14:25:43.340Z] #21 1.906 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-25T14:25:43.470Z] #21 27.31 Selecting previously unselected package python3-wheel. [2022-03-25T14:25:43.504Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-25T14:25:43.598Z] #21 2.125 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-25T14:25:43.599Z] #21 2.342 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-25T14:25:43.730Z] #21 27.31 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-25T14:25:43.730Z] #21 27.32 Unpacking python3-wheel (0.34.2-1) ... [2022-03-25T14:25:43.730Z] #21 27.38 Selecting previously unselected package python3-pip. [2022-03-25T14:25:43.730Z] #21 27.39 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-25T14:25:43.730Z] #21 27.39 Unpacking python3-pip (20.3.4-4) ... [2022-03-25T14:25:43.989Z] #21 27.64 Selecting previously unselected package sudo. [2022-03-25T14:25:43.989Z] #21 27.64 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-25T14:25:43.989Z] #21 27.65 Unpacking sudo (1.9.5p2-3) ... [2022-03-25T14:25:44.071Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.1% of statements [2022-03-25T14:25:44.248Z] #21 28.13 Selecting previously unselected package thin-provisioning-tools. [2022-03-25T14:25:44.248Z] #21 28.13 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-25T14:25:44.248Z] #21 28.14 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-25T14:25:42.780Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:25:42.852Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:25:44.507Z] #21 28.35 Selecting previously unselected package uidmap. [2022-03-25T14:25:44.637Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.006s coverage: 4.3% of statements [2022-03-25T14:25:44.766Z] #21 28.36 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-25T14:25:44.767Z] #21 28.37 Unpacking uidmap (1:4.8.1-1) ... [2022-03-25T14:25:44.767Z] #21 28.50 Selecting previously unselected package vim-runtime. [2022-03-25T14:25:44.767Z] #21 28.50 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:25:44.767Z] #21 28.54 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-25T14:25:44.767Z] #21 28.56 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-25T14:25:44.767Z] #21 28.58 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:44.936Z] #65 27.75 Reading package lists... [2022-03-25T14:25:44.936Z] #65 ... [2022-03-25T14:25:44.936Z] [2022-03-25T14:25:44.936Z] #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-25T14:25:44.936Z] #70 sha256:807edce381892ea16f8677f7d79dac745749125c52150f223ebc9d15d4473b47 [2022-03-25T14:25:44.936Z] #70 28.84 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-25T14:25:44.936Z] #70 28.84 + GOBIN=/build [2022-03-25T14:25:44.936Z] #70 28.84 + GO111MODULE=on [2022-03-25T14:25:44.936Z] #70 28.84 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@b25a0bad15d664c4ee8885ba622569425e918a68 [2022-03-25T14:25:44.936Z] #70 32.34 rootlesskit version 0.14.6 [2022-03-25T14:25:44.936Z] #70 32.35 Usage of /build/rootlesskit-docker-proxy: [2022-03-25T14:25:44.936Z] #70 32.35 -container-ip string [2022-03-25T14:25:44.936Z] #70 32.35 container ip [2022-03-25T14:25:44.936Z] #70 32.35 -container-port int [2022-03-25T14:25:44.936Z] #70 32.35 container port (default -1) [2022-03-25T14:25:44.936Z] #70 32.35 -host-ip string [2022-03-25T14:25:44.936Z] #70 32.35 host ip [2022-03-25T14:25:44.936Z] #70 32.35 -host-port int [2022-03-25T14:25:44.936Z] #70 32.35 host port (default -1) [2022-03-25T14:25:44.936Z] #70 32.35 -proto string [2022-03-25T14:25:44.936Z] #70 32.35 proxy protocol (default "tcp") [2022-03-25T14:25:44.936Z] #70 DONE 32.7s [2022-03-25T14:25:44.936Z] [2022-03-25T14:25:44.936Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-25T14:25:44.936Z] #71 sha256:648138e3ec09ca6d48312a36b4e6c4819148e695f095b2be93eb7a4cd129debe [2022-03-25T14:25:44.936Z] #71 DONE 0.0s [2022-03-25T14:25:44.936Z] [2022-03-25T14:25:44.936Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-25T14:25:44.936Z] #72 sha256:96774e38386147cbfcc03c651d7f4948e8c05e61a8a86b7a62048a0a37ff39d8 [2022-03-25T14:25:44.936Z] #72 DONE 0.1s [2022-03-25T14:25:44.936Z] [2022-03-25T14:25:44.936Z] #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-25T14:25:44.936Z] #20 sha256:daf539fd5975f8d6aa1b52723a6548244f67d5531c0a02c4a5f8e18ec1288dfe [2022-03-25T14:25:44.974Z] #21 3.487 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [123 kB] [2022-03-25T14:25:45.203Z] ok github.com/docker/docker/daemon 10.110s coverage: 17.0% of statements [2022-03-25T14:25:45.203Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-25T14:25:45.203Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-25T14:25:45.203Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-25T14:25:45.203Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-25T14:25:45.910Z] #21 4.617 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-25T14:25:46.137Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-03-25T14:25:46.137Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.304s coverage: 56.2% of statements [2022-03-25T14:25:46.320Z] #20 27.66 Reading package lists... [2022-03-25T14:25:46.320Z] #20 ... [2022-03-25T14:25:46.320Z] [2022-03-25T14:25:46.320Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-25T14:25:46.320Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-25T14:25:46.320Z] #75 CACHED [2022-03-25T14:25:46.320Z] [2022-03-25T14:25:46.320Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-25T14:25:46.320Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-25T14:25:46.320Z] #77 CACHED [2022-03-25T14:25:46.320Z] [2022-03-25T14:25:46.320Z] #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-25T14:25:46.320Z] #45 sha256:337eb1f55c4d6697f50c61f322df3db5ec8a9afbc9295cc0480eb9d78ac43ed5 [2022-03-25T14:25:47.511Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.9% of statements [2022-03-25T14:25:47.699Z] #45 27.61 Reading package lists... [2022-03-25T14:25:47.699Z] #45 ... [2022-03-25T14:25:47.699Z] [2022-03-25T14:25:47.699Z] #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-25T14:25:47.699Z] #65 sha256:8b556b2fe55bcd670c2a64e1748d56b5327c8acbc506b533184f63ca24fd942d [2022-03-25T14:25:47.699Z] #65 27.75 Reading package lists... [2022-03-25T14:25:47.783Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:25:47.783Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [2022-03-25T14:25:48.055Z] #21 31.56 Selecting previously unselected package vim. [2022-03-25T14:25:48.055Z] #21 31.56 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:25:48.055Z] #21 31.57 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:48.315Z] #21 32.11 Selecting previously unselected package xfsprogs. [2022-03-25T14:25:48.315Z] #21 32.12 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-25T14:25:48.315Z] #21 32.13 Unpacking xfsprogs (5.10.0-4) ... [2022-03-25T14:25:48.691Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [2022-03-25T14:25:48.850Z] #21 32.54 Selecting previously unselected package zip. [2022-03-25T14:25:48.850Z] #21 32.55 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-25T14:25:48.850Z] #21 32.57 Unpacking zip (3.0-12) ... [2022-03-25T14:25:48.886Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.236s coverage: 50.0% of statements [2022-03-25T14:25:49.077Z] #65 35.85 Building dependency tree... [2022-03-25T14:25:49.077Z] #65 37.23 Reading state information... [Pipeline] withEnv [Pipeline] { [2022-03-25T14:25:49.113Z] #21 32.68 Selecting previously unselected package zstd. [2022-03-25T14:25:49.113Z] #21 32.70 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-25T14:25:49.113Z] #21 32.70 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-25T14:25:47.260Z] > git remote # timeout=10 [2022-03-25T14:25:47.335Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:25:47.406Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:25:47.408Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:25:47.666Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-25T14:25:47.818Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:25:47.893Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-25T14:25:49.200Z] #21 7.709 Fetched 8508 kB in 6s (1396 kB/s) [2022-03-25T14:25:49.373Z] #21 33.03 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:25:49.824Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.094s coverage: 46.1% of statements [2022-03-25T14:25:49.824Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-25T14:25:50.053Z] + docker version [2022-03-25T14:25:50.053Z] Client: [2022-03-25T14:25:50.053Z] Version: 20.10.9 [2022-03-25T14:25:50.053Z] API version: 1.41 [2022-03-25T14:25:50.053Z] Go version: go1.16.8 [2022-03-25T14:25:50.053Z] Git commit: c2ea9bc [2022-03-25T14:25:50.053Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-25T14:25:50.053Z] OS/Arch: windows/amd64 [2022-03-25T14:25:50.053Z] Context: default [2022-03-25T14:25:50.053Z] Experimental: true [2022-03-25T14:25:50.053Z] [2022-03-25T14:25:50.053Z] Server: Docker Engine - Community [2022-03-25T14:25:50.053Z] Engine: [2022-03-25T14:25:50.053Z] Version: 20.10.9 [2022-03-25T14:25:50.053Z] API version: 1.41 (minimum version 1.24) [2022-03-25T14:25:50.053Z] Go version: go1.16.8 [2022-03-25T14:25:50.053Z] Git commit: 79ea9d3 [2022-03-25T14:25:50.053Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-25T14:25:50.053Z] OS/Arch: windows/amd64 [2022-03-25T14:25:50.053Z] Experimental: true [Pipeline] sh [2022-03-25T14:25:50.312Z] #21 33.91 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-25T14:25:50.312Z] #21 33.93 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-25T14:25:50.312Z] #21 33.94 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-25T14:25:50.312Z] #21 33.95 Setting up libicu67:amd64 (67.1-7) ... [2022-03-25T14:25:50.312Z] #21 33.96 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-25T14:25:50.312Z] #21 33.97 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-25T14:25:50.312Z] #21 33.98 Setting up uidmap (1:4.8.1-1) ... [2022-03-25T14:25:50.312Z] #21 34.00 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:25:50.312Z] #21 34.01 Setting up bzip2 (1.0.8-4) ... [2022-03-25T14:25:50.312Z] #21 34.02 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:25:50.312Z] #21 34.03 Setting up python3-wheel (0.34.2-1) ... [2022-03-25T14:25:50.391Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.687s coverage: 57.9% of statements [2022-03-25T14:25:50.391Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-25T14:25:50.391Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-25T14:25:50.650Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.024s coverage: 58.5% of statements [2022-03-25T14:25:50.983Z] #65 38.78 The following additional packages will be installed: [2022-03-25T14:25:50.983Z] #65 38.79 libbtrfs0 [2022-03-25T14:25:50.983Z] #65 39.00 The following NEW packages will be installed: [2022-03-25T14:25:50.983Z] #65 39.01 libbtrfs-dev libbtrfs0 [2022-03-25T14:25:51.079Z] + docker info [2022-03-25T14:25:51.140Z] #21 34.73 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:51.140Z] #21 34.74 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-25T14:25:51.140Z] #21 34.75 Setting up libcap2-bin (1:2.44-1) ... [2022-03-25T14:25:51.140Z] #21 34.76 Setting up apparmor (2.13.6-10) ... [2022-03-25T14:25:51.243Z] #65 39.48 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:25:51.243Z] #65 39.48 Need to get 460 kB of archives. [2022-03-25T14:25:51.243Z] #65 39.48 After this operation, 1237 kB of additional disk space will be used. [2022-03-25T14:25:51.243Z] #65 39.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-25T14:25:51.502Z] #65 39.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-25T14:25:51.537Z] Client: [2022-03-25T14:25:51.537Z] Context: default [2022-03-25T14:25:51.537Z] Debug Mode: false [2022-03-25T14:25:51.537Z] Plugins: [2022-03-25T14:25:51.537Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-25T14:25:51.537Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-25T14:25:51.537Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-25T14:25:51.537Z] [2022-03-25T14:25:51.537Z] Server: [2022-03-25T14:25:51.537Z] Containers: 0 [2022-03-25T14:25:51.537Z] Running: 0 [2022-03-25T14:25:51.537Z] Paused: 0 [2022-03-25T14:25:51.537Z] Stopped: 0 [2022-03-25T14:25:51.537Z] Images: 11 [2022-03-25T14:25:51.537Z] Server Version: 20.10.9 [2022-03-25T14:25:51.537Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-25T14:25:51.537Z] Windows: [2022-03-25T14:25:51.537Z] LCOW: [2022-03-25T14:25:51.537Z] Logging Driver: json-file [2022-03-25T14:25:51.537Z] Plugins: [2022-03-25T14:25:51.537Z] Volume: local [2022-03-25T14:25:51.537Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:25:51.537Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:25:51.537Z] Swarm: inactive [2022-03-25T14:25:51.537Z] Default Isolation: process [2022-03-25T14:25:51.537Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-25T14:25:51.537Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-25T14:25:51.537Z] OSType: windows [2022-03-25T14:25:51.537Z] Architecture: x86_64 [2022-03-25T14:25:51.537Z] CPUs: 4 [2022-03-25T14:25:51.537Z] Total Memory: 32GiB [2022-03-25T14:25:51.537Z] Name: azwin-2-815d20 [2022-03-25T14:25:51.537Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-25T14:25:51.537Z] Docker Root Dir: D:\docker [2022-03-25T14:25:51.537Z] Debug Mode: false [2022-03-25T14:25:51.537Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:25:51.537Z] Labels: [2022-03-25T14:25:51.537Z] Experimental: true [2022-03-25T14:25:51.537Z] Insecure Registries: [2022-03-25T14:25:51.537Z] 10.0.0.4:5000 [2022-03-25T14:25:51.537Z] 127.0.0.0/8 [2022-03-25T14:25:51.537Z] Registry Mirrors: [2022-03-25T14:25:51.537Z] http://10.0.0.4:5000/ [2022-03-25T14:25:51.537Z] Live Restore Enabled: false [2022-03-25T14:25:51.537Z] Product License: Community Engine [2022-03-25T14:25:51.537Z] [2022-03-25T14:25:51.585Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-25T14:25:51.737Z] #21 7.709 Reading package lists... [2022-03-25T14:25:51.762Z] #65 39.93 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:25:51.843Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2022-03-25T14:25:52.020Z] #65 40.07 Fetched 460 kB in 0s (1527 kB/s) [2022-03-25T14:25:52.020Z] #65 40.11 Selecting previously unselected package libbtrfs0:amd64. [2022-03-25T14:25:52.020Z] #65 40.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-25T14:25:52.020Z] #65 40.14 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-25T14:25:52.020Z] #65 40.15 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:25:52.020Z] #65 40.24 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-25T14:25:52.020Z] #65 40.24 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-25T14:25:52.020Z] #65 40.25 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:25:52.279Z] #65 40.43 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:25:52.279Z] #65 40.45 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:25:52.279Z] #65 40.47 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:25:52.306Z] #21 10.30 Reading package lists... [2022-03-25T14:25:52.306Z] #21 ... [2022-03-25T14:25:52.306Z] [2022-03-25T14:25:52.306Z] #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-25T14:25:52.306Z] #34 sha256:690c302dbbc9280b41bd33bc91d49c996ba245a2f0a0b5840333a4378e0394b0 [2022-03-25T14:25:52.306Z] #34 DONE 122.2s [2022-03-25T14:25:52.306Z] [2022-03-25T14:25:52.306Z] #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-25T14:25:52.306Z] #21 sha256:2322007b70694bf875c7e5fe4e24cea61a831995892f3eb8bda0425b95d831bf [2022-03-25T14:25:52.409Z] ok github.com/docker/docker/daemon/images 0.035s coverage: 6.6% of statements [2022-03-25T14:25:52.409Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-25T14:25:52.409Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-25T14:25:52.521Z] #21 36.14 Setting up zip (3.0-12) ... [2022-03-25T14:25:52.521Z] #21 36.15 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:52.521Z] #21 36.19 Setting up bash-completion (1:2.11-2) ... [2022-03-25T14:25:52.537Z] #65 DONE 40.7s [2022-03-25T14:25:52.537Z] [2022-03-25T14:25:52.537Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-25T14:25:52.537Z] #66 sha256:3ed05d554b081c9cd2ace6acda91b01d7c7d8dd78ac58e8d5892febca958a694 [2022-03-25T14:25:52.795Z] #66 DONE 0.1s [2022-03-25T14:25:52.795Z] [2022-03-25T14:25:52.795Z] #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-25T14:25:52.795Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:25:53.344Z] ok github.com/docker/docker/daemon/logger 0.216s coverage: 42.5% of statements [2022-03-25T14:25:53.365Z] #67 0.771 + RM_GOPATH=0 [2022-03-25T14:25:53.365Z] #67 0.772 + TMP_GOPATH= [2022-03-25T14:25:53.365Z] #67 0.772 + : /build [2022-03-25T14:25:53.365Z] #67 0.772 + '[' -z '' ']' [2022-03-25T14:25:53.365Z] #67 0.773 ++ mktemp -d [2022-03-25T14:25:53.365Z] #67 0.774 + export GOPATH=/tmp/tmp.k6o60VKuhy [2022-03-25T14:25:53.365Z] #67 0.774 + GOPATH=/tmp/tmp.k6o60VKuhy [2022-03-25T14:25:53.365Z] #67 0.774 + RM_GOPATH=1 [2022-03-25T14:25:53.365Z] #67 0.774 + case "$(go env GOARCH)" in [2022-03-25T14:25:53.365Z] #67 0.775 ++ go env GOARCH [2022-03-25T14:25:53.365Z] #67 0.782 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:53.365Z] #67 0.782 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:53.365Z] #67 0.783 ++ dirname /install.sh [2022-03-25T14:25:53.365Z] #67 0.786 + dir=/ [2022-03-25T14:25:53.365Z] #67 0.786 + bin=containerd [2022-03-25T14:25:53.365Z] #67 0.786 + shift [2022-03-25T14:25:53.365Z] #67 0.786 + '[' '!' -f //containerd.installer ']' [2022-03-25T14:25:53.365Z] #67 0.786 + . //containerd.installer [2022-03-25T14:25:53.365Z] #67 0.786 ++ set -e [2022-03-25T14:25:53.365Z] #67 0.787 ++ : v1.6.2 [2022-03-25T14:25:53.365Z] #67 0.787 + install_containerd [2022-03-25T14:25:53.365Z] #67 0.787 + echo 'Install containerd version v1.6.2' [2022-03-25T14:25:53.365Z] #67 0.787 Install containerd version v1.6.2 [2022-03-25T14:25:53.365Z] #67 0.788 + git clone https://github.com/containerd/containerd.git /tmp/tmp.k6o60VKuhy/src/github.com/containerd/containerd [2022-03-25T14:25:53.365Z] #67 0.813 Cloning into '/tmp/tmp.k6o60VKuhy/src/github.com/containerd/containerd'... [2022-03-25T14:25:53.602Z] ok github.com/docker/docker/daemon/logger/awslogs 0.139s coverage: 80.2% of statements [2022-03-25T14:25:53.900Z] #21 37.79 Setting up xz-utils (5.2.5-2) ... [2022-03-25T14:25:54.159Z] #21 37.80 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-25T14:25:54.159Z] #21 37.81 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-25T14:25:54.159Z] #21 37.82 Setting up patch (2.7.6-7) ... [2022-03-25T14:25:54.159Z] #21 37.83 Setting up sudo (1.9.5p2-3) ... [2022-03-25T14:25:54.159Z] #21 37.93 invoke-rc.d: could not determine current runlevel [2022-03-25T14:25:54.159Z] #21 37.93 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-25T14:25:54.159Z] #21 37.94 Setting up xfsprogs (5.10.0-4) ... [2022-03-25T14:25:54.159Z] #21 37.95 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-25T14:25:54.159Z] #21 37.97 Setting up inetutils-ping (2:2.0-1) ... [2022-03-25T14:25:54.159Z] #21 37.98 Setting up pigz (2.6-1) ... [2022-03-25T14:25:54.159Z] #21 37.99 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-25T14:25:54.159Z] #21 38.00 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:25:54.159Z] #21 38.02 Setting up python-pip-whl (20.3.4-4) ... [2022-03-25T14:25:54.159Z] #21 38.03 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:54.169Z] ok github.com/docker/docker/daemon/logger/fluentd 0.007s coverage: 33.6% of statements [2022-03-25T14:25:54.169Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-25T14:25:54.212Z] #21 10.30 Reading package lists... [2022-03-25T14:25:54.427Z] ok github.com/docker/docker/daemon/logger/gelf 0.013s coverage: 67.0% of statements [2022-03-25T14:25:54.685Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-03-25T14:25:54.782Z] #21 12.87 Building dependency tree... [2022-03-25T14:25:54.782Z] #21 13.44 Reading state information... [2022-03-25T14:25:54.958Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-03-25T14:25:54.958Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2022-03-25T14:25:55.097Z] #21 38.75 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-25T14:25:55.097Z] #21 38.76 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-25T14:25:55.351Z] #21 14.05 The following additional packages will be installed: [2022-03-25T14:25:55.351Z] #21 14.05 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-25T14:25:55.351Z] #21 14.05 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-25T14:25:55.351Z] #21 14.05 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-25T14:25:55.351Z] #21 14.06 python3-pkg-resources vim-runtime xxd [2022-03-25T14:25:55.351Z] #21 14.06 Suggested packages: [2022-03-25T14:25:55.351Z] #21 14.07 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-25T14:25:55.351Z] #21 14.07 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-25T14:25:55.351Z] #21 14.07 acl attr quota [2022-03-25T14:25:55.351Z] #21 14.07 Recommended packages: [2022-03-25T14:25:55.351Z] #21 14.07 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-25T14:25:55.356Z] #21 39.12 Setting up libelf1:amd64 (0.183-1) ... [2022-03-25T14:25:55.356Z] #21 39.15 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-25T14:25:55.356Z] #21 39.16 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:25:55.356Z] #21 39.18 Setting up python3-distutils (3.9.2-1) ... [2022-03-25T14:25:55.898Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 78.7% of statements [2022-03-25T14:25:55.898Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-25T14:25:55.898Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.047s coverage: 59.1% of statements [2022-03-25T14:25:55.923Z] #21 39.70 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:55.923Z] #21 39.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-25T14:25:55.923Z] #21 39.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-25T14:25:55.923Z] #21 39.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-25T14:25:55.923Z] #21 39.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-25T14:25:55.923Z] #21 39.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-25T14:25:55.923Z] #21 39.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-25T14:25:55.923Z] #21 39.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-25T14:25:55.923Z] #21 39.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-25T14:25:55.923Z] #21 39.79 Setting up python3-setuptools (52.0.0-4) ... [2022-03-25T14:25:56.465Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.040s coverage: 31.5% of statements [2022-03-25T14:25:56.651Z] #67 ... [2022-03-25T14:25:56.651Z] [2022-03-25T14:25:56.651Z] #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-25T14:25:56.651Z] #45 sha256:337eb1f55c4d6697f50c61f322df3db5ec8a9afbc9295cc0480eb9d78ac43ed5 [2022-03-25T14:25:56.651Z] #45 27.61 Reading package lists... [2022-03-25T14:25:56.651Z] #45 36.44 Building dependency tree... [2022-03-25T14:25:56.651Z] #45 38.16 Reading state information... [2022-03-25T14:25:56.651Z] #45 39.37 The following additional packages will be installed: [2022-03-25T14:25:56.651Z] #45 39.38 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-25T14:25:56.651Z] #45 39.40 Suggested packages: [2022-03-25T14:25:56.651Z] #45 39.40 cmake-doc ninja-build lrzip [2022-03-25T14:25:56.651Z] #45 39.40 Recommended packages: [2022-03-25T14:25:56.651Z] #45 39.40 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-25T14:25:56.651Z] #45 39.83 The following NEW packages will be installed: [2022-03-25T14:25:56.651Z] #45 39.84 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-25T14:25:56.651Z] #45 40.18 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:25:56.651Z] #45 40.18 Need to get 8418 kB of archives. [2022-03-25T14:25:56.651Z] #45 40.18 After this operation, 34.9 MB of additional disk space will be used. [2022-03-25T14:25:56.651Z] #45 40.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-25T14:25:56.651Z] #45 40.19 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-25T14:25:56.651Z] #45 40.19 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-25T14:25:56.651Z] #45 40.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-25T14:25:56.651Z] #45 40.22 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-25T14:25:56.651Z] #45 40.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-25T14:25:56.651Z] #45 40.24 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-25T14:25:56.651Z] #45 40.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-25T14:25:56.651Z] #45 40.89 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:25:56.651Z] #45 41.28 Fetched 8418 kB in 0s (21.2 MB/s) [2022-03-25T14:25:56.651Z] #45 41.32 Selecting previously unselected package xxd. [2022-03-25T14:25:56.651Z] #45 41.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-25T14:25:56.651Z] #45 41.36 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:25:56.651Z] #45 41.38 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:56.651Z] #45 41.49 Selecting previously unselected package vim-common. [2022-03-25T14:25:56.651Z] #45 41.49 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:25:56.651Z] #45 41.50 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:56.651Z] #45 41.61 Selecting previously unselected package cmake-data. [2022-03-25T14:25:56.651Z] #45 41.62 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-25T14:25:56.651Z] #45 41.62 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-25T14:25:56.651Z] #45 42.21 Selecting previously unselected package libarchive13:amd64. [2022-03-25T14:25:56.651Z] #45 42.22 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-25T14:25:56.651Z] #45 42.23 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-25T14:25:56.651Z] #45 42.35 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-25T14:25:56.651Z] #45 42.36 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-25T14:25:56.651Z] #45 42.37 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-25T14:25:56.651Z] #45 42.43 Selecting previously unselected package librhash0:amd64. [2022-03-25T14:25:56.651Z] #45 42.44 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-25T14:25:56.651Z] #45 42.44 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-25T14:25:56.651Z] #45 42.51 Selecting previously unselected package libuv1:amd64. [2022-03-25T14:25:56.651Z] #45 42.51 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-25T14:25:56.651Z] #45 42.52 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-25T14:25:56.651Z] #45 42.61 Selecting previously unselected package cmake. [2022-03-25T14:25:56.651Z] #45 42.61 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-25T14:25:56.651Z] #45 42.61 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-25T14:25:56.651Z] #45 43.78 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-25T14:25:56.651Z] #45 43.80 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:56.651Z] #45 43.82 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-25T14:25:56.651Z] #45 43.83 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:56.651Z] #45 43.85 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-25T14:25:56.651Z] #45 43.87 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-25T14:25:56.651Z] #45 43.88 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-25T14:25:56.651Z] #45 43.90 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-25T14:25:56.651Z] #45 43.91 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:25:56.651Z] #45 DONE 44.3s [2022-03-25T14:25:56.651Z] [2022-03-25T14:25:56.651Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-25T14:25:56.651Z] #46 sha256:249e06cecf198b06d93ee2db74de9f8cfbf37c3344b8c3c03292bbe2642ce473 [2022-03-25T14:25:56.651Z] #46 DONE 0.1s [2022-03-25T14:25:56.651Z] [2022-03-25T14:25:56.651Z] #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-25T14:25:56.651Z] #20 sha256:daf539fd5975f8d6aa1b52723a6548244f67d5531c0a02c4a5f8e18ec1288dfe [2022-03-25T14:25:56.651Z] #20 27.66 Reading package lists... [2022-03-25T14:25:56.651Z] #20 36.31 Building dependency tree... [2022-03-25T14:25:56.651Z] #20 37.71 Reading state information... [2022-03-25T14:25:56.651Z] #20 39.05 The following additional packages will be installed: [2022-03-25T14:25:56.651Z] #20 39.05 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-25T14:25:56.651Z] #20 39.05 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-25T14:25:56.651Z] #20 39.05 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-25T14:25:56.651Z] #20 39.06 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-25T14:25:56.651Z] #20 39.06 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-25T14:25:56.651Z] #20 39.06 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-25T14:25:56.651Z] #20 39.07 mingw-w64-common mingw-w64-x86-64-dev [2022-03-25T14:25:56.651Z] #20 39.08 Suggested packages: [2022-03-25T14:25:56.651Z] #20 39.08 gcc-10-locales seccomp wine64 [2022-03-25T14:25:56.651Z] #20 39.54 The following NEW packages will be installed: [2022-03-25T14:25:56.651Z] #20 39.54 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-25T14:25:56.651Z] #20 39.54 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-25T14:25:56.651Z] #20 39.54 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-25T14:25:56.651Z] #20 39.54 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-25T14:25:56.651Z] #20 39.55 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-25T14:25:56.651Z] #20 39.55 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-25T14:25:56.651Z] #20 39.55 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-25T14:25:56.651Z] #20 39.55 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-25T14:25:56.651Z] #20 39.56 mingw-w64-x86-64-dev [2022-03-25T14:25:56.651Z] #20 39.94 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:25:56.651Z] #20 39.94 Need to get 115 MB of archives. [2022-03-25T14:25:56.651Z] #20 39.94 After this operation, 645 MB of additional disk space will be used. [2022-03-25T14:25:56.651Z] #20 39.94 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-25T14:25:56.651Z] #20 39.98 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-25T14:25:56.651Z] #20 40.01 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-25T14:25:56.651Z] #20 40.01 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-25T14:25:56.651Z] #20 40.01 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-25T14:25:56.651Z] #20 40.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-25T14:25:56.651Z] #20 40.06 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-25T14:25:56.651Z] #20 40.10 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-25T14:25:56.651Z] #20 40.11 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-25T14:25:56.651Z] #20 40.24 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-25T14:25:56.651Z] #20 40.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-25T14:25:56.651Z] #20 40.74 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-25T14:25:56.651Z] #20 40.92 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-25T14:25:56.651Z] #20 41.24 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-25T14:25:56.651Z] #20 41.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-25T14:25:56.651Z] #20 41.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-25T14:25:56.651Z] #20 41.37 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-25T14:25:56.651Z] #20 41.37 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-25T14:25:56.651Z] #20 41.38 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-25T14:25:56.651Z] #20 41.38 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-25T14:25:56.651Z] #20 41.39 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-25T14:25:56.651Z] #20 41.39 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-25T14:25:56.651Z] #20 41.41 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-25T14:25:56.651Z] #20 41.41 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-25T14:25:56.651Z] #20 41.41 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-25T14:25:56.651Z] #20 41.41 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-25T14:25:56.651Z] #20 41.41 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-25T14:25:56.651Z] #20 41.41 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-25T14:25:56.651Z] #20 41.41 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-25T14:25:56.651Z] #20 41.41 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-25T14:25:56.651Z] #20 41.87 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:25:56.651Z] #20 42.04 Fetched 115 MB in 2s (64.5 MB/s) [2022-03-25T14:25:56.651Z] #20 42.07 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-25T14:25:56.651Z] #20 42.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-25T14:25:56.651Z] #20 42.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-25T14:25:56.651Z] #20 42.10 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-25T14:25:56.651Z] #20 42.67 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-25T14:25:56.651Z] #20 42.68 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-25T14:25:56.651Z] #20 42.69 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-25T14:25:56.651Z] #20 43.61 Selecting previously unselected package binutils-mingw-w64. [2022-03-25T14:25:56.651Z] #20 43.61 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-25T14:25:56.651Z] #20 43.62 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-25T14:25:56.651Z] #20 43.67 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-25T14:25:56.651Z] #20 43.67 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:25:56.651Z] #20 43.68 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:25:56.651Z] #20 43.76 Selecting previously unselected package dmsetup. [2022-03-25T14:25:56.651Z] #20 43.77 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:25:56.651Z] #20 43.77 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-25T14:25:56.651Z] #20 43.84 Selecting previously unselected package mingw-w64-common. [2022-03-25T14:25:56.651Z] #20 43.84 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-25T14:25:56.651Z] #20 43.85 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-25T14:25:56.730Z] #21 15.10 The following NEW packages will be installed: [2022-03-25T14:25:56.730Z] #21 15.10 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-25T14:25:56.730Z] #21 15.11 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-25T14:25:56.730Z] #21 15.11 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-25T14:25:56.730Z] #21 15.11 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-25T14:25:56.730Z] #21 15.11 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-25T14:25:56.730Z] #21 15.11 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-25T14:25:56.730Z] #21 15.11 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-25T14:25:56.730Z] #21 15.11 xz-utils zip zstd [2022-03-25T14:25:56.730Z] #21 15.44 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:25:56.730Z] #21 15.44 Need to get 27.6 MB of archives. [2022-03-25T14:25:56.730Z] #21 15.44 After this operation, 106 MB of additional disk space will be used. [2022-03-25T14:25:56.730Z] #21 15.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-25T14:25:56.730Z] #21 15.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-25T14:25:56.730Z] #21 15.44 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-25T14:25:56.730Z] #21 15.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-25T14:25:56.730Z] #21 15.44 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-25T14:25:56.730Z] #21 15.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-25T14:25:56.730Z] #21 15.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-25T14:25:56.730Z] #21 15.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-25T14:25:56.730Z] #21 15.47 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-25T14:25:56.730Z] #21 15.47 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-25T14:25:56.730Z] #21 15.48 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-25T14:25:56.730Z] #21 15.48 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-25T14:25:56.730Z] #21 15.49 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-25T14:25:56.730Z] #21 15.49 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-25T14:25:56.730Z] #21 15.51 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-25T14:25:56.730Z] #21 15.52 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-25T14:25:56.730Z] #21 15.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-25T14:25:56.730Z] #21 15.53 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-25T14:25:56.731Z] #21 15.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-25T14:25:56.731Z] #21 15.53 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-25T14:25:56.731Z] #21 15.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-25T14:25:56.731Z] #21 15.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-25T14:25:56.731Z] #21 15.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-25T14:25:56.731Z] #21 15.55 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-25T14:25:56.990Z] #21 15.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-25T14:25:56.990Z] #21 15.56 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-25T14:25:56.990Z] #21 15.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-25T14:25:56.990Z] #21 15.76 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-25T14:25:56.990Z] #21 15.76 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-25T14:25:56.990Z] #21 15.76 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-25T14:25:56.990Z] #21 15.76 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-25T14:25:56.990Z] #21 15.77 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-25T14:25:56.990Z] #21 15.77 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-25T14:25:56.990Z] #21 15.78 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-25T14:25:56.990Z] #21 15.83 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-25T14:25:57.219Z] #20 ... [2022-03-25T14:25:57.219Z] [2022-03-25T14:25:57.219Z] #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-25T14:25:57.219Z] #47 sha256:fd9a56f58b379d5fdb1a2498579df04b0cd65adc5f8f7e2cbfb9a47e8ed70e10 [2022-03-25T14:25:57.219Z] #47 0.707 + RM_GOPATH=0 [2022-03-25T14:25:57.219Z] #47 0.707 + TMP_GOPATH= [2022-03-25T14:25:57.219Z] #47 0.707 + : /build [2022-03-25T14:25:57.219Z] #47 0.707 + '[' -z '' ']' [2022-03-25T14:25:57.219Z] #47 0.707 ++ mktemp -d [2022-03-25T14:25:57.219Z] #47 0.710 + export GOPATH=/tmp/tmp.SzH8RkHzfZ [2022-03-25T14:25:57.219Z] #47 0.710 + GOPATH=/tmp/tmp.SzH8RkHzfZ [2022-03-25T14:25:57.219Z] #47 0.710 + RM_GOPATH=1 [2022-03-25T14:25:57.219Z] #47 0.710 + case "$(go env GOARCH)" in [2022-03-25T14:25:57.219Z] #47 0.711 ++ go env GOARCH [2022-03-25T14:25:57.219Z] #47 0.718 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:57.219Z] #47 0.718 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:25:57.219Z] #47 0.719 ++ dirname /install.sh [2022-03-25T14:25:57.219Z] #47 0.720 + dir=/ [2022-03-25T14:25:57.219Z] #47 0.720 + bin=tini [2022-03-25T14:25:57.219Z] #47 0.721 + shift [2022-03-25T14:25:57.219Z] #47 0.721 + '[' '!' -f //tini.installer ']' [2022-03-25T14:25:57.219Z] #47 0.721 + . //tini.installer [2022-03-25T14:25:57.219Z] #47 0.722 ++ : v0.19.0 [2022-03-25T14:25:57.219Z] #47 0.722 + install_tini [2022-03-25T14:25:57.219Z] #47 0.723 + echo 'Install tini version v0.19.0' [2022-03-25T14:25:57.219Z] #47 0.723 Install tini version v0.19.0 [2022-03-25T14:25:57.219Z] #47 0.723 + git clone https://github.com/krallin/tini.git /tmp/tmp.SzH8RkHzfZ/tini [2022-03-25T14:25:57.219Z] #47 0.725 Cloning into '/tmp/tmp.SzH8RkHzfZ/tini'... [2022-03-25T14:25:57.219Z] #47 1.099 + cd /tmp/tmp.SzH8RkHzfZ/tini [2022-03-25T14:25:57.219Z] #47 1.100 + git checkout -q v0.19.0 [2022-03-25T14:25:57.219Z] #47 1.113 + cmake . [2022-03-25T14:25:57.250Z] #21 15.83 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-25T14:25:57.250Z] #21 15.83 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-25T14:25:57.250Z] #21 15.84 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-25T14:25:57.250Z] #21 15.84 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-25T14:25:57.250Z] #21 15.85 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-25T14:25:57.250Z] #21 15.85 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-25T14:25:57.250Z] #21 15.87 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-25T14:25:57.250Z] #21 15.89 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-25T14:25:57.250Z] #21 15.89 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-25T14:25:57.302Z] #21 41.13 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:25:57.302Z] #21 41.14 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-25T14:25:57.302Z] #21 41.15 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-25T14:25:57.302Z] #21 41.16 Setting up python3-pip (20.3.4-4) ... [2022-03-25T14:25:57.398Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2022-03-25T14:25:57.398Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-25T14:25:57.478Z] #47 1.383 -- The C compiler identification is GNU 10.2.1 [2022-03-25T14:25:57.509Z] #21 16.04 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-25T14:25:57.510Z] #21 16.07 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-25T14:25:57.510Z] #21 16.10 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-25T14:25:57.510Z] #21 16.11 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-25T14:25:57.737Z] #47 1.408 -- Detecting C compiler ABI info [2022-03-25T14:25:57.737Z] #47 1.636 -- Detecting C compiler ABI info - done [2022-03-25T14:25:57.964Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-25T14:25:57.995Z] #47 1.687 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-25T14:25:57.995Z] #47 1.688 -- Detecting C compile features [2022-03-25T14:25:57.995Z] #47 1.689 -- Detecting C compile features - done [2022-03-25T14:25:57.995Z] #47 1.704 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-25T14:25:57.995Z] #47 1.785 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-25T14:25:58.079Z] #21 16.64 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:25:58.079Z] #21 16.77 Fetched 27.6 MB in 1s (27.9 MB/s) [2022-03-25T14:25:58.239Z] #21 42.05 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-25T14:25:58.239Z] #21 42.07 Setting up jq (1.6-2.1) ... [2022-03-25T14:25:58.239Z] #21 42.08 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-25T14:25:58.239Z] #21 42.09 Setting up iptables (1.8.7-1) ... [2022-03-25T14:25:58.239Z] #21 42.10 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-25T14:25:58.239Z] #21 42.11 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-25T14:25:58.239Z] #21 42.12 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-25T14:25:58.239Z] #21 42.12 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-25T14:25:58.239Z] #21 42.13 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-25T14:25:58.239Z] #21 42.13 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-25T14:25:58.239Z] #21 42.14 Setting up iproute2 (5.10.0-4) ... [2022-03-25T14:25:58.254Z] #47 1.825 -- Configuring done [2022-03-25T14:25:58.254Z] #47 1.834 -- Generating done [2022-03-25T14:25:58.254Z] #47 1.837 -- Build files have been written to: /tmp/tmp.SzH8RkHzfZ/tini [2022-03-25T14:25:58.254Z] #47 1.844 + make tini-static [2022-03-25T14:25:58.254Z] #47 1.945 Scanning dependencies of target tini-static [2022-03-25T14:25:58.254Z] #47 1.965 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-25T14:25:58.338Z] #21 16.82 Selecting previously unselected package pigz. [2022-03-25T14:25:58.338Z] #21 16.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-25T14:25:58.339Z] #21 16.87 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-25T14:25:58.339Z] #21 16.87 Unpacking pigz (2.6-1) ... [2022-03-25T14:25:58.339Z] #21 16.97 Selecting previously unselected package libelf1:amd64. [2022-03-25T14:25:58.339Z] #21 16.97 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-25T14:25:58.339Z] #21 16.98 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-25T14:25:58.530Z] ok github.com/docker/docker/daemon/logger/splunk 1.549s coverage: 82.5% of statements [2022-03-25T14:25:58.530Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-25T14:25:58.530Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-25T14:25:58.598Z] #21 17.12 Selecting previously unselected package libbpf0:amd64. [2022-03-25T14:25:58.598Z] #21 17.14 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-25T14:25:58.598Z] #21 17.14 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-25T14:25:58.598Z] #21 17.24 Selecting previously unselected package libcap2:amd64. [2022-03-25T14:25:58.598Z] #21 17.24 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-25T14:25:58.598Z] #21 17.25 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-25T14:25:58.598Z] #21 17.30 Selecting previously unselected package libmnl0:amd64. [2022-03-25T14:25:58.598Z] #21 17.30 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-25T14:25:58.598Z] #21 17.31 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-25T14:25:58.598Z] #21 17.36 Selecting previously unselected package libxtables12:amd64. [2022-03-25T14:25:58.758Z] #21 42.47 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:25:58.822Z] #47 2.404 [100%] Linking C executable tini-static [2022-03-25T14:25:58.822Z] #47 2.672 [100%] Built target tini-static [2022-03-25T14:25:58.857Z] #21 17.36 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-25T14:25:58.857Z] #21 17.37 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-25T14:25:58.857Z] #21 17.42 Selecting previously unselected package libcap2-bin. [2022-03-25T14:25:58.857Z] #21 17.43 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-25T14:25:58.857Z] #21 17.44 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-25T14:25:58.857Z] #21 17.50 Selecting previously unselected package iproute2. [2022-03-25T14:25:58.857Z] #21 17.50 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-25T14:25:58.857Z] #21 17.51 Unpacking iproute2 (5.10.0-4) ... [2022-03-25T14:25:59.080Z] #47 2.694 + mkdir -p /build [2022-03-25T14:25:59.080Z] #47 2.695 + cp tini-static /build/docker-init [2022-03-25T14:25:59.327Z] #21 DONE 43.1s [2022-03-25T14:25:59.327Z] [2022-03-25T14:25:59.327Z] #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-25T14:25:59.327Z] #22 sha256:3c83af30fca832735bfd83c9782fe9f8cf31bc6f10a2b933d505cc16da7d1f46 [2022-03-25T14:25:59.338Z] #47 DONE 3.0s [2022-03-25T14:25:59.338Z] [2022-03-25T14:25:59.339Z] #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-25T14:25:59.339Z] #20 sha256:daf539fd5975f8d6aa1b52723a6548244f67d5531c0a02c4a5f8e18ec1288dfe [2022-03-25T14:25:59.339Z] #20 45.55 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-25T14:25:59.339Z] #20 45.56 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-25T14:25:59.339Z] #20 45.57 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-25T14:25:59.339Z] #20 47.39 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-25T14:25:59.339Z] #20 47.43 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:25:59.339Z] #20 47.45 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-25T14:25:59.427Z] #21 17.95 Selecting previously unselected package xxd. [2022-03-25T14:25:59.427Z] #21 17.95 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:25:59.427Z] #21 17.97 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:59.427Z] #21 18.07 Selecting previously unselected package vim-common. [2022-03-25T14:25:59.427Z] #21 18.08 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:25:59.427Z] #21 18.11 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:25:59.464Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 48.2% of statements [2022-03-25T14:25:59.598Z] #20 47.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-25T14:25:59.598Z] #20 47.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:25:59.598Z] #20 47.56 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-25T14:25:59.687Z] #21 18.25 Selecting previously unselected package bash-completion. [2022-03-25T14:25:59.687Z] #21 18.25 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-25T14:25:59.723Z] ok github.com/docker/docker/distribution 0.592s coverage: 28.4% of statements [2022-03-25T14:25:59.723Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-25T14:26:00.264Z] #22 0.864 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-25T14:26:00.264Z] #22 0.867 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-25T14:26:00.264Z] #22 0.871 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-25T14:26:00.264Z] #22 DONE 0.9s [2022-03-25T14:26:00.264Z] [2022-03-25T14:26:00.264Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-25T14:26:00.264Z] #23 sha256:27129f8cec1cabab546c25f38936e9b0bf96767a754124cc5a0beaef6f28b999 [2022-03-25T14:26:00.290Z] ok github.com/docker/docker/errdefs 0.003s coverage: 77.0% of statements [2022-03-25T14:26:00.536Z] #20 ... [2022-03-25T14:26:00.536Z] [2022-03-25T14:26:00.536Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-25T14:26:00.536Z] #49 sha256:efbdbaccd79a382520d32e72f9fd9c0b139a77781fd7fef3bff6397da51465ed [2022-03-25T14:26:00.536Z] #49 CACHED [2022-03-25T14:26:00.536Z] [2022-03-25T14:26:00.536Z] #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-25T14:26:00.536Z] #50 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:26:00.536Z] #50 CACHED [2022-03-25T14:26:00.536Z] [2022-03-25T14:26:00.536Z] #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-25T14:26:00.536Z] #53 sha256:0c7f5532c51a95aa8489a175bdd6eaa1a5d10d81a4729bd46e915aeecca3b136 [2022-03-25T14:26:00.536Z] #53 CACHED [2022-03-25T14:26:00.536Z] [2022-03-25T14:26:00.536Z] #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-25T14:26:00.536Z] #54 sha256:53e28b7d83e01fd8d7829b58ad793361f8fb6e38e5fcf09f6115cb8a65ded479 [2022-03-25T14:26:00.536Z] #54 CACHED [2022-03-25T14:26:00.536Z] [2022-03-25T14:26:00.536Z] #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-25T14:26:00.536Z] #56 sha256:5744680558916f5bc6346c25f8514bd84271dc971c79d13182c5b9064377340f [2022-03-25T14:26:00.536Z] #56 CACHED [2022-03-25T14:26:00.536Z] [2022-03-25T14:26:00.536Z] #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-25T14:26:00.536Z] #58 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:26:00.536Z] #58 CACHED [2022-03-25T14:26:00.536Z] [2022-03-25T14:26:00.536Z] #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-25T14:26:00.536Z] #60 sha256:065c15b37b4063bc488ce682f6d43dcb03528706f60cbf6f63f64573768a0692 [2022-03-25T14:26:00.536Z] #60 CACHED [2022-03-25T14:26:00.795Z] [2022-03-25T14:26:00.795Z] #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-25T14:26:00.795Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:26:00.856Z] ok github.com/docker/docker/image 0.022s coverage: 86.9% of statements [2022-03-25T14:26:01.422Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-25T14:26:01.594Z] #21 20.05 Unpacking bash-completion (1:2.11-2) ... [2022-03-25T14:26:01.680Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.7% of statements [2022-03-25T14:26:01.733Z] #67 ... [2022-03-25T14:26:01.734Z] [2022-03-25T14:26:01.734Z] #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-25T14:26:01.734Z] #20 sha256:daf539fd5975f8d6aa1b52723a6548244f67d5531c0a02c4a5f8e18ec1288dfe [2022-03-25T14:26:01.734Z] #20 49.89 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-25T14:26:01.734Z] #20 49.90 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:26:01.734Z] #20 49.91 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:26:01.854Z] #21 20.48 Selecting previously unselected package bzip2. [2022-03-25T14:26:01.854Z] #21 20.50 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-25T14:26:01.854Z] #21 20.51 Unpacking bzip2 (1.0.8-4) ... [2022-03-25T14:26:01.854Z] #21 20.60 Selecting previously unselected package xz-utils. [2022-03-25T14:26:01.938Z] ok github.com/docker/docker/distribution/xfer 1.888s coverage: 85.4% of statements [2022-03-25T14:26:01.938Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-25T14:26:02.125Z] #21 20.61 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-25T14:26:02.125Z] #21 20.62 Unpacking xz-utils (5.2.5-2) ... [2022-03-25T14:26:02.125Z] #21 20.77 Selecting previously unselected package apparmor. [2022-03-25T14:26:02.125Z] #21 20.77 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-25T14:26:02.125Z] #21 20.82 Unpacking apparmor (2.13.6-10) ... [2022-03-25T14:26:02.197Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-25T14:26:02.197Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-25T14:26:02.694Z] #21 21.35 Selecting previously unselected package inetutils-ping. [2022-03-25T14:26:02.694Z] #21 21.36 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-25T14:26:02.694Z] #21 21.36 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-25T14:26:02.695Z] #21 21.45 Selecting previously unselected package libip4tc2:amd64. [2022-03-25T14:26:02.695Z] #21 21.45 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-25T14:26:02.695Z] #21 21.46 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-25T14:26:02.763Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-25T14:26:02.953Z] #21 21.52 Selecting previously unselected package libip6tc2:amd64. [2022-03-25T14:26:02.953Z] #21 21.52 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-25T14:26:02.953Z] #21 21.53 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-25T14:26:02.953Z] #21 21.57 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-25T14:26:02.953Z] #21 21.58 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-25T14:26:02.953Z] #21 21.59 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-25T14:26:02.953Z] #21 21.67 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-25T14:26:02.953Z] #21 21.67 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-25T14:26:02.953Z] #21 21.68 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-25T14:26:03.211Z] #21 21.74 Selecting previously unselected package libnftnl11:amd64. [2022-03-25T14:26:03.211Z] #21 21.75 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-25T14:26:03.211Z] #21 21.76 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-25T14:26:03.211Z] #21 21.82 Selecting previously unselected package iptables. [2022-03-25T14:26:03.211Z] #21 21.83 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-25T14:26:03.211Z] #21 21.83 Unpacking iptables (1.8.7-1) ... [2022-03-25T14:26:03.330Z] ok github.com/docker/docker/oci 0.009s coverage: 46.0% of statements [2022-03-25T14:26:03.470Z] #21 22.14 Selecting previously unselected package libonig5:amd64. [2022-03-25T14:26:03.470Z] #21 22.16 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-25T14:26:03.470Z] #21 22.16 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:26:03.728Z] #21 22.31 Selecting previously unselected package libjq1:amd64. [2022-03-25T14:26:03.728Z] #21 22.32 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-25T14:26:03.728Z] #21 22.32 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:26:03.728Z] #21 22.41 Selecting previously unselected package jq. [2022-03-25T14:26:03.728Z] #21 22.42 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-25T14:26:03.728Z] #21 22.42 Unpacking jq (1.6-2.1) ... [2022-03-25T14:26:03.896Z] ok github.com/docker/docker/opts 0.020s coverage: 66.3% of statements [2022-03-25T14:26:03.896Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-25T14:26:03.987Z] #21 22.52 Selecting previously unselected package libaio1:amd64. [2022-03-25T14:26:03.987Z] #21 22.52 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-25T14:26:03.987Z] #21 22.53 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-25T14:26:03.987Z] #21 22.59 Selecting previously unselected package libgpm2:amd64. [2022-03-25T14:26:03.987Z] #21 22.59 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-25T14:26:03.987Z] #21 22.60 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-25T14:26:03.987Z] #21 22.67 Selecting previously unselected package libicu67:amd64. [2022-03-25T14:26:03.987Z] #21 22.67 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-25T14:26:03.987Z] #21 22.69 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-25T14:26:05.271Z] ok github.com/docker/docker/pkg/archive 0.266s coverage: 82.1% of statements [2022-03-25T14:26:05.929Z] #20 53.58 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-25T14:26:05.929Z] #20 53.58 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:26:05.929Z] #20 53.58 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:26:06.204Z] ok github.com/docker/docker/pkg/authorization 0.154s coverage: 68.3% of statements [2022-03-25T14:26:06.204Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-25T14:26:06.462Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-25T14:26:06.863Z] #20 55.13 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-25T14:26:06.863Z] #20 55.13 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:26:07.121Z] #20 55.13 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-25T14:26:07.273Z] #21 25.59 Selecting previously unselected package libinih1:amd64. [2022-03-25T14:26:07.273Z] #21 25.59 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-25T14:26:07.273Z] #21 25.60 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-25T14:26:07.273Z] #21 25.65 Selecting previously unselected package libnet1:amd64. [2022-03-25T14:26:07.273Z] #21 25.65 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-25T14:26:07.273Z] #21 25.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:26:07.273Z] #21 25.73 Selecting previously unselected package libnl-3-200:amd64. [2022-03-25T14:26:07.273Z] #21 25.73 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-25T14:26:07.273Z] #21 25.74 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:26:07.273Z] #21 25.81 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-25T14:26:07.273Z] #21 25.81 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-25T14:26:07.273Z] #21 25.82 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:26:07.273Z] #21 25.88 Selecting previously unselected package net-tools. [2022-03-25T14:26:07.273Z] #21 25.88 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-25T14:26:07.273Z] #21 25.89 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-25T14:26:07.273Z] #21 26.04 Selecting previously unselected package patch. [2022-03-25T14:26:07.273Z] #21 26.04 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-25T14:26:07.273Z] #21 26.05 Unpacking patch (2.7.6-7) ... [2022-03-25T14:26:07.532Z] #21 26.18 Selecting previously unselected package python-pip-whl. [2022-03-25T14:26:07.532Z] #21 26.20 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-25T14:26:07.532Z] #21 26.21 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-25T14:26:08.100Z] #21 26.72 Selecting previously unselected package python3-lib2to3. [2022-03-25T14:26:08.101Z] #21 26.72 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-25T14:26:08.101Z] #21 26.73 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-25T14:26:08.359Z] #21 26.83 Selecting previously unselected package python3-distutils. [2022-03-25T14:26:08.359Z] #21 26.84 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-25T14:26:08.359Z] #21 26.85 Unpacking python3-distutils (3.9.2-1) ... [2022-03-25T14:26:08.359Z] #21 26.95 Selecting previously unselected package python3-pkg-resources. [2022-03-25T14:26:08.359Z] #21 26.96 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-25T14:26:08.359Z] #21 26.96 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:26:08.619Z] #21 27.08 Selecting previously unselected package python3-setuptools. [2022-03-25T14:26:08.619Z] #21 27.09 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-25T14:26:08.619Z] #21 27.10 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-25T14:26:08.619Z] #21 27.33 Selecting previously unselected package python3-wheel. [2022-03-25T14:26:08.619Z] #21 27.34 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-25T14:26:08.619Z] #21 27.34 Unpacking python3-wheel (0.34.2-1) ... [2022-03-25T14:26:08.619Z] #21 27.42 Selecting previously unselected package python3-pip. [2022-03-25T14:26:08.619Z] #21 27.43 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-25T14:26:08.878Z] #21 27.44 Unpacking python3-pip (20.3.4-4) ... [2022-03-25T14:26:09.026Z] #20 56.79 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-25T14:26:09.027Z] #20 56.79 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:26:09.027Z] #20 56.80 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:26:09.137Z] #21 27.67 Selecting previously unselected package sudo. [2022-03-25T14:26:09.137Z] #21 27.67 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-25T14:26:09.137Z] #21 27.68 Unpacking sudo (1.9.5p2-3) ... [2022-03-25T14:26:09.396Z] #21 28.10 Selecting previously unselected package thin-provisioning-tools. [2022-03-25T14:26:09.396Z] #21 28.12 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-25T14:26:09.396Z] #21 28.13 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-25T14:26:09.655Z] #21 28.33 Selecting previously unselected package uidmap. [2022-03-25T14:26:09.655Z] #21 28.34 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-25T14:26:09.655Z] #21 28.34 Unpacking uidmap (1:4.8.1-1) ... [2022-03-25T14:26:09.742Z] ok github.com/docker/docker/pkg/chrootarchive 2.493s coverage: 42.7% of statements [2022-03-25T14:26:09.742Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-25T14:26:09.742Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-25T14:26:09.914Z] #21 28.47 Selecting previously unselected package vim-runtime. [2022-03-25T14:26:09.914Z] #21 28.47 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:26:09.914Z] #21 28.51 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-25T14:26:09.914Z] #21 28.55 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-25T14:26:09.914Z] #21 28.55 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:26:10.000Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-25T14:26:10.248Z] #23 9.258 Collecting yamllint==1.26.1 [2022-03-25T14:26:10.308Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-25T14:26:10.308Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-cddd057c\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-25T14:26:10.308Z] ---------------------------------------------------------------------------- [2022-03-25T14:26:10.308Z] [2022-03-25T14:26:10.308Z] INFO: executeCI.ps1 starting at Fri Mar 25 14:26:07 CUT 2022 [2022-03-25T14:26:10.308Z] [2022-03-25T14:26:10.308Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-25T14:26:10.308Z] INFO: Running git version 2.24.1.windows.2 [2022-03-25T14:26:10.308Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-25T14:26:10.308Z] INFO: Environment variables: [2022-03-25T14:26:10.308Z] [2022-03-25T14:26:10.308Z] Name Value [2022-03-25T14:26:10.308Z] ---- ----- [2022-03-25T14:26:10.308Z] ALLUSERSPROFILE C:\ProgramData [2022-03-25T14:26:10.308Z] amd64 true [2022-03-25T14:26:10.308Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-25T14:26:10.308Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-25T14:26:10.308Z] arm64 true [2022-03-25T14:26:10.308Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-25T14:26:10.308Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-25T14:26:10.308Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-25T14:26:10.308Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-25T14:26:10.308Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-25T14:26:10.308Z] BRANCH_NAME PR-43378 [2022-03-25T14:26:10.308Z] BUILD_DISPLAY_NAME #3 [2022-03-25T14:26:10.308Z] BUILD_ID 3 [2022-03-25T14:26:10.308Z] BUILD_NUMBER 3 [2022-03-25T14:26:10.308Z] BUILD_TAG jenkins-moby-PR-43378-3 [2022-03-25T14:26:10.308Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/ [2022-03-25T14:26:10.308Z] cgroup2 true [2022-03-25T14:26:10.308Z] CHANGE_AUTHOR thaJeztah [2022-03-25T14:26:10.308Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-25T14:26:10.308Z] CHANGE_BRANCH deprecate_storage_drivers [2022-03-25T14:26:10.308Z] CHANGE_FORK thaJeztah/docker [2022-03-25T14:26:10.308Z] CHANGE_ID 43378 [2022-03-25T14:26:10.308Z] CHANGE_TARGET master [2022-03-25T14:26:10.308Z] CHANGE_TITLE daemon: require storage-driver to be set if the driver is deprecated [2022-03-25T14:26:10.308Z] CHANGE_URL https://github.com/moby/moby/pull/43378 [2022-03-25T14:26:10.308Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:26:10.308Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-25T14:26:10.308Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-25T14:26:10.308Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-25T14:26:10.308Z] COMPUTERNAME azwin-2-815d20 [2022-03-25T14:26:10.308Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-25T14:26:10.308Z] ConfigSequenceNumber 0 [2022-03-25T14:26:10.308Z] dco true [2022-03-25T14:26:10.309Z] DOCKER_BUILDKIT 0 [2022-03-25T14:26:10.309Z] DOCKER_DUT_DEBUG 1 [2022-03-25T14:26:10.309Z] DOCKER_EXPERIMENTAL 1 [2022-03-25T14:26:10.309Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-25T14:26:10.309Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-25T14:26:10.309Z] EXECUTOR_NUMBER 0 [2022-03-25T14:26:10.309Z] FQDN azwin-2-815d20.westus.cloudapp.azure.com [2022-03-25T14:26:10.309Z] GIT_BRANCH PR-43378 [2022-03-25T14:26:10.309Z] GIT_COMMIT 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:26:10.309Z] GIT_PREVIOUS_COMMIT 480d3437ad9135910775b212ac35290fb3c031a3 [2022-03-25T14:26:10.309Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 480d3437ad9135910775b212ac35290fb3c031a3 [2022-03-25T14:26:10.309Z] GIT_URL https://github.com/moby/moby.git [2022-03-25T14:26:10.309Z] HUDSON_COOKIE 59a17ae3-6f48-4b9c-9237-8e31bbb1f6d5 [2022-03-25T14:26:10.309Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-25T14:26:10.309Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-25T14:26:10.309Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-25T14:26:10.309Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-25T14:26:10.309Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-25T14:26:10.309Z] JENKINS_NODE_COOKIE a7dabcc5-d2a5-4fdc-b9e9-7df779fbaaaa [2022-03-25T14:26:10.309Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-25T14:26:10.309Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-25T14:26:10.309Z] JOB_BASE_NAME PR-43378 [2022-03-25T14:26:10.309Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/display/redirect [2022-03-25T14:26:10.309Z] JOB_NAME moby/PR-43378 [2022-03-25T14:26:10.309Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/ [2022-03-25T14:26:10.309Z] library.jps.version master [2022-03-25T14:26:10.309Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-25T14:26:10.309Z] NODE_LABELS amd64 azure azwin-2-815d20 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-25T14:26:10.309Z] NODE_NAME azwin-2-815d20 [2022-03-25T14:26:10.309Z] NUMBER_OF_PROCESSORS 4 [2022-03-25T14:26:10.309Z] OS Windows_NT [2022-03-25T14:26:10.309Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-25T14:26:10.309Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-25T14:26:10.309Z] ppc64le false [2022-03-25T14:26:10.309Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-25T14:26:10.309Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-25T14:26:10.309Z] PROCESSOR_LEVEL 6 [2022-03-25T14:26:10.309Z] PROCESSOR_REVISION 4f01 [2022-03-25T14:26:10.309Z] ProgramData C:\ProgramData [2022-03-25T14:26:10.309Z] ProgramFiles C:\Program Files [2022-03-25T14:26:10.309Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-25T14:26:10.309Z] ProgramW6432 C:\Program Files [2022-03-25T14:26:10.309Z] PROMPT $P$G [2022-03-25T14:26:10.309Z] PSExecutionPolicyPreference Bypass [2022-03-25T14:26:10.309Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-25T14:26:10.309Z] PUBLIC C:\Users\Public [2022-03-25T14:26:10.309Z] rootless true [2022-03-25T14:26:10.309Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=artif... [2022-03-25T14:26:10.309Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=changes [2022-03-25T14:26:10.309Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect [2022-03-25T14:26:10.309Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=tests [2022-03-25T14:26:10.309Z] s390x false [2022-03-25T14:26:10.309Z] SKIP_VALIDATION_TESTS 1 [2022-03-25T14:26:10.309Z] SOURCES_DRIVE d [2022-03-25T14:26:10.309Z] SOURCES_SUBDIR gopath [2022-03-25T14:26:10.309Z] STAGE_NAME Run tests [2022-03-25T14:26:10.309Z] SystemDrive C: [2022-03-25T14:26:10.309Z] SystemRoot C:\Windows [2022-03-25T14:26:10.309Z] TEMP C:\Windows\TEMP [2022-03-25T14:26:10.309Z] TESTDEBUG 0 [2022-03-25T14:26:10.309Z] TESTRUN_DRIVE d [2022-03-25T14:26:10.309Z] TESTRUN_SUBDIR CI [2022-03-25T14:26:10.309Z] TIMEOUT 120m [2022-03-25T14:26:10.309Z] TMP C:\Windows\TEMP [2022-03-25T14:26:10.309Z] unit_validate true [2022-03-25T14:26:10.309Z] USERDOMAIN WORKGROUP [2022-03-25T14:26:10.309Z] USERNAME azwin-2-815d20$ [2022-03-25T14:26:10.309Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-25T14:26:10.309Z] validate_force false [2022-03-25T14:26:10.309Z] windir C:\Windows [2022-03-25T14:26:10.309Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-25T14:26:10.309Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-25T14:26:10.309Z] windows2022 true [2022-03-25T14:26:10.309Z] windows2022containerd true [2022-03-25T14:26:10.309Z] windowsRS5 true [2022-03-25T14:26:10.309Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-25T14:26:10.309Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] INFO: Sources under d:\gopath\... [2022-03-25T14:26:10.309Z] INFO: Test run under d:\CI\... [2022-03-25T14:26:10.309Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-25T14:26:10.309Z] INFO: docker/docker repository was found [2022-03-25T14:26:10.309Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-25T14:26:10.309Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2686' [2022-03-25T14:26:10.309Z] INFO: Docker version of control daemon [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] Client: [2022-03-25T14:26:10.309Z] Version: 20.10.9 [2022-03-25T14:26:10.309Z] API version: 1.41 [2022-03-25T14:26:10.309Z] Go version: go1.16.8 [2022-03-25T14:26:10.309Z] Git commit: c2ea9bc [2022-03-25T14:26:10.309Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-25T14:26:10.309Z] OS/Arch: windows/amd64 [2022-03-25T14:26:10.309Z] Context: default [2022-03-25T14:26:10.309Z] Experimental: true [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] Server: Docker Engine - Community [2022-03-25T14:26:10.309Z] Engine: [2022-03-25T14:26:10.309Z] Version: 20.10.9 [2022-03-25T14:26:10.309Z] API version: 1.41 (minimum version 1.24) [2022-03-25T14:26:10.309Z] Go version: go1.16.8 [2022-03-25T14:26:10.309Z] Git commit: 79ea9d3 [2022-03-25T14:26:10.309Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-25T14:26:10.309Z] OS/Arch: windows/amd64 [2022-03-25T14:26:10.309Z] Experimental: true [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] INFO: Docker info of control daemon [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] Client: [2022-03-25T14:26:10.309Z] Context: default [2022-03-25T14:26:10.309Z] Debug Mode: false [2022-03-25T14:26:10.309Z] Plugins: [2022-03-25T14:26:10.309Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-25T14:26:10.309Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-25T14:26:10.309Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] Server: [2022-03-25T14:26:10.309Z] Containers: 0 [2022-03-25T14:26:10.309Z] Running: 0 [2022-03-25T14:26:10.309Z] Paused: 0 [2022-03-25T14:26:10.309Z] Stopped: 0 [2022-03-25T14:26:10.309Z] Images: 11 [2022-03-25T14:26:10.309Z] Server Version: 20.10.9 [2022-03-25T14:26:10.309Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-25T14:26:10.309Z] Windows: [2022-03-25T14:26:10.309Z] LCOW: [2022-03-25T14:26:10.309Z] Logging Driver: json-file [2022-03-25T14:26:10.309Z] Plugins: [2022-03-25T14:26:10.309Z] Volume: local [2022-03-25T14:26:10.309Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:26:10.309Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:26:10.309Z] Swarm: inactive [2022-03-25T14:26:10.309Z] Default Isolation: process [2022-03-25T14:26:10.309Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-25T14:26:10.309Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-25T14:26:10.309Z] OSType: windows [2022-03-25T14:26:10.309Z] Architecture: x86_64 [2022-03-25T14:26:10.309Z] CPUs: 4 [2022-03-25T14:26:10.309Z] Total Memory: 32GiB [2022-03-25T14:26:10.309Z] Name: azwin-2-815d20 [2022-03-25T14:26:10.309Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-25T14:26:10.309Z] Docker Root Dir: D:\docker [2022-03-25T14:26:10.309Z] Debug Mode: false [2022-03-25T14:26:10.309Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:26:10.309Z] Labels: [2022-03-25T14:26:10.309Z] Experimental: true [2022-03-25T14:26:10.309Z] Insecure Registries: [2022-03-25T14:26:10.309Z] 10.0.0.4:5000 [2022-03-25T14:26:10.309Z] 127.0.0.0/8 [2022-03-25T14:26:10.309Z] Registry Mirrors: [2022-03-25T14:26:10.309Z] http://10.0.0.4:5000/ [2022-03-25T14:26:10.309Z] Live Restore Enabled: false [2022-03-25T14:26:10.309Z] Product License: Community Engine [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] INFO: Commit hash is 3853eb59d1 [2022-03-25T14:26:10.309Z] INFO: Nuke-Everything... [2022-03-25T14:26:10.309Z] INFO: Container count on control daemon to delete is 0 [2022-03-25T14:26:10.309Z] INFO: Nuking d:\CI [2022-03-25T14:26:10.309Z] INFO: Zapped successfully [2022-03-25T14:26:10.309Z] INFO: Location for testing is d:\CI\PR-43378\3 [2022-03-25T14:26:10.309Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.309Z] INFO: Building the image from Dockerfile.windows at 03/25/2022 14:26:10... [2022-03-25T14:26:10.309Z] [2022-03-25T14:26:10.817Z] #23 10.31 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-25T14:26:10.931Z] #20 ... [2022-03-25T14:26:10.931Z] [2022-03-25T14:26:10.931Z] #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-25T14:26:10.931Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:26:10.931Z] #67 12.33 + cd /tmp/tmp.k6o60VKuhy/src/github.com/containerd/containerd [2022-03-25T14:26:10.931Z] #67 12.33 + git checkout -q v1.6.2 [2022-03-25T14:26:10.931Z] #67 12.97 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-25T14:26:10.931Z] #67 12.97 + BUILDTAGS='netgo osusergo static_build' [2022-03-25T14:26:10.931Z] #67 12.97 + export EXTRA_FLAGS=-buildmode=pie [2022-03-25T14:26:10.931Z] #67 12.97 + EXTRA_FLAGS=-buildmode=pie [2022-03-25T14:26:10.931Z] #67 12.97 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-25T14:26:10.931Z] #67 12.97 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-25T14:26:10.931Z] #67 12.97 + '[' '' = dynamic ']' [2022-03-25T14:26:10.931Z] #67 12.97 + make [2022-03-25T14:26:10.931Z] #67 13.62 + bin/ctr [2022-03-25T14:26:10.935Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-25T14:26:11.196Z] ok github.com/docker/docker/layer 7.859s coverage: 69.0% of statements [2022-03-25T14:26:11.196Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-25T14:26:11.196Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-25T14:26:11.196Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-25T14:26:11.196Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-25T14:26:11.196Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-25T14:26:11.196Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-25T14:26:11.196Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-03-25T14:26:11.455Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-25T14:26:11.713Z] ok github.com/docker/docker/pkg/fsutils 0.176s coverage: 85.1% of statements [2022-03-25T14:26:11.754Z] #23 11.37 Collecting pathspec>=0.5.3 [2022-03-25T14:26:11.754Z] #23 11.38 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-25T14:26:12.014Z] #23 11.77 Collecting pyyaml [2022-03-25T14:26:12.014Z] #23 11.78 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-25T14:26:12.014Z] #23 11.85 Building wheels for collected packages: yamllint [2022-03-25T14:26:12.014Z] #23 11.85 Building wheel for yamllint (setup.py): started [2022-03-25T14:26:12.279Z] ok github.com/docker/docker/pkg/idtools 0.322s coverage: 67.9% of statements [2022-03-25T14:26:12.309Z] #67 ... [2022-03-25T14:26:12.309Z] [2022-03-25T14:26:12.309Z] #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-25T14:26:12.309Z] #20 sha256:daf539fd5975f8d6aa1b52723a6548244f67d5531c0a02c4a5f8e18ec1288dfe [2022-03-25T14:26:12.309Z] #20 60.54 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-25T14:26:12.537Z] ok github.com/docker/docker/pkg/ioutils 0.371s coverage: 71.0% of statements [2022-03-25T14:26:12.568Z] #20 60.54 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-25T14:26:12.568Z] #20 60.54 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:26:12.796Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-03-25T14:26:12.796Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2022-03-25T14:26:12.796Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-25T14:26:13.054Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2022-03-25T14:26:13.054Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-25T14:26:13.203Z] #21 31.53 Selecting previously unselected package vim. [2022-03-25T14:26:13.203Z] #21 31.54 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:26:13.203Z] #21 31.56 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:26:13.313Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2022-03-25T14:26:13.313Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.5% of statements [2022-03-25T14:26:13.393Z] #23 12.89 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-25T14:26:13.393Z] #23 12.89 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=57264b9a90bb3635846dcad5fcbe1eb100d7ba27fd8ac2109ba7d4586a77f2bd [2022-03-25T14:26:13.393Z] #23 12.89 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-25T14:26:13.393Z] #23 12.90 Successfully built yamllint [2022-03-25T14:26:13.393Z] #23 12.93 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-25T14:26:13.462Z] #21 32.03 Selecting previously unselected package xfsprogs. [2022-03-25T14:26:13.462Z] #21 32.03 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-25T14:26:13.462Z] #21 32.04 Unpacking xfsprogs (5.10.0-4) ... [2022-03-25T14:26:13.571Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-03-25T14:26:13.571Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-25T14:26:13.571Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-25T14:26:13.653Z] #23 13.30 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-25T14:26:13.914Z] #23 DONE 13.7s [2022-03-25T14:26:13.914Z] [2022-03-25T14:26:13.914Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-25T14:26:13.914Z] #27 sha256:6edb731c540a29a22915e1be8832c588e986a800cbfef8dec0ea9b9a37011162 [2022-03-25T14:26:13.980Z] #21 32.45 Selecting previously unselected package zip. [2022-03-25T14:26:13.980Z] #21 32.47 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-25T14:26:13.980Z] #21 32.47 Unpacking zip (3.0-12) ... [2022-03-25T14:26:13.980Z] #21 32.59 Selecting previously unselected package zstd. [2022-03-25T14:26:13.980Z] #21 32.60 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-25T14:26:13.980Z] #21 32.61 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-25T14:26:14.139Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-03-25T14:26:14.173Z] #27 DONE 0.1s [2022-03-25T14:26:14.173Z] [2022-03-25T14:26:14.173Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-25T14:26:14.173Z] #32 sha256:13abd1502b385326c172fb8fba746e19fcef06266535e827c77b8b60648bcbd9 [2022-03-25T14:26:14.239Z] #21 32.91 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:26:14.397Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-25T14:26:14.433Z] #32 DONE 0.2s [2022-03-25T14:26:14.433Z] [2022-03-25T14:26:14.433Z] #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-25T14:26:14.433Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:26:14.433Z] #43 ... [2022-03-25T14:26:14.433Z] [2022-03-25T14:26:14.433Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-25T14:26:14.433Z] #35 sha256:720301f94b2fc69063ea2481c630a9bac5d2a203ea31d48ac0482baa3cd81384 [2022-03-25T14:26:14.433Z] #35 DONE 0.1s [2022-03-25T14:26:14.433Z] [2022-03-25T14:26:14.433Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-25T14:26:14.433Z] #37 sha256:ee1f754092da01e05d307903698f76d55934048b39ff81327a71c0a196b903d1 [2022-03-25T14:26:14.433Z] #37 DONE 0.0s [2022-03-25T14:26:14.473Z] #20 62.22 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-25T14:26:14.473Z] #20 62.23 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-25T14:26:14.473Z] #20 62.24 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-25T14:26:14.473Z] #20 62.32 Selecting previously unselected package libapparmor1:amd64. [2022-03-25T14:26:14.473Z] #20 62.32 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-25T14:26:14.473Z] #20 62.33 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-25T14:26:14.473Z] #20 62.38 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-25T14:26:14.473Z] #20 62.39 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-25T14:26:14.473Z] #20 62.40 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-25T14:26:14.473Z] #20 62.47 Selecting previously unselected package libbtrfs0:amd64. [2022-03-25T14:26:14.473Z] #20 62.48 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-25T14:26:14.473Z] #20 62.48 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:26:14.473Z] #20 62.56 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-25T14:26:14.473Z] #20 62.56 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-25T14:26:14.473Z] #20 62.57 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:26:14.473Z] #20 62.66 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-25T14:26:14.473Z] #20 62.67 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:26:14.473Z] #20 62.67 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:26:14.473Z] #20 62.71 Selecting previously unselected package libudev-dev:amd64. [2022-03-25T14:26:14.473Z] #20 62.71 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-25T14:26:14.473Z] #20 62.72 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-25T14:26:14.656Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-03-25T14:26:14.656Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-03-25T14:26:14.693Z] [2022-03-25T14:26:14.693Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-25T14:26:14.693Z] #41 sha256:58634088ac25ee65dff3acb5cde104adfea476b6811ca49fdd96df81b86c1041 [2022-03-25T14:26:14.693Z] #41 DONE 0.0s [2022-03-25T14:26:14.693Z] [2022-03-25T14:26:14.693Z] #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-25T14:26:14.693Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:26:14.735Z] #20 62.78 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-25T14:26:14.735Z] #20 62.78 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-25T14:26:14.735Z] #20 62.79 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-25T14:26:14.735Z] #20 62.89 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-25T14:26:14.735Z] #20 62.90 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-25T14:26:14.735Z] #20 62.91 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-25T14:26:14.994Z] #20 63.00 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-25T14:26:14.994Z] #20 63.01 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-25T14:26:14.994Z] #20 63.01 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-25T14:26:14.994Z] #20 63.11 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-25T14:26:14.994Z] #20 63.12 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-25T14:26:14.994Z] #20 63.12 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-25T14:26:14.994Z] #20 63.17 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-25T14:26:14.994Z] #20 63.18 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-25T14:26:14.994Z] #20 63.19 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-25T14:26:15.177Z] #21 33.81 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-25T14:26:15.177Z] #21 33.83 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-25T14:26:15.177Z] #21 33.84 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-25T14:26:15.177Z] #21 33.85 Setting up libicu67:amd64 (67.1-7) ... [2022-03-25T14:26:15.177Z] #21 33.86 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-25T14:26:15.177Z] #21 33.88 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-25T14:26:15.255Z] #20 63.38 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-25T14:26:15.255Z] #20 63.38 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-25T14:26:15.255Z] #20 63.39 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-25T14:26:15.437Z] #21 33.89 Setting up uidmap (1:4.8.1-1) ... [2022-03-25T14:26:15.437Z] #21 33.91 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:26:15.437Z] #21 33.92 Setting up bzip2 (1.0.8-4) ... [2022-03-25T14:26:15.437Z] #21 33.93 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:26:15.437Z] #21 33.94 Setting up python3-wheel (0.34.2-1) ... [2022-03-25T14:26:15.514Z] #20 63.50 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-25T14:26:15.514Z] #20 63.51 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-25T14:26:15.514Z] #20 63.51 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:26:15.514Z] #20 63.55 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-25T14:26:15.514Z] #20 63.56 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-25T14:26:15.514Z] #20 63.57 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-25T14:26:15.514Z] #20 63.63 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-25T14:26:15.514Z] #20 63.63 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-25T14:26:15.514Z] #20 63.64 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-25T14:26:15.803Z] #20 63.86 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-25T14:26:15.803Z] #20 63.88 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-25T14:26:15.803Z] #20 63.90 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-25T14:26:15.803Z] #20 63.91 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-25T14:26:15.803Z] #20 63.93 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-25T14:26:15.803Z] #20 63.94 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-25T14:26:15.803Z] #20 63.96 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-25T14:26:15.803Z] #20 63.98 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-25T14:26:15.803Z] #20 63.99 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-25T14:26:15.803Z] #20 64.00 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-25T14:26:15.803Z] #20 64.02 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-25T14:26:15.803Z] #20 64.03 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-25T14:26:15.803Z] #20 64.05 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-25T14:26:15.803Z] #20 64.06 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-25T14:26:15.803Z] #20 64.07 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-25T14:26:15.803Z] #20 64.08 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-25T14:26:15.803Z] #20 64.09 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-25T14:26:16.006Z] #21 34.68 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:26:16.006Z] #21 34.69 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-25T14:26:16.006Z] #21 34.71 Setting up libcap2-bin (1:2.44-1) ... [2022-03-25T14:26:16.006Z] #21 34.73 Setting up apparmor (2.13.6-10) ... [2022-03-25T14:26:16.029Z] ok github.com/docker/docker/pkg/pubsub 1.048s coverage: 75.0% of statements [2022-03-25T14:26:16.071Z] #20 64.11 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-25T14:26:16.072Z] #20 64.12 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-25T14:26:16.072Z] #20 64.15 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-25T14:26:16.072Z] #20 64.17 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:26:16.072Z] #20 64.18 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-25T14:26:16.072Z] #20 64.19 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:26:16.072Z] #20 64.20 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-25T14:26:16.072Z] #20 64.21 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-25T14:26:16.072Z] #20 64.22 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-25T14:26:16.072Z] #20 64.24 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-25T14:26:16.072Z] #20 64.24 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-25T14:26:16.072Z] #20 64.26 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-25T14:26:16.072Z] #20 64.28 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:26:16.072Z] #20 64.29 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-25T14:26:16.072Z] #20 64.30 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:26:16.288Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-03-25T14:26:16.333Z] #20 64.32 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-25T14:26:16.333Z] #20 64.33 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:26:16.546Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-25T14:26:16.546Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-25T14:26:16.804Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-25T14:26:17.062Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-25T14:26:17.628Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 53.4% of statements [2022-03-25T14:26:17.715Z] #20 DONE 65.7s [2022-03-25T14:26:17.715Z] [2022-03-25T14:26:17.715Z] #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-25T14:26:17.715Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:26:17.715Z] #67 ... [2022-03-25T14:26:17.715Z] [2022-03-25T14:26:17.715Z] #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-25T14:26:17.715Z] #21 sha256:e42e201bfe4dc781e905c76faf1e2f4dfb3275d688555b1a191dcba1b3d2fa3a [2022-03-25T14:26:17.886Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-25T14:26:17.912Z] #21 36.26 Setting up zip (3.0-12) ... [2022-03-25T14:26:17.912Z] #21 36.29 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:26:17.912Z] #21 36.31 Setting up bash-completion (1:2.11-2) ... [2022-03-25T14:26:18.144Z] ok github.com/docker/docker/pkg/tailfile 0.039s coverage: 88.6% of statements [2022-03-25T14:26:18.711Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-03-25T14:26:18.890Z] Sending build context to Docker daemon 66.17MB [2022-03-25T14:26:18.890Z] [2022-03-25T14:26:18.890Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-25T14:26:18.890Z] ---> 6a11116086a4 [2022-03-25T14:26:18.890Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> 4071bda0ac32 [2022-03-25T14:26:18.890Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-03-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> ace76865a4b6 [2022-03-25T14:26:18.890Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-03-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> c17eaac5ee63 [2022-03-25T14:26:18.890Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> dffb3cdccb8c [2022-03-25T14:26:18.890Z] 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-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> 3d123f1996e1 [2022-03-25T14:26:18.890Z] 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-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> dc47e0d3007b [2022-03-25T14:26:18.890Z] 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-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> e9ebbc6e8599 [2022-03-25T14:26:18.890Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> 847b0e9a3843 [2022-03-25T14:26:18.890Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-25T14:26:18.890Z] ---> Using cache [2022-03-25T14:26:18.890Z] ---> d436d4618580 [2022-03-25T14:26:18.890Z] Step 11/11 : COPY . . [2022-03-25T14:26:18.968Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-25T14:26:18.968Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-25T14:26:19.091Z] #21 1.267 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-25T14:26:19.091Z] #21 1.268 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-25T14:26:19.091Z] #21 1.268 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-25T14:26:19.226Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-25T14:26:19.818Z] #21 38.11 Setting up xz-utils (5.2.5-2) ... [2022-03-25T14:26:19.818Z] #21 38.13 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-25T14:26:19.818Z] #21 38.14 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-25T14:26:19.818Z] #21 38.17 Setting up patch (2.7.6-7) ... [2022-03-25T14:26:19.818Z] #21 38.19 Setting up sudo (1.9.5p2-3) ... [2022-03-25T14:26:19.818Z] #21 38.28 invoke-rc.d: could not determine current runlevel [2022-03-25T14:26:19.818Z] #21 38.29 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-25T14:26:19.818Z] #21 38.30 Setting up xfsprogs (5.10.0-4) ... [2022-03-25T14:26:19.818Z] #21 38.32 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-25T14:26:19.818Z] #21 38.33 Setting up inetutils-ping (2:2.0-1) ... [2022-03-25T14:26:19.818Z] #21 38.34 Setting up pigz (2.6-1) ... [2022-03-25T14:26:19.818Z] #21 38.36 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-25T14:26:19.818Z] #21 38.37 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:26:19.818Z] #21 38.39 Setting up python-pip-whl (20.3.4-4) ... [2022-03-25T14:26:19.818Z] #21 38.41 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:26:20.386Z] #21 39.02 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-25T14:26:20.386Z] #21 39.04 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-25T14:26:20.646Z] #21 39.44 Setting up libelf1:amd64 (0.183-1) ... [2022-03-25T14:26:20.905Z] #21 39.47 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-25T14:26:20.905Z] #21 39.49 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:26:20.905Z] #21 39.50 Setting up python3-distutils (3.9.2-1) ... [2022-03-25T14:26:21.126Z] ok github.com/docker/docker/plugin 0.514s coverage: 23.2% of statements [2022-03-25T14:26:21.126Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-25T14:26:21.424Z] #21 39.87 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:26:21.424Z] #21 39.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-25T14:26:21.424Z] #21 39.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-25T14:26:21.424Z] #21 39.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-25T14:26:21.424Z] #21 39.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-25T14:26:21.424Z] #21 39.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-25T14:26:21.424Z] #21 39.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-25T14:26:21.424Z] #21 39.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-25T14:26:21.424Z] #21 39.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-25T14:26:21.424Z] #21 39.94 Setting up python3-setuptools (52.0.0-4) ... [2022-03-25T14:26:21.692Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-03-25T14:26:22.626Z] ok github.com/docker/docker/quota 0.220s coverage: 71.4% of statements [2022-03-25T14:26:22.802Z] #21 41.28 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:26:22.802Z] #21 41.29 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-25T14:26:22.802Z] #21 41.31 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-25T14:26:22.802Z] #21 41.32 Setting up python3-pip (20.3.4-4) ... [2022-03-25T14:26:22.884Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-25T14:26:23.740Z] #21 42.40 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-25T14:26:23.740Z] #21 42.41 Setting up jq (1.6-2.1) ... [2022-03-25T14:26:23.740Z] #21 42.42 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-25T14:26:23.740Z] #21 42.43 Setting up iptables (1.8.7-1) ... [2022-03-25T14:26:23.740Z] #21 42.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-25T14:26:23.740Z] #21 42.49 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-25T14:26:23.819Z] ok github.com/docker/docker/registry 0.078s coverage: 58.5% of statements [2022-03-25T14:26:23.999Z] #21 42.50 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-25T14:26:23.999Z] #21 42.51 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-25T14:26:23.999Z] #21 42.51 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-25T14:26:23.999Z] #21 42.52 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-25T14:26:23.999Z] #21 42.53 Setting up iproute2 (5.10.0-4) ... [2022-03-25T14:26:24.078Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-25T14:26:24.258Z] #21 42.86 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:26:24.335Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-25T14:26:24.518Z] #21 DONE 43.2s [2022-03-25T14:26:24.518Z] [2022-03-25T14:26:24.518Z] #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-25T14:26:24.518Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:26:24.621Z] #21 1.802 Reading package lists... [2022-03-25T14:26:24.778Z] #43 ... [2022-03-25T14:26:24.778Z] [2022-03-25T14:26:24.778Z] #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-25T14:26:24.778Z] #22 sha256:3c83af30fca832735bfd83c9782fe9f8cf31bc6f10a2b933d505cc16da7d1f46 [2022-03-25T14:26:24.901Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-25T14:26:24.901Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-25T14:26:25.716Z] #22 1.229 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-25T14:26:25.716Z] #22 1.233 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-25T14:26:25.716Z] #22 1.235 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-25T14:26:25.716Z] #22 DONE 1.3s [2022-03-25T14:26:25.716Z] [2022-03-25T14:26:25.716Z] #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-25T14:26:25.716Z] #56 sha256:f91da8ec1accce5cd2b44e4a77864fe06e2c35ea5d54cb353bd5527e4b3b8e5d [2022-03-25T14:26:25.976Z] #56 ... [2022-03-25T14:26:25.976Z] [2022-03-25T14:26:25.976Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-25T14:26:25.976Z] #23 sha256:27129f8cec1cabab546c25f38936e9b0bf96767a754124cc5a0beaef6f28b999 [2022-03-25T14:26:26.803Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-25T14:26:27.066Z] ok github.com/docker/docker/volume/local 0.094s coverage: 76.4% of statements [2022-03-25T14:26:27.633Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.7% of statements [2022-03-25T14:26:28.566Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-03-25T14:26:28.812Z] #21 6.406 Reading package lists... [2022-03-25T14:26:29.748Z] #21 10.97 Building dependency tree... [2022-03-25T14:26:29.748Z] #21 12.03 Reading state information... [2022-03-25T14:26:30.685Z] #21 13.11 The following additional packages will be installed: [2022-03-25T14:26:30.685Z] #21 13.11 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-25T14:26:30.685Z] #21 13.11 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-25T14:26:30.685Z] #21 13.11 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-25T14:26:30.685Z] #21 13.11 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-25T14:26:30.685Z] #21 13.11 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-25T14:26:30.685Z] #21 13.11 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-25T14:26:30.685Z] #21 13.12 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-25T14:26:30.685Z] #21 13.13 Suggested packages: [2022-03-25T14:26:30.685Z] #21 13.13 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-25T14:26:30.685Z] #21 13.13 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-25T14:26:30.685Z] #21 13.13 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-25T14:26:30.685Z] #21 13.13 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-25T14:26:30.685Z] #21 13.13 seccomp:ppc64el seccomp:s390x [2022-03-25T14:26:30.685Z] #21 13.13 Recommended packages: [2022-03-25T14:26:30.685Z] #21 13.13 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-25T14:26:30.685Z] #21 13.13 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-25T14:26:30.685Z] #21 13.13 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-25T14:26:30.685Z] #21 13.13 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-25T14:26:31.253Z] #21 13.55 The following NEW packages will be installed: [2022-03-25T14:26:31.253Z] #21 13.55 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-25T14:26:31.253Z] #21 13.55 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-25T14:26:31.253Z] #21 13.55 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-25T14:26:31.253Z] #21 13.55 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-25T14:26:31.253Z] #21 13.55 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-25T14:26:31.253Z] #21 13.55 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-25T14:26:31.253Z] #21 13.55 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-25T14:26:31.253Z] #21 13.55 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-25T14:26:31.253Z] #21 13.55 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-25T14:26:31.253Z] #21 13.55 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-25T14:26:31.253Z] #21 13.56 libseccomp2:ppc64el libseccomp2:s390x [2022-03-25T14:26:31.512Z] #21 13.91 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:26:31.512Z] #21 13.91 Need to get 15.9 MB of archives. [2022-03-25T14:26:31.512Z] #21 13.91 After this operation, 73.0 MB of additional disk space will be used. [2022-03-25T14:26:31.512Z] #21 13.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-25T14:26:31.512Z] #21 13.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-25T14:26:31.512Z] #21 13.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-25T14:26:31.512Z] #21 13.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-25T14:26:31.512Z] #21 13.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-25T14:26:31.512Z] #21 13.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-25T14:26:31.512Z] #21 13.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-25T14:26:31.512Z] #21 13.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-25T14:26:31.512Z] #21 13.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-25T14:26:31.512Z] #21 13.97 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-25T14:26:31.512Z] #21 13.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-25T14:26:31.512Z] #21 13.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-25T14:26:31.512Z] #21 13.98 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-25T14:26:31.512Z] #21 14.02 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-25T14:26:31.512Z] #21 14.02 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-25T14:26:31.512Z] #21 14.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-25T14:26:31.512Z] #21 14.03 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-25T14:26:31.512Z] #21 14.03 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-25T14:26:31.512Z] #21 14.06 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-25T14:26:31.512Z] #21 14.06 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-25T14:26:31.512Z] #21 14.06 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-25T14:26:31.512Z] #21 14.08 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-25T14:26:31.512Z] #21 14.09 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-25T14:26:31.513Z] #21 14.12 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-25T14:26:31.513Z] #21 14.13 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-25T14:26:31.513Z] #21 14.13 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-25T14:26:31.513Z] #21 14.13 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-25T14:26:31.513Z] #21 14.13 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-25T14:26:31.513Z] #21 14.16 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-25T14:26:31.772Z] #21 14.17 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-25T14:26:31.772Z] #21 14.17 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-25T14:26:31.772Z] #21 14.34 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-25T14:26:31.772Z] #21 14.43 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-25T14:26:32.031Z] #21 14.43 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-25T14:26:32.031Z] #21 14.43 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-25T14:26:32.031Z] #21 14.43 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-25T14:26:32.031Z] #21 14.43 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-25T14:26:32.031Z] #21 14.44 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-25T14:26:32.031Z] #21 14.45 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-25T14:26:32.031Z] #21 14.45 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-25T14:26:32.600Z] #21 15.03 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:26:32.859Z] #21 15.25 Fetched 15.9 MB in 1s (19.5 MB/s) [2022-03-25T14:26:32.859Z] #21 15.29 Selecting previously unselected package gcc-10-base:armel. [2022-03-25T14:26:32.859Z] #21 15.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-03-25T14:26:32.859Z] #21 15.33 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-25T14:26:32.859Z] #21 15.35 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-25T14:26:32.859Z] #21 15.40 Selecting previously unselected package gcc-10-base:armhf. [2022-03-25T14:26:33.119Z] #21 15.40 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-25T14:26:33.119Z] #21 15.41 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-25T14:26:33.119Z] #21 15.46 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-25T14:26:33.119Z] #21 15.46 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-25T14:26:33.119Z] #21 15.47 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-25T14:26:33.119Z] #21 15.53 Selecting previously unselected package gcc-10-base:s390x. [2022-03-25T14:26:33.119Z] #21 15.54 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-25T14:26:33.119Z] #21 15.54 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-25T14:26:33.119Z] #21 15.59 Selecting previously unselected package gcc-10-base:arm64. [2022-03-25T14:26:33.119Z] #21 15.60 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-25T14:26:33.119Z] #21 15.61 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-25T14:26:33.379Z] #21 15.66 Selecting previously unselected package libgcc-s1:armel. [2022-03-25T14:26:33.379Z] #21 15.67 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-25T14:26:33.379Z] #21 15.68 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-25T14:26:33.379Z] #21 15.74 Selecting previously unselected package libcrypt1:armel. [2022-03-25T14:26:33.379Z] #21 15.74 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-25T14:26:33.379Z] #21 15.75 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-25T14:26:33.379Z] #21 15.84 Selecting previously unselected package libc6:armel. [2022-03-25T14:26:33.379Z] #21 15.84 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-25T14:26:33.638Z] #21 16.04 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-25T14:26:33.897Z] #21 16.49 Selecting previously unselected package libapparmor1:armel. [2022-03-25T14:26:33.898Z] #21 16.50 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-25T14:26:33.898Z] #21 16.51 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-25T14:26:33.898Z] #21 16.56 Selecting previously unselected package libapparmor-dev:armel. [2022-03-25T14:26:34.157Z] #21 16.57 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-25T14:26:34.157Z] #21 16.58 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-25T14:26:34.157Z] #21 16.64 Selecting previously unselected package libgcc-s1:arm64. [2022-03-25T14:26:34.157Z] #21 16.65 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-25T14:26:34.157Z] #21 16.65 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-25T14:26:34.157Z] #21 16.71 Selecting previously unselected package libcrypt1:arm64. [2022-03-25T14:26:34.157Z] #21 16.71 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-25T14:26:34.157Z] #21 16.72 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-25T14:26:34.157Z] #21 16.81 Selecting previously unselected package libc6:arm64. [2022-03-25T14:26:34.416Z] #21 16.81 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-25T14:26:34.676Z] #21 17.02 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-25T14:26:34.935Z] #21 17.46 Selecting previously unselected package libapparmor1:arm64. [2022-03-25T14:26:34.935Z] #21 17.47 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-25T14:26:34.935Z] #21 17.47 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-25T14:26:34.935Z] #21 17.52 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-25T14:26:35.195Z] #21 17.53 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-25T14:26:35.195Z] #21 17.54 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-25T14:26:35.195Z] #21 17.60 Selecting previously unselected package libgcc-s1:s390x. [2022-03-25T14:26:35.195Z] #21 17.61 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-25T14:26:35.195Z] #21 17.62 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-25T14:26:35.195Z] #21 17.66 Selecting previously unselected package libcrypt1:s390x. [2022-03-25T14:26:35.195Z] #21 17.67 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-25T14:26:35.195Z] #21 17.67 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-25T14:26:35.195Z] #21 17.78 Selecting previously unselected package libc6:s390x. [2022-03-25T14:26:35.454Z] #21 17.78 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-25T14:26:35.454Z] #21 17.97 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-25T14:26:35.988Z] #23 9.667 Collecting yamllint==1.26.1 [2022-03-25T14:26:36.023Z] #21 18.43 Selecting previously unselected package libapparmor1:s390x. [2022-03-25T14:26:36.023Z] #21 18.43 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-25T14:26:36.023Z] #21 18.44 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-25T14:26:36.023Z] #21 18.49 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-25T14:26:36.023Z] #21 18.50 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-25T14:26:36.023Z] #21 18.50 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-25T14:26:36.023Z] #21 18.57 Selecting previously unselected package libgcc-s1:armhf. [2022-03-25T14:26:36.023Z] #21 18.57 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-25T14:26:36.023Z] #21 18.58 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-25T14:26:36.023Z] #21 18.63 Selecting previously unselected package libcrypt1:armhf. [2022-03-25T14:26:36.282Z] #21 18.63 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-25T14:26:36.282Z] #21 18.64 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-25T14:26:36.282Z] #21 18.73 Selecting previously unselected package libc6:armhf. [2022-03-25T14:26:36.282Z] #21 18.73 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-25T14:26:36.542Z] #21 18.95 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-25T14:26:36.557Z] #23 10.74 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-25T14:26:36.679Z] #43 183.8 + dpkg --print-architecture [2022-03-25T14:26:36.679Z] #43 183.8 + git checkout -q v2.1.0 [2022-03-25T14:26:36.679Z] #43 184.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-25T14:26:36.679Z] #43 184.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-25T14:26:37.110Z] #21 19.41 Selecting previously unselected package libapparmor1:armhf. [2022-03-25T14:26:37.111Z] #21 19.42 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-25T14:26:37.111Z] #21 19.42 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-25T14:26:37.111Z] #21 19.48 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-25T14:26:37.111Z] #21 19.48 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-25T14:26:37.111Z] #21 19.49 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-25T14:26:37.111Z] #21 19.56 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-25T14:26:37.111Z] #21 19.57 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-25T14:26:37.111Z] #21 19.57 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-25T14:26:37.111Z] #21 19.62 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-25T14:26:37.111Z] #21 19.63 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-25T14:26:37.111Z] #21 19.63 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-25T14:26:37.111Z] #21 19.71 Selecting previously unselected package libc6:ppc64el. [2022-03-25T14:26:37.111Z] #21 19.72 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-25T14:26:37.369Z] #21 19.89 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-25T14:26:37.935Z] #23 11.87 Collecting pathspec>=0.5.3 [2022-03-25T14:26:37.935Z] #23 11.88 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-25T14:26:37.936Z] #21 20.43 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-25T14:26:37.936Z] #21 20.43 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-25T14:26:37.936Z] #21 20.44 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-25T14:26:37.936Z] #21 20.49 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-25T14:26:37.936Z] #21 20.50 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-25T14:26:37.936Z] #21 20.50 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-25T14:26:38.194Z] #23 12.23 Collecting pyyaml [2022-03-25T14:26:38.194Z] #23 12.24 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-25T14:26:38.194Z] #23 12.30 Building wheels for collected packages: yamllint [2022-03-25T14:26:38.194Z] #23 12.31 Building wheel for yamllint (setup.py): started [2022-03-25T14:26:38.195Z] #21 20.57 Selecting previously unselected package libseccomp2:s390x. [2022-03-25T14:26:38.195Z] #21 20.57 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-25T14:26:38.195Z] #21 20.58 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.195Z] #21 20.63 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-25T14:26:38.195Z] #21 20.64 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-25T14:26:38.195Z] #21 20.64 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.195Z] #21 20.71 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-25T14:26:38.195Z] #21 20.71 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-25T14:26:38.195Z] #21 20.72 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.195Z] #21 20.76 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-25T14:26:38.195Z] #21 20.77 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-25T14:26:38.195Z] #21 20.78 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.195Z] #21 20.84 Selecting previously unselected package libseccomp2:armhf. [2022-03-25T14:26:38.454Z] #21 20.85 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-25T14:26:38.454Z] #21 20.85 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.454Z] #21 20.89 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-25T14:26:38.454Z] #21 20.90 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-25T14:26:38.454Z] #21 20.91 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.454Z] #21 20.97 Selecting previously unselected package libseccomp2:armel. [2022-03-25T14:26:38.454Z] #21 20.98 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-25T14:26:38.454Z] #21 20.98 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.454Z] #21 21.03 Selecting previously unselected package libseccomp-dev:armel. [2022-03-25T14:26:38.454Z] #21 21.03 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-25T14:26:38.454Z] #21 21.04 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.713Z] #21 21.10 Selecting previously unselected package libseccomp2:arm64. [2022-03-25T14:26:38.713Z] #21 21.10 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-25T14:26:38.713Z] #21 21.11 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.713Z] #21 21.15 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-25T14:26:38.713Z] #21 21.16 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-25T14:26:38.713Z] #21 21.16 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-25T14:26:38.713Z] #21 21.25 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-25T14:26:38.713Z] #21 21.27 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-25T14:26:38.713Z] #21 21.28 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-25T14:26:38.713Z] #21 21.29 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-25T14:26:38.713Z] #21 21.31 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-25T14:26:38.713Z] #21 21.33 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-25T14:26:38.713Z] #21 21.34 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-25T14:26:38.972Z] #21 21.35 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-25T14:26:38.972Z] #21 21.37 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-25T14:26:38.972Z] #21 21.38 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-25T14:26:38.972Z] #21 21.40 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-25T14:26:38.972Z] #21 21.41 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-25T14:26:38.972Z] #21 21.42 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-25T14:26:38.972Z] #21 21.44 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-25T14:26:38.972Z] #21 21.45 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-25T14:26:38.972Z] #21 21.46 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-25T14:26:39.134Z] #23 13.20 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-25T14:26:39.134Z] #23 13.21 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=7ca13436a4fa8a9d8636b71f94db7307859d3e0895c054a5261309da3af63903 [2022-03-25T14:26:39.134Z] #23 13.21 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-25T14:26:39.134Z] #23 13.22 Successfully built yamllint [2022-03-25T14:26:39.134Z] #23 13.24 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-25T14:26:39.393Z] #23 13.62 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-25T14:26:40.331Z] #23 DONE 14.3s [2022-03-25T14:26:40.331Z] [2022-03-25T14:26:40.331Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-25T14:26:40.331Z] #27 sha256:7c229d9386b9305b1c47532950627adf41a1f5e3a4e2954ad6bf73404556b367 [2022-03-25T14:26:40.331Z] #27 DONE 0.2s [2022-03-25T14:26:40.331Z] [2022-03-25T14:26:40.331Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-25T14:26:40.331Z] #32 sha256:76ee68f32dff145c28b5a48936f7d8217c97dec2f33290d3108474cadadf811e [2022-03-25T14:26:40.350Z] #21 22.68 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-25T14:26:40.590Z] #32 DONE 0.3s [2022-03-25T14:26:40.590Z] [2022-03-25T14:26:40.590Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-25T14:26:40.590Z] #35 sha256:024a69e43884c048569e36470fb91944ad863611b419c7e284903d0f9809fc9d [2022-03-25T14:26:40.850Z] #35 DONE 0.1s [2022-03-25T14:26:40.850Z] [2022-03-25T14:26:40.850Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-25T14:26:40.850Z] #37 sha256:c0e143d3cf170436decb90c56b483aafaf467a804064958e83142f0fbf67ce81 [2022-03-25T14:26:40.850Z] #37 DONE 0.1s [2022-03-25T14:26:40.850Z] [2022-03-25T14:26:40.850Z] #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-25T14:26:40.850Z] #60 sha256:2e04d261a4e4de7709989440a5832f59d508835c9bec4faf111e1a9a4f0f4284 [2022-03-25T14:26:40.850Z] #60 ... [2022-03-25T14:26:40.850Z] [2022-03-25T14:26:40.850Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-25T14:26:40.850Z] #41 sha256:5a4c7d38759eb6a8b3e4c181fc04fbfdbb3881222bf9e585d79163fb8bc77582 [2022-03-25T14:26:40.850Z] #41 DONE 0.0s [2022-03-25T14:26:41.109Z] [2022-03-25T14:26:41.109Z] #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-25T14:26:41.109Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:26:41.725Z] #21 23.90 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-25T14:26:42.660Z] #21 25.15 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-25T14:26:44.038Z] #21 26.37 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-25T14:26:45.234Z] #21 27.61 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-25T14:26:45.234Z] #21 27.62 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-25T14:26:45.234Z] #21 27.63 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-25T14:26:45.234Z] #21 27.65 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-25T14:26:45.234Z] #21 27.66 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-25T14:26:45.234Z] #21 27.68 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.234Z] #21 27.69 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.234Z] #21 27.71 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.234Z] #21 27.72 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.234Z] #21 27.74 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.234Z] #21 27.76 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-25T14:26:45.234Z] #21 27.77 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-25T14:26:45.234Z] #21 27.79 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-25T14:26:45.234Z] #21 27.80 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-25T14:26:45.493Z] #21 27.81 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-25T14:26:45.493Z] #21 27.83 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.493Z] #21 27.85 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.493Z] #21 27.86 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.493Z] #21 27.88 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.493Z] #21 27.89 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-25T14:26:45.493Z] #21 27.90 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:26:46.062Z] #21 DONE 28.6s [2022-03-25T14:26:46.062Z] [2022-03-25T14:26:46.062Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-25T14:26:46.062Z] #62 sha256:b1cda5ec7651ae2afd0575262b79dfbcadb512741373325cefc3e3bcb41114b9 [2022-03-25T14:26:46.062Z] #62 DONE 0.1s [2022-03-25T14:26:46.062Z] [2022-03-25T14:26:46.062Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-25T14:26:46.062Z] #22 sha256:31a04da0b97cd29012e7817a3ae6c5cedf9ee5be88c05ea4bbd706f0f114b0eb [2022-03-25T14:26:47.441Z] #22 DONE 1.2s [2022-03-25T14:26:47.441Z] [2022-03-25T14:26:47.441Z] #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-25T14:26:47.441Z] #23 sha256:9175868c615393160f98047f0a53ff0e63ba2ab3ba7aad5f24a04106611d1247 [2022-03-25T14:26:48.380Z] #23 DONE 0.9s [2022-03-25T14:26:48.380Z] [2022-03-25T14:26:48.380Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-25T14:26:48.380Z] #24 sha256:86bfcb66452782f0ed10b29856da9524d0c6596119f3fae19aa2e010b0c5b985 [2022-03-25T14:26:49.316Z] #24 1.160 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-25T14:26:49.574Z] #24 DONE 1.2s [2022-03-25T14:26:49.574Z] [2022-03-25T14:26:49.574Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-25T14:26:49.574Z] #25 sha256:8811b41f6dc5aa35c9cd6d6ec23bb1a3a210dd0ce879d10f4c33faf775388a20 [2022-03-25T14:26:50.201Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-25T14:26:50.201Z] [2022-03-25T14:26:50.201Z] ________ ____ __. [2022-03-25T14:26:50.201Z] \_____ \ | |/ _| [2022-03-25T14:26:50.201Z] / | \| < [2022-03-25T14:26:50.201Z] / | \ | \ [2022-03-25T14:26:50.201Z] \_______ /____|__ \ [2022-03-25T14:26:50.201Z] \/ \/ [2022-03-25T14:26:50.201Z] [2022-03-25T14:26:50.201Z] INFO: make.ps1 ended at 03/25/2022 14:26:46 [2022-03-25T14:26:50.201Z] INFO: Binaries build ended at 03/25/2022 14:26:47. Duration:00:02:00.5354977 [2022-03-25T14:26:50.201Z] INFO: Copying the built daemon binary to d:\CI\PR-43378\3\binary\dockerd-3853eb59d1.exe... [2022-03-25T14:26:50.201Z] INFO: Copying the built client binary to d:\CI\PR-43378\3\binary\docker-3853eb59d1.exe... [2022-03-25T14:26:50.201Z] INFO: Copying dockerversion from the container... [2022-03-25T14:26:50.201Z] INFO: Copying the golang package from the container to d:\CI\PR-43378\3\installer\go.zip... [2022-03-25T14:26:50.599Z] #25 DONE 1.0s [2022-03-25T14:26:50.599Z] [2022-03-25T14:26:50.599Z] #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-25T14:26:50.599Z] #63 sha256:d7366d57b6365e1c5c80aacb435df7998bed173872cc366b2e8ca0d8c173e2d6 [2022-03-25T14:26:50.599Z] #63 1.040 + RM_GOPATH=0 [2022-03-25T14:26:50.599Z] #63 1.040 + TMP_GOPATH= [2022-03-25T14:26:50.599Z] #63 1.040 + : /build [2022-03-25T14:26:50.599Z] #63 1.040 + '[' -z '' ']' [2022-03-25T14:26:50.599Z] #63 1.045 ++ mktemp -d [2022-03-25T14:26:50.599Z] #63 1.045 + export GOPATH=/tmp/tmp.5AZ7kIl50P [2022-03-25T14:26:50.599Z] #63 1.045 + GOPATH=/tmp/tmp.5AZ7kIl50P [2022-03-25T14:26:50.599Z] #63 1.045 + RM_GOPATH=1 [2022-03-25T14:26:50.599Z] #63 1.045 + case "$(go env GOARCH)" in [2022-03-25T14:26:50.599Z] #63 1.045 ++ go env GOARCH [2022-03-25T14:26:50.599Z] #63 1.056 Install runc version v1.1.0 (build tags: seccomp) [2022-03-25T14:26:50.599Z] #63 1.057 + export GO_BUILDMODE=-buildmode=pie [2022-03-25T14:26:50.599Z] #63 1.057 + GO_BUILDMODE=-buildmode=pie [2022-03-25T14:26:50.599Z] #63 1.057 ++ dirname /install.sh [2022-03-25T14:26:50.599Z] #63 1.057 + dir=/ [2022-03-25T14:26:50.599Z] #63 1.057 + bin=runc [2022-03-25T14:26:50.599Z] #63 1.057 + shift [2022-03-25T14:26:50.599Z] #63 1.057 + '[' '!' -f //runc.installer ']' [2022-03-25T14:26:50.599Z] #63 1.057 + . //runc.installer [2022-03-25T14:26:50.599Z] #63 1.057 ++ set -e [2022-03-25T14:26:50.599Z] #63 1.057 ++ : v1.1.0 [2022-03-25T14:26:50.599Z] #63 1.057 + install_runc [2022-03-25T14:26:50.599Z] #63 1.057 + RUNC_BUILDTAGS=seccomp [2022-03-25T14:26:50.599Z] #63 1.057 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-25T14:26:50.599Z] #63 1.057 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5AZ7kIl50P/src/github.com/opencontainers/runc [2022-03-25T14:26:50.599Z] #63 1.059 Cloning into '/tmp/tmp.5AZ7kIl50P/src/github.com/opencontainers/runc'... [2022-03-25T14:26:50.603Z] ok github.com/docker/docker/pkg/plugins 33.626s coverage: 76.3% of statements [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/rootless [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/volume [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-25T14:26:50.603Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === Skipped [2022-03-25T14:26:50.603Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-25T14:26:50.603Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-25T14:26:50.603Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-25T14:26:50.603Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-25T14:26:50.603Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-25T14:26:50.603Z] aufs_test.go:715: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:44Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-25T14:26:50.603Z] aufs_test.go:38: driver not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-25T14:26:50.603Z] graphtest_unix.go:71: No driver to put! [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-25T14:26:50.603Z] time="2022-03-25T14:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:26:50.603Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:26:50.603Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:26:50.603Z] [2022-03-25T14:26:50.603Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-25T14:26:50.604Z] time="2022-03-25T14:25:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:26:50.604Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:26:50.604Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-25T14:26:50.604Z] graphtest_unix.go:71: No driver to put! [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-25T14:26:50.604Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-25T14:26:50.604Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-25T14:26:50.604Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-25T14:26:50.604Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-25T14:26:50.604Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.604Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-25T14:26:50.604Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.604Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-25T14:26:50.604Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.604Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-25T14:26:50.604Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.604Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-25T14:26:50.604Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:26:50.604Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-25T14:26:50.604Z] graphtest_unix.go:71: No driver to put! [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-25T14:26:50.604Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-25T14:26:50.604Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-25T14:26:50.604Z] [2022-03-25T14:26:50.604Z] DONE 2338 tests, 53 skipped in 200.040s [2022-03-25T14:26:50.604Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:26:50.604Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-25T14:26:50.604Z] + 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-25T14:26:50.731Z] INFO: Extracting go.zip to d:\CI\PR-43378\3\go [2022-03-25T14:26:51.543Z] #63 ... [2022-03-25T14:26:51.543Z] [2022-03-25T14:26:51.543Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-25T14:26:51.543Z] #26 sha256:f6bbd2d0abb913fa9066a8e025d7ebafb3806410e7d4f16daf11ca5ece2d4657 [2022-03-25T14:26:51.543Z] #26 DONE 1.0s [2022-03-25T14:26:51.543Z] [2022-03-25T14:26:51.543Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-25T14:26:51.543Z] #27 sha256:a7dcc71c1f1850957c8f2e537103095b89661a5e41c841b15934e67828aa5ccc [2022-03-25T14:26:52.481Z] #27 DONE 0.9s [2022-03-25T14:26:52.481Z] [2022-03-25T14:26:52.481Z] #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-25T14:26:52.481Z] #28 sha256:cfad8a010bec73e279e0efdf388caa978865c340310ba320efd4ab48072df871 [2022-03-25T14:26:53.416Z] #28 1.147 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-25T14:26:53.416Z] #28 1.148 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-25T14:26:53.416Z] #28 1.148 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-25T14:26:53.675Z] #28 1.381 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-25T14:26:53.933Z] #28 1.667 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-25T14:26:54.193Z] #28 1.843 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-25T14:26:54.193Z] #28 2.087 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-25T14:26:54.618Z] ---> 2d9e56e66cff [2022-03-25T14:26:54.618Z] Successfully built 2d9e56e66cff [2022-03-25T14:26:54.618Z] Successfully tagged docker:latest [2022-03-25T14:26:54.618Z] INFO: Image build ended at 03/25/2022 14:26:54. Duration:00:00:44.3714475 [2022-03-25T14:26:54.618Z] [2022-03-25T14:26:54.618Z] [2022-03-25T14:26:54.618Z] INFO: Building the test binaries at 03/25/2022 14:26:54... [2022-03-25T14:26:54.761Z] #28 2.274 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-25T14:26:54.761Z] #28 2.532 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [118 kB] [2022-03-25T14:26:55.020Z] #28 2.533 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [125 kB] [2022-03-25T14:26:55.020Z] #28 2.540 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [117 kB] [2022-03-25T14:26:55.020Z] #28 2.542 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [125 kB] [2022-03-25T14:26:55.020Z] #28 2.547 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [123 kB] [2022-03-25T14:26:55.020Z] #28 2.562 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-25T14:26:55.020Z] #28 2.564 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-25T14:26:55.020Z] #28 2.565 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-25T14:26:55.020Z] #28 2.574 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-25T14:26:55.020Z] #28 2.575 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-25T14:26:58.358Z] #28 ... [2022-03-25T14:26:58.358Z] [2022-03-25T14:26:58.358Z] #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-25T14:26:58.358Z] #63 sha256:d7366d57b6365e1c5c80aacb435df7998bed173872cc366b2e8ca0d8c173e2d6 [2022-03-25T14:26:58.358Z] #63 5.679 + cd /tmp/tmp.5AZ7kIl50P/src/github.com/opencontainers/runc [2022-03-25T14:26:58.358Z] #63 5.680 + git checkout -q v1.1.0 [2022-03-25T14:26:58.358Z] #63 5.874 + '[' -z '' ']' [2022-03-25T14:26:58.358Z] #63 5.874 + target=static [2022-03-25T14:26:58.358Z] #63 5.874 + make BUILDTAGS=seccomp static [2022-03-25T14:26:58.358Z] #63 6.165 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-25T14:26:58.358Z] #63 11.45 + mkdir -p /build [2022-03-25T14:26:58.358Z] #63 11.45 + cp runc /build/runc [2022-03-25T14:26:58.358Z] #63 DONE 11.6s [2022-03-25T14:26:58.358Z] [2022-03-25T14:26:58.358Z] #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-25T14:26:58.358Z] #28 sha256:cfad8a010bec73e279e0efdf388caa978865c340310ba320efd4ab48072df871 [2022-03-25T14:26:58.616Z] #43 DONE 206.3s [2022-03-25T14:26:58.616Z] [2022-03-25T14:26:58.616Z] #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-25T14:26:58.616Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:26:59.183Z] #51 ... [2022-03-25T14:26:59.183Z] [2022-03-25T14:26:59.183Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-25T14:26:59.183Z] #44 sha256:4d8e25416872002fa236abc0e29d26d27cd406816a4eac0003c8edb4c6dbbf9b [2022-03-25T14:26:59.183Z] #44 DONE 0.1s [2022-03-25T14:26:59.183Z] [2022-03-25T14:26:59.183Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-25T14:26:59.183Z] #48 sha256:ae9e893b7cc071e95b2e31254227605a2c9d6024758a278ab67f3d8178e70cce [2022-03-25T14:26:59.183Z] #48 DONE 0.0s [2022-03-25T14:26:59.183Z] [2022-03-25T14:26:59.183Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-25T14:26:59.183Z] #50 sha256:11e918fe1eac32ffa38c49807ed2989ea09cd4faaa1672df6eb91e819b000fff [2022-03-25T14:26:59.195Z] #51 ... [2022-03-25T14:26:59.195Z] [2022-03-25T14:26:59.195Z] #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-25T14:26:59.195Z] #43 sha256:bac9189b3527223f113246c110f5cda16dced33d3b091bbe23bbedebbb0f3c1c [2022-03-25T14:26:59.195Z] #43 187.2 + dpkg --print-architecture [2022-03-25T14:26:59.195Z] #43 187.2 + git checkout -q v2.1.0 [2022-03-25T14:26:59.195Z] #43 187.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-25T14:26:59.195Z] #43 187.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-25T14:26:59.442Z] #50 DONE 0.1s [2022-03-25T14:26:59.442Z] [2022-03-25T14:26:59.442Z] #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-25T14:26:59.442Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:27:01.691Z] INFO: make.ps1 starting at 03/25/2022 14:27:01 [2022-03-25T14:27:02.148Z] INFO: Git commit (3853eb59d1) assumed from DOCKER_GITCOMMIT environment variable [2022-03-25T14:27:02.148Z] INFO: Invoking autogen... [2022-03-25T14:27:02.606Z] INFO: Building daemon... [2022-03-25T14:27:03.640Z] #28 10.91 Fetched 40.4 MB in 10s (4021 kB/s) [2022-03-25T14:27:07.831Z] #28 10.91 Reading package lists... [2022-03-25T14:27:11.023Z] Running on azwin-2-18e000 in d:\jenkins\workspace\moby_PR-43378 [Pipeline] { [Pipeline] ws [2022-03-25T14:27:11.047Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-25T14:27:12.893Z] The recommended git tool is: git [2022-03-25T14:27:13.108Z] #28 15.39 Reading package lists... [2022-03-25T14:27:13.368Z] #28 19.98 Building dependency tree... [2022-03-25T14:27:13.368Z] #28 21.09 Reading state information... [2022-03-25T14:27:14.304Z] #28 21.98 bzip2 is already the newest version (1.0.8-4). [2022-03-25T14:27:14.304Z] #28 21.98 patch is already the newest version (2.7.6-7). [2022-03-25T14:27:14.304Z] #28 21.98 xz-utils is already the newest version (5.2.5-2). [2022-03-25T14:27:14.304Z] #28 21.98 The following additional packages will be installed: [2022-03-25T14:27:14.304Z] #28 21.99 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-25T14:27:14.304Z] #28 21.99 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-25T14:27:14.304Z] #28 21.99 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-25T14:27:14.304Z] #28 21.99 python3-pkg-resources vim-runtime xxd [2022-03-25T14:27:14.304Z] #28 22.00 Suggested packages: [2022-03-25T14:27:14.304Z] #28 22.00 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-25T14:27:14.304Z] #28 22.00 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-25T14:27:14.304Z] #28 22.00 Recommended packages: [2022-03-25T14:27:14.304Z] #28 22.00 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-25T14:27:14.562Z] #28 ... [2022-03-25T14:27:14.562Z] [2022-03-25T14:27:14.562Z] #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-25T14:27:14.562Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:27:14.562Z] #67 71.89 + bin/containerd [2022-03-25T14:27:15.498Z] #67 ... [2022-03-25T14:27:15.498Z] [2022-03-25T14:27:15.498Z] #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-25T14:27:15.498Z] #28 sha256:cfad8a010bec73e279e0efdf388caa978865c340310ba320efd4ab48072df871 [2022-03-25T14:27:15.498Z] #28 23.06 The following NEW packages will be installed: [2022-03-25T14:27:15.498Z] #28 23.06 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-25T14:27:15.498Z] #28 23.06 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-25T14:27:15.498Z] #28 23.06 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-25T14:27:15.498Z] #28 23.07 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-25T14:27:15.498Z] #28 23.07 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-25T14:27:15.498Z] #28 23.07 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-25T14:27:15.498Z] #28 23.07 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-25T14:27:15.757Z] #28 23.42 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:27:15.757Z] #28 23.42 Need to get 18.6 MB of archives. [2022-03-25T14:27:15.757Z] #28 23.42 After this operation, 71.4 MB of additional disk space will be used. [2022-03-25T14:27:15.757Z] #28 23.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-25T14:27:15.757Z] #28 23.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-25T14:27:15.757Z] #28 23.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-25T14:27:15.757Z] #28 23.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-25T14:27:15.757Z] #28 23.44 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-25T14:27:15.757Z] #28 23.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-25T14:27:15.757Z] #28 23.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-25T14:27:15.757Z] #28 23.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-25T14:27:15.757Z] #28 23.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-25T14:27:15.757Z] #28 23.46 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-25T14:27:15.757Z] #28 23.47 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-25T14:27:15.757Z] #28 23.47 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-25T14:27:15.757Z] #28 23.48 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-25T14:27:15.757Z] #28 23.49 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-25T14:27:15.757Z] #28 23.49 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-25T14:27:15.757Z] #28 23.49 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-25T14:27:15.757Z] #28 23.49 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-25T14:27:15.757Z] #28 23.50 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-25T14:27:15.757Z] #28 23.50 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-25T14:27:15.757Z] #28 23.50 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-25T14:27:15.757Z] #28 23.50 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-25T14:27:15.757Z] #28 23.51 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-25T14:27:15.757Z] #28 23.51 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-25T14:27:15.757Z] #28 23.51 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-25T14:27:15.757Z] #28 23.51 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-25T14:27:15.757Z] #28 23.52 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-25T14:27:15.757Z] #28 23.52 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-25T14:27:15.757Z] #28 23.52 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-25T14:27:15.757Z] #28 23.52 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-25T14:27:15.757Z] #28 23.53 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-25T14:27:15.757Z] #28 23.55 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-25T14:27:16.015Z] #28 23.55 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-25T14:27:16.015Z] #28 23.56 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-25T14:27:16.015Z] #28 23.57 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-25T14:27:16.015Z] #28 23.57 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-25T14:27:16.015Z] #28 23.58 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-25T14:27:16.015Z] #28 23.58 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-25T14:27:16.015Z] #28 23.59 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-25T14:27:16.015Z] #28 23.60 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-25T14:27:16.015Z] #28 23.60 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-25T14:27:16.015Z] #28 23.66 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-25T14:27:16.015Z] #28 23.68 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-25T14:27:16.015Z] #28 23.69 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-25T14:27:16.015Z] #28 23.69 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-25T14:27:16.583Z] #28 24.18 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:27:16.583Z] #28 24.37 Fetched 18.6 MB in 1s (33.8 MB/s) [2022-03-25T14:27:16.842Z] #28 24.42 Selecting previously unselected package pigz. [2022-03-25T14:27:16.842Z] #28 24.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-03-25T14:27:16.842Z] #28 24.46 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-25T14:27:16.842Z] #28 24.46 Unpacking pigz (2.6-1) ... [2022-03-25T14:27:16.842Z] #28 24.53 Selecting previously unselected package libelf1:amd64. [2022-03-25T14:27:16.842Z] #28 24.53 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-25T14:27:16.842Z] #28 24.54 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-25T14:27:16.842Z] #28 24.63 Selecting previously unselected package libbpf0:amd64. [2022-03-25T14:27:16.842Z] #28 24.63 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-25T14:27:16.842Z] #28 24.63 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-25T14:27:16.842Z] #28 24.72 Selecting previously unselected package libcap2:amd64. [2022-03-25T14:27:16.842Z] #28 24.72 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-25T14:27:16.842Z] #28 24.73 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-25T14:27:17.100Z] #28 24.78 Selecting previously unselected package libmnl0:amd64. [2022-03-25T14:27:17.100Z] #28 24.78 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-25T14:27:17.100Z] #28 24.79 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-25T14:27:17.100Z] #28 24.83 Selecting previously unselected package libxtables12:amd64. [2022-03-25T14:27:17.100Z] #28 24.84 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-25T14:27:17.100Z] #28 24.84 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-25T14:27:17.100Z] #28 24.89 Selecting previously unselected package libcap2-bin. [2022-03-25T14:27:17.100Z] #28 24.90 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-25T14:27:17.100Z] #28 24.90 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-25T14:27:17.358Z] #28 24.96 Selecting previously unselected package iproute2. [2022-03-25T14:27:17.358Z] #28 24.96 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-25T14:27:17.358Z] #28 24.97 Unpacking iproute2 (5.10.0-4) ... [2022-03-25T14:27:17.358Z] #28 25.16 Selecting previously unselected package xxd. [2022-03-25T14:27:17.358Z] #28 25.17 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:27:17.358Z] #28 25.17 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:27:17.616Z] #28 25.23 Selecting previously unselected package vim-common. [2022-03-25T14:27:17.617Z] #28 25.24 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:27:17.617Z] #28 25.25 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:27:17.617Z] #28 25.34 Selecting previously unselected package bash-completion. [2022-03-25T14:27:17.617Z] #28 25.35 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-25T14:27:18.553Z] #28 26.24 Unpacking bash-completion (1:2.11-2) ... [2022-03-25T14:27:18.812Z] #28 26.40 Selecting previously unselected package apparmor. [2022-03-25T14:27:18.812Z] #28 26.41 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-25T14:27:18.812Z] #28 26.45 Unpacking apparmor (2.13.6-10) ... [2022-03-25T14:27:18.812Z] #28 26.63 Selecting previously unselected package inetutils-ping. [2022-03-25T14:27:18.812Z] #28 26.64 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-25T14:27:19.071Z] #28 26.65 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-25T14:27:19.071Z] #28 26.71 Selecting previously unselected package libip4tc2:amd64. [2022-03-25T14:27:19.071Z] #28 26.72 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-25T14:27:19.071Z] #28 26.72 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-25T14:27:19.071Z] #28 26.78 Selecting previously unselected package libip6tc2:amd64. [2022-03-25T14:27:19.071Z] #28 26.78 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-25T14:27:19.071Z] #28 26.79 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-25T14:27:19.071Z] #28 26.83 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-25T14:27:19.071Z] #28 26.84 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-25T14:27:19.071Z] #28 26.85 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-25T14:27:19.071Z] #28 26.89 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-25T14:27:19.331Z] #28 26.90 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-25T14:27:19.331Z] #28 26.91 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-25T14:27:19.331Z] #28 26.96 Selecting previously unselected package libnftnl11:amd64. [2022-03-25T14:27:19.331Z] #28 26.97 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-25T14:27:19.331Z] #28 26.97 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-25T14:27:19.331Z] #28 27.02 Selecting previously unselected package iptables. [2022-03-25T14:27:19.331Z] #28 27.03 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-25T14:27:19.331Z] #28 27.03 Unpacking iptables (1.8.7-1) ... [2022-03-25T14:27:19.590Z] #28 27.20 Selecting previously unselected package libonig5:amd64. [2022-03-25T14:27:19.590Z] #28 27.20 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-25T14:27:19.590Z] #28 27.21 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:27:19.590Z] #28 27.29 Selecting previously unselected package libjq1:amd64. [2022-03-25T14:27:19.590Z] #28 27.29 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-25T14:27:19.590Z] #28 27.30 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:27:19.590Z] #28 27.36 Selecting previously unselected package jq. [2022-03-25T14:27:19.590Z] #28 27.37 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-25T14:27:19.590Z] #28 27.37 Unpacking jq (1.6-2.1) ... [2022-03-25T14:27:19.590Z] #28 27.42 Selecting previously unselected package libaio1:amd64. [2022-03-25T14:27:19.848Z] #28 27.43 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-25T14:27:19.848Z] #28 27.44 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-25T14:27:19.848Z] #28 27.48 Selecting previously unselected package libgpm2:amd64. [2022-03-25T14:27:19.848Z] #28 27.48 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-25T14:27:19.848Z] #28 27.49 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-25T14:27:19.848Z] #28 27.54 Selecting previously unselected package libinih1:amd64. [2022-03-25T14:27:19.848Z] #28 27.55 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-25T14:27:19.848Z] #28 27.55 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-25T14:27:19.849Z] #28 27.59 Selecting previously unselected package libnet1:amd64. [2022-03-25T14:27:19.849Z] #28 27.60 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-25T14:27:19.849Z] #28 27.60 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:27:19.849Z] #28 27.66 Selecting previously unselected package libnl-3-200:amd64. [2022-03-25T14:27:20.107Z] #28 27.67 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-25T14:27:20.107Z] #28 27.67 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:27:20.107Z] #28 27.73 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-25T14:27:20.107Z] #28 27.74 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-25T14:27:20.107Z] #28 27.74 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:27:20.107Z] #28 27.78 Selecting previously unselected package net-tools. [2022-03-25T14:27:20.107Z] #28 27.79 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-25T14:27:20.107Z] #28 27.79 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-25T14:27:20.107Z] #28 27.88 Selecting previously unselected package python-pip-whl. [2022-03-25T14:27:20.107Z] #28 27.88 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-25T14:27:20.107Z] #28 27.89 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-25T14:27:20.366Z] #28 28.14 Selecting previously unselected package python3-lib2to3. [2022-03-25T14:27:20.625Z] #28 28.14 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-25T14:27:20.625Z] #28 28.15 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-25T14:27:20.625Z] #28 28.22 Selecting previously unselected package python3-distutils. [2022-03-25T14:27:20.625Z] #28 28.22 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-25T14:27:20.625Z] #28 28.23 Unpacking python3-distutils (3.9.2-1) ... [2022-03-25T14:27:20.625Z] #28 28.31 Selecting previously unselected package python3-pkg-resources. [2022-03-25T14:27:20.625Z] #28 28.31 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-25T14:27:20.625Z] #28 28.32 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:27:20.625Z] #28 28.39 Selecting previously unselected package python3-setuptools. [2022-03-25T14:27:20.625Z] #28 28.40 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-25T14:27:20.625Z] #28 28.41 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-25T14:27:20.884Z] #28 28.51 Selecting previously unselected package python3-wheel. [2022-03-25T14:27:20.884Z] #28 28.52 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-25T14:27:20.884Z] #28 28.52 Unpacking python3-wheel (0.34.2-1) ... [2022-03-25T14:27:20.884Z] #28 28.57 Selecting previously unselected package python3-pip. [2022-03-25T14:27:20.884Z] #28 28.58 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-25T14:27:20.884Z] #28 28.58 Unpacking python3-pip (20.3.4-4) ... [2022-03-25T14:27:21.123Z] #43 DONE 210.1s [2022-03-25T14:27:21.123Z] [2022-03-25T14:27:21.123Z] #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-25T14:27:21.123Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:27:21.142Z] #28 28.76 Selecting previously unselected package sudo. [2022-03-25T14:27:21.143Z] #28 28.77 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-25T14:27:21.143Z] #28 28.78 Unpacking sudo (1.9.5p2-3) ... [2022-03-25T14:27:21.402Z] #28 29.04 Selecting previously unselected package thin-provisioning-tools. [2022-03-25T14:27:21.402Z] #28 29.05 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-25T14:27:21.402Z] #28 29.06 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-25T14:27:21.402Z] #28 29.19 Selecting previously unselected package uidmap. [2022-03-25T14:27:21.402Z] #28 29.20 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-25T14:27:21.402Z] #28 29.20 Unpacking uidmap (1:4.8.1-1) ... [2022-03-25T14:27:21.402Z] #28 29.28 Selecting previously unselected package vim-runtime. [2022-03-25T14:27:21.402Z] #28 29.29 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-25T14:27:21.661Z] #28 29.32 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-25T14:27:21.661Z] #28 29.34 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-25T14:27:21.661Z] #28 29.35 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:27:21.692Z] #51 ... [2022-03-25T14:27:21.692Z] [2022-03-25T14:27:21.692Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-25T14:27:21.692Z] #44 sha256:7e06405461600163b3dc5e357a25825e4304e4be05a5a44c8fd994d806835b49 [2022-03-25T14:27:21.952Z] #44 DONE 0.2s [2022-03-25T14:27:21.952Z] [2022-03-25T14:27:21.952Z] #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-25T14:27:21.952Z] #60 sha256:2e04d261a4e4de7709989440a5832f59d508835c9bec4faf111e1a9a4f0f4284 [2022-03-25T14:27:21.952Z] #60 ... [2022-03-25T14:27:21.953Z] [2022-03-25T14:27:21.953Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-25T14:27:21.953Z] #48 sha256:99b8f8d8ba9e81237b67939c085ca0ccd8f2d21230f88948792801ed75305f6e [2022-03-25T14:27:21.953Z] #48 DONE 0.1s [2022-03-25T14:27:21.953Z] [2022-03-25T14:27:21.953Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-25T14:27:21.953Z] #50 sha256:281fdcd861768e165b751dd99b8cf84f84f1cc87361719d3c192c6aa0203124e [2022-03-25T14:27:22.212Z] #50 DONE 0.1s [2022-03-25T14:27:22.212Z] [2022-03-25T14:27:22.212Z] #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-25T14:27:22.212Z] #60 sha256:2e04d261a4e4de7709989440a5832f59d508835c9bec4faf111e1a9a4f0f4284 [2022-03-25T14:27:23.039Z] #28 30.62 Selecting previously unselected package vim. [2022-03-25T14:27:23.039Z] #28 30.63 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-25T14:27:23.039Z] #28 30.64 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:27:23.299Z] #28 30.90 Selecting previously unselected package xfsprogs. [2022-03-25T14:27:23.299Z] #28 30.91 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-25T14:27:23.299Z] #28 30.91 Unpacking xfsprogs (5.10.0-4) ... [2022-03-25T14:27:23.558Z] #28 31.11 Selecting previously unselected package zip. [2022-03-25T14:27:23.558Z] #28 31.12 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-25T14:27:23.558Z] #28 31.13 Unpacking zip (3.0-12) ... [2022-03-25T14:27:23.558Z] #28 31.22 Selecting previously unselected package zstd. [2022-03-25T14:27:23.558Z] #28 31.22 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-25T14:27:23.558Z] #28 31.23 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-25T14:27:23.817Z] #28 31.42 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-25T14:27:24.076Z] #28 31.91 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-25T14:27:24.336Z] #28 31.92 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-25T14:27:24.336Z] #28 31.93 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-25T14:27:24.336Z] #28 31.95 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-25T14:27:24.336Z] #28 31.96 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-25T14:27:24.336Z] #28 31.97 Setting up uidmap (1:4.8.1-1) ... [2022-03-25T14:27:24.336Z] #28 31.99 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-25T14:27:24.336Z] #28 32.00 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-25T14:27:24.336Z] #28 32.02 Setting up python3-wheel (0.34.2-1) ... [2022-03-25T14:27:24.595Z] #28 32.34 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:27:24.595Z] #28 32.35 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-25T14:27:24.595Z] #28 32.36 Setting up libcap2-bin (1:2.44-1) ... [2022-03-25T14:27:24.595Z] #28 32.38 Setting up apparmor (2.13.6-10) ... [2022-03-25T14:27:25.974Z] #28 33.41 Setting up zip (3.0-12) ... [2022-03-25T14:27:25.974Z] #28 33.42 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:27:25.974Z] #28 33.47 Setting up bash-completion (1:2.11-2) ... [2022-03-25T14:27:26.910Z] #28 34.53 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-25T14:27:26.910Z] #28 34.54 Setting up sudo (1.9.5p2-3) ... [2022-03-25T14:27:26.910Z] #28 34.59 invoke-rc.d: could not determine current runlevel [2022-03-25T14:27:26.910Z] #28 34.61 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-25T14:27:26.910Z] #28 34.62 Setting up xfsprogs (5.10.0-4) ... [2022-03-25T14:27:26.910Z] #28 34.63 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-25T14:27:26.910Z] #28 34.64 Setting up inetutils-ping (2:2.0-1) ... [2022-03-25T14:27:26.910Z] #28 34.66 Setting up pigz (2.6-1) ... [2022-03-25T14:27:26.910Z] #28 34.67 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-25T14:27:26.910Z] #28 34.69 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-25T14:27:26.910Z] #28 34.71 Setting up python-pip-whl (20.3.4-4) ... [2022-03-25T14:27:26.910Z] #28 34.72 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:27:27.438Z] #28 35.07 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-25T14:27:27.438Z] #28 35.09 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-25T14:27:27.438Z] #28 35.29 Setting up libelf1:amd64 (0.183-1) ... [2022-03-25T14:27:27.438Z] #28 35.30 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-25T14:27:27.698Z] #28 35.32 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-25T14:27:27.698Z] #28 35.35 Setting up python3-distutils (3.9.2-1) ... [2022-03-25T14:27:27.957Z] #28 35.58 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-25T14:27:27.957Z] #28 35.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-25T14:27:27.957Z] #28 35.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-25T14:27:27.957Z] #28 35.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-25T14:27:27.957Z] #28 35.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-25T14:27:27.957Z] #28 35.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-25T14:27:27.957Z] #28 35.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-25T14:27:27.957Z] #28 35.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-25T14:27:27.957Z] #28 35.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-25T14:27:27.957Z] #28 35.66 Setting up python3-setuptools (52.0.0-4) ... [2022-03-25T14:27:28.525Z] #28 36.21 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-25T14:27:28.525Z] #28 36.22 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-25T14:27:28.525Z] #28 36.23 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-25T14:27:28.525Z] #28 36.25 Setting up python3-pip (20.3.4-4) ... [2022-03-25T14:27:29.094Z] #28 36.73 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-25T14:27:29.094Z] #28 36.75 Setting up jq (1.6-2.1) ... [2022-03-25T14:27:29.094Z] #28 36.77 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-25T14:27:29.094Z] #28 36.78 Setting up iptables (1.8.7-1) ... [2022-03-25T14:27:29.094Z] #28 36.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-25T14:27:29.094Z] #28 36.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-25T14:27:29.094Z] #28 36.80 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-25T14:27:29.094Z] #28 36.81 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-25T14:27:29.094Z] #28 36.81 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-25T14:27:29.094Z] #28 36.82 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-25T14:27:29.094Z] #28 36.83 Setting up iproute2 (5.10.0-4) ... [2022-03-25T14:27:29.353Z] #28 37.04 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:27:29.924Z] #28 DONE 37.7s [2022-03-25T14:27:29.924Z] [2022-03-25T14:27:29.924Z] #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-25T14:27:29.924Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:27:30.183Z] #67 ... [2022-03-25T14:27:30.183Z] [2022-03-25T14:27:30.183Z] #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-25T14:27:30.183Z] #29 sha256:3ed9aff0165c9bc021003818cdb46da98e705585dbb2d9d92f73721e641f9443 [2022-03-25T14:27:30.752Z] #29 0.814 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-25T14:27:30.752Z] #29 0.821 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-25T14:27:30.752Z] #29 0.825 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-25T14:27:31.011Z] #29 DONE 0.9s [2022-03-25T14:27:31.011Z] [2022-03-25T14:27:31.011Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-25T14:27:31.011Z] #30 sha256:bf926d000f717668134961a5ab133a9884bebfdebab462d917e2399a0ea5881f [2022-03-25T14:27:33.206Z] INFO: Extraction ended at 03/25/2022 14:27:28. Duration:00:00:38.2005710 [2022-03-25T14:27:33.206Z] INFO: Updating the golang and path environment variables [2022-03-25T14:27:33.206Z] INFO: GOPATH=d:\gopath [2022-03-25T14:27:33.206Z] INFO: go version go1.18 windows/amd64 [2022-03-25T14:27:33.206Z] INFO: Running the daemon under test in debug mode [2022-03-25T14:27:33.206Z] INFO: Starting a daemon under test... [2022-03-25T14:27:33.206Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43378\3\daemon --pidfile d:\CI\PR-43378\3\docker.pid -D [2022-03-25T14:27:33.206Z] INFO: Process started successfully. [2022-03-25T14:27:33.206Z] INFO: Start tailing logs of the daemon under tests [2022-03-25T14:27:33.206Z] INFO: Waiting for the daemon under test to start... [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork 36.937s coverage: 40.7% of statements [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/bitseq 0.123s coverage: 84.4% of statements [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.247s coverage: 59.9% of statements [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.085s coverage: 4.0% of statements [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-25T14:27:37.262Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-25T14:27:37.262Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-25T14:27:38.160Z] #51 ... [2022-03-25T14:27:38.160Z] [2022-03-25T14:27:38.160Z] #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-25T14:27:38.160Z] #56 sha256:1102e02e5d383a542f03ca6b792672cca11f204cce95432292a898e367517de6 [2022-03-25T14:27:38.160Z] #56 142.3 + mkdir -p /build [2022-03-25T14:27:38.160Z] #56 142.3 + cp runc /build/runc [2022-03-25T14:27:38.160Z] #56 DONE 142.8s [2022-03-25T14:27:38.160Z] [2022-03-25T14:27:38.160Z] #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-25T14:27:38.160Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:27:38.160Z] #51 243.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-25T14:27:38.160Z] #51 DONE 243.7s [2022-03-25T14:27:38.160Z] [2022-03-25T14:27:38.160Z] #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-25T14:27:38.160Z] #60 sha256:5b6414c63b30e1eece007c3b84f7be405205ddf1c86e23ba1728fd37c0ee6c7e [2022-03-25T14:27:38.160Z] #60 ... [2022-03-25T14:27:38.160Z] [2022-03-25T14:27:38.160Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-25T14:27:38.160Z] #52 sha256:abb5b38d09d0e1355deef90f709b3936b384de1d2ad32247c4a16bd80c4d4fa5 [2022-03-25T14:27:38.160Z] #52 DONE 0.1s [2022-03-25T14:27:38.160Z] [2022-03-25T14:27:38.160Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-25T14:27:38.160Z] #54 sha256:32ad0a1c9f7f32df40f1f57c73b572aac08153435c4cdfef3e6828de834a5ae5 [2022-03-25T14:27:38.160Z] #54 DONE 0.1s [2022-03-25T14:27:38.160Z] [2022-03-25T14:27:38.160Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-25T14:27:38.160Z] #57 sha256:acd0081dbbe3c0bf8459d6177a286012beea48b239f25fabbd23bd2d76472541 [2022-03-25T14:27:38.160Z] #57 DONE 0.1s [2022-03-25T14:27:38.160Z] [2022-03-25T14:27:38.160Z] #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-25T14:27:38.160Z] #60 sha256:5b6414c63b30e1eece007c3b84f7be405205ddf1c86e23ba1728fd37c0ee6c7e [2022-03-25T14:27:38.422Z] using credential docker-jenkins-github-credentials [2022-03-25T14:27:38.496Z] Cloning the remote Git repository [2022-03-25T14:27:38.497Z] Cloning with configured refspecs honoured and without tags [2022-03-25T14:27:38.682Z] Cloning repository https://github.com/moby/moby.git [2022-03-25T14:27:39.142Z] #30 6.883 Collecting yamllint==1.26.1 [2022-03-25T14:27:39.142Z] #30 7.939 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-25T14:27:39.402Z] #30 8.416 Collecting pathspec>=0.5.3 [2022-03-25T14:27:39.402Z] #30 8.424 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-25T14:27:39.661Z] #30 8.590 Collecting pyyaml [2022-03-25T14:27:39.661Z] #30 8.597 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-25T14:27:39.661Z] #30 8.630 Building wheels for collected packages: yamllint [2022-03-25T14:27:39.661Z] #30 8.631 Building wheel for yamllint (setup.py): started [2022-03-25T14:27:39.920Z] #30 9.048 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-25T14:27:39.920Z] #30 9.049 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=72a4b4e44fac8cecc6cb2e30990db901ef9d7cbcd114654e0f3c4ec361dca116 [2022-03-25T14:27:39.920Z] #30 9.049 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-25T14:27:39.920Z] #30 9.052 Successfully built yamllint [2022-03-25T14:27:39.920Z] #30 9.061 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-25T14:27:40.063Z] #60 218.3 + bin/containerd [2022-03-25T14:27:40.180Z] #30 9.259 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-25T14:27:40.180Z] #30 DONE 9.4s [2022-03-25T14:27:40.180Z] [2022-03-25T14:27:40.180Z] #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-25T14:27:40.180Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:27:40.442Z] #67 ... [2022-03-25T14:27:40.442Z] [2022-03-25T14:27:40.442Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-25T14:27:40.442Z] #34 sha256:7267b73deb639d50cabbdcff210bc007e5e73e01ca6bbc465c6b63f9c9c13ce7 [2022-03-25T14:27:40.442Z] #34 DONE 0.1s [2022-03-25T14:27:40.702Z] [2022-03-25T14:27:40.702Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-25T14:27:40.702Z] #39 sha256:dbeddb02f880329081d59cb87f7c4ec0375bd67447f412ab4bb7c1b4ae442718 [2022-03-25T14:27:40.702Z] #39 DONE 0.4s [2022-03-25T14:27:40.702Z] [2022-03-25T14:27:40.702Z] #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-25T14:27:40.702Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:27:40.963Z] #67 ... [2022-03-25T14:27:40.963Z] [2022-03-25T14:27:40.963Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-25T14:27:40.963Z] #42 sha256:ced13a5286af0a814245011f18e42e3bf8843e8131c9ae21f190d282df8bf0d0 [2022-03-25T14:27:39.087Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-25T14:27:40.056Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:27:40.056Z] > git --version # timeout=10 [2022-03-25T14:27:40.107Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-25T14:27:40.108Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:27:40.112Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:27:41.222Z] #42 DONE 0.2s [2022-03-25T14:27:41.222Z] [2022-03-25T14:27:41.222Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-25T14:27:41.223Z] #44 sha256:bfb6007a971ac3996b52a9d93ecea075f7e6a3617519bccac392bc2458720aad [2022-03-25T14:27:41.223Z] #44 DONE 0.1s [2022-03-25T14:27:41.223Z] [2022-03-25T14:27:41.223Z] #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-25T14:27:41.223Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:27:41.223Z] #67 ... [2022-03-25T14:27:41.223Z] [2022-03-25T14:27:41.223Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-25T14:27:41.223Z] #48 sha256:4608be91edeb535b5a97478687dab3710fab4d0c0bcc34c1e81cc1d319246962 [2022-03-25T14:27:41.223Z] #48 DONE 0.1s [2022-03-25T14:27:41.223Z] [2022-03-25T14:27:41.223Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-25T14:27:41.223Z] #51 sha256:c5636dbfcb7893d8b51d8fb6c42997d36ccd4260d742a94b250b7ee8c7016107 [2022-03-25T14:27:41.484Z] #51 DONE 0.3s [2022-03-25T14:27:41.484Z] [2022-03-25T14:27:41.484Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-25T14:27:41.484Z] #55 sha256:3ba1f551e7555bc5291b4c775a0fbc0ca9e22b405f39ad09b43bcba0bca640db [2022-03-25T14:27:41.484Z] #55 DONE 0.1s [2022-03-25T14:27:41.484Z] [2022-03-25T14:27:41.484Z] #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-25T14:27:41.484Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:27:41.744Z] #67 ... [2022-03-25T14:27:41.744Z] [2022-03-25T14:27:41.744Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-25T14:27:41.744Z] #57 sha256:2f6a3d089684e5469166e2f38830203ac4cbb13fd34cbd0630d98f61cf935e1e [2022-03-25T14:27:41.744Z] #57 DONE 0.1s [2022-03-25T14:27:41.744Z] [2022-03-25T14:27:41.744Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-25T14:27:41.744Z] #59 sha256:ac130f980f9fb629f6570b8af191b7290ff34ff05ea121b84b2faf288205e59c [2022-03-25T14:27:42.004Z] #59 DONE 0.3s [2022-03-25T14:27:42.004Z] [2022-03-25T14:27:42.004Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-25T14:27:42.004Z] #61 sha256:93aa102fc63d570bbf855c217c15aa8c8e620de7983b69f581a0986a83d17be6 [2022-03-25T14:27:42.004Z] #61 DONE 0.1s [2022-03-25T14:27:42.004Z] [2022-03-25T14:27:42.004Z] #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-25T14:27:42.004Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:27:42.265Z] #67 ... [2022-03-25T14:27:42.265Z] [2022-03-25T14:27:42.265Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-25T14:27:42.265Z] #64 sha256:17d3aafd626cd31275891b74e61c6c6071f46c3d375223622fedfbe28b3d5268 [2022-03-25T14:27:42.265Z] #64 DONE 0.1s [2022-03-25T14:27:42.265Z] [2022-03-25T14:27:42.265Z] #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-25T14:27:42.265Z] #67 sha256:ea18e988fcbd40e3f2deae0977292ac059d100b40b7c3b7c767f499f24bba7a7 [2022-03-25T14:27:45.382Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.789s coverage: 7.4% of statements [2022-03-25T14:27:45.382Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-25T14:27:45.382Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-25T14:27:45.639Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-25T14:27:45.639Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-25T14:27:45.639Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-25T14:27:45.639Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-25T14:27:46.206Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-25T14:27:46.206Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-03-25T14:27:46.467Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-25T14:27:46.725Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-25T14:27:50.849Z] ...INFO: Daemon under test started and replied! [2022-03-25T14:27:50.849Z] INFO: Docker version of the daemon under test [2022-03-25T14:27:50.849Z] [2022-03-25T14:27:50.849Z] Client: [2022-03-25T14:27:50.849Z] Version: 17.06.2-ce [2022-03-25T14:27:50.849Z] API version: 1.30 [2022-03-25T14:27:50.849Z] Go version: go1.8.3 [2022-03-25T14:27:50.849Z] Git commit: cec0b72 [2022-03-25T14:27:50.849Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-25T14:27:50.849Z] OS/Arch: windows/amd64 [2022-03-25T14:27:50.849Z] [2022-03-25T14:27:50.849Z] Server: [2022-03-25T14:27:50.849Z] Version: 0.0.0-dev [2022-03-25T14:27:50.849Z] API version: 1.42 (minimum version 1.24) [2022-03-25T14:27:50.849Z] Go version: go1.18 [2022-03-25T14:27:50.849Z] Git commit: 3853eb59d1 [2022-03-25T14:27:50.849Z] Built: 03/25/2022 14:24:52 [2022-03-25T14:27:50.849Z] OS/Arch: windows/amd64 [2022-03-25T14:27:50.849Z] Experimental: false [2022-03-25T14:27:50.849Z] [2022-03-25T14:27:50.849Z] INFO: Docker info of the daemon under test [2022-03-25T14:27:50.849Z] [2022-03-25T14:27:50.849Z] Containers: 0 [2022-03-25T14:27:50.849Z] Running: 0 [2022-03-25T14:27:50.849Z] Paused: 0 [2022-03-25T14:27:50.849Z] Stopped: 0 [2022-03-25T14:27:50.849Z] Images: 0 [2022-03-25T14:27:50.849Z] Server Version: 0.0.0-dev [2022-03-25T14:27:50.849Z] Storage Driver: windowsfilter [2022-03-25T14:27:50.849Z] Windows: [2022-03-25T14:27:50.849Z] Logging Driver: json-file [2022-03-25T14:27:50.849Z] Plugins: [2022-03-25T14:27:50.849Z] Volume: local [2022-03-25T14:27:50.849Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:27:50.849Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:27:50.849Z] Swarm: inactive [2022-03-25T14:27:50.849Z] Default Isolation: process [2022-03-25T14:27:50.849Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-25T14:27:50.849Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-03-25T14:27:50.849Z] OSType: windows [2022-03-25T14:27:50.849Z] Architecture: x86_64 [2022-03-25T14:27:50.849Z] CPUs: 4 [2022-03-25T14:27:50.849Z] Total Memory: 32GiB [2022-03-25T14:27:50.849Z] Name: azwin-2-e3a450 [2022-03-25T14:27:50.849Z] ID: VLXF:BIEZ:X6SJ:QM6J:PD4S:6PVW:5LYW:63UI:H7SC:NGII:FBUT:R65N [2022-03-25T14:27:50.849Z] Docker Root Dir: D:\CI\PR-43378\3\daemon [2022-03-25T14:27:50.849Z] Debug Mode (client): false [2022-03-25T14:27:50.849Z] Debug Mode (server): true [2022-03-25T14:27:50.849Z] File Descriptors: -1 [2022-03-25T14:27:50.849Z] Goroutines: 16 [2022-03-25T14:27:50.849Z] System Time: 2022-03-25T14:27:48.8281337Z [2022-03-25T14:27:50.849Z] EventsListeners: 0 [2022-03-25T14:27:50.849Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:27:50.849Z] Labels: [2022-03-25T14:27:50.849Z] Experimental: false [2022-03-25T14:27:50.849Z] Insecure Registries: [2022-03-25T14:27:50.849Z] 127.0.0.0/8 [2022-03-25T14:27:50.849Z] Live Restore Enabled: false [2022-03-25T14:27:50.849Z] [2022-03-25T14:27:50.849Z] [2022-03-25T14:27:50.849Z] INFO: Docker images of the daemon under test [2022-03-25T14:27:50.849Z] [2022-03-25T14:27:50.849Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-25T14:27:50.849Z] [2022-03-25T14:27:50.849Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-25T14:27:50.850Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-25T14:27:50.850Z] ltsc2022: Pulling from windows/servercore [2022-03-25T14:27:50.850Z] 8f616e6e9eec: Pulling fs layer [2022-03-25T14:27:50.850Z] 037d5740b404: Pulling fs layer [2022-03-25T14:27:52.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-25T14:27:54.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-25T14:27:58.920Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-25T14:28:00.929Z] #60 ... [2022-03-25T14:28:00.929Z] [2022-03-25T14:28:00.929Z] #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-25T14:28:00.929Z] #56 sha256:f91da8ec1accce5cd2b44e4a77864fe06e2c35ea5d54cb353bd5527e4b3b8e5d [2022-03-25T14:28:00.929Z] #56 146.9 + mkdir -p /build [2022-03-25T14:28:00.929Z] #56 146.9 + cp runc /build/runc [2022-03-25T14:28:00.929Z] #56 DONE 147.2s [2022-03-25T14:28:00.929Z] [2022-03-25T14:28:00.929Z] #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-25T14:28:00.929Z] #51 sha256:62258efd1310c58d8ef4c8ef111d1f60efce68345186f6001881029630198dca [2022-03-25T14:28:00.929Z] #51 247.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-25T14:28:00.929Z] #51 DONE 247.9s [2022-03-25T14:28:00.929Z] [2022-03-25T14:28:00.929Z] #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-25T14:28:00.929Z] #60 sha256:2e04d261a4e4de7709989440a5832f59d508835c9bec4faf111e1a9a4f0f4284 [2022-03-25T14:28:00.929Z] #60 ... [2022-03-25T14:28:00.929Z] [2022-03-25T14:28:00.929Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-25T14:28:00.929Z] #52 sha256:a554d070a087a491a831931d98baf7bd94d5f55c063f161e1d83f1fdb695d19b [2022-03-25T14:28:00.929Z] #52 DONE 0.4s [2022-03-25T14:28:00.929Z] [2022-03-25T14:28:00.929Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-25T14:28:00.929Z] #54 sha256:2112f95409d94e8f52bb207103dd4f0e95c9e33ca1719c1c1ad2be1a34ca2a12 [2022-03-25T14:28:00.929Z] #54 DONE 0.2s [2022-03-25T14:28:00.929Z] [2022-03-25T14:28:00.929Z] #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-25T14:28:00.929Z] #60 sha256:2e04d261a4e4de7709989440a5832f59d508835c9bec4faf111e1a9a4f0f4284 [2022-03-25T14:28:00.929Z] #60 ... [2022-03-25T14:28:00.929Z] [2022-03-25T14:28:00.929Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-25T14:28:00.929Z] #57 sha256:fa13c6abbe97341d444be0c105973533d0700637266361c3dab1e4a299459df9 [2022-03-25T14:28:00.929Z] #57 DONE 0.1s [2022-03-25T14:28:00.929Z] [2022-03-25T14:28:00.929Z] #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-25T14:28:00.929Z] #60 sha256:2e04d261a4e4de7709989440a5832f59d508835c9bec4faf111e1a9a4f0f4284 [2022-03-25T14:28:01.394Z] Fetching without tags [2022-03-25T14:28:02.211Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:28:02.308Z] #60 222.4 + bin/containerd [2022-03-25T14:28:01.067Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:28:01.131Z] > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10 [2022-03-25T14:28:01.183Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:28:01.302Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-25T14:28:01.429Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-25T14:28:01.430Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:28:01.431Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-25T14:28:02.316Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:28:02.364Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:28:06.069Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:28:06.069Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378) [2022-03-25T14:28:05.712Z] > git remote # timeout=10 [2022-03-25T14:28:05.801Z] > git config --get remote.origin.url # timeout=10 [2022-03-25T14:28:05.850Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-25T14:28:05.852Z] > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10 [2022-03-25T14:28:05.983Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-25T14:28:06.103Z] > git config core.sparsecheckout # timeout=10 [2022-03-25T14:28:06.151Z] > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10 [2022-03-25T14:28:08.880Z] #67 133.9 # github.com/containerd/containerd/cmd/containerd [2022-03-25T14:28:08.880Z] #67 133.9 /usr/bin/ld: /tmp/go-link-701845380/000019.o: in function `New': [2022-03-25T14:28:08.880Z] #67 133.9 /tmp/tmp.k6o60VKuhy/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-25T14:28:08.880Z] #67 133.9 + bin/containerd-stress [2022-03-25T14:28:08.880Z] #67 135.0 + bin/containerd-shim [2022-03-25T14:28:13.790Z] ok github.com/docker/docker/libnetwork/ipam 15.737s coverage: 85.3% of statements [2022-03-25T14:28:13.791Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-25T14:28:13.791Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-25T14:28:13.791Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-25T14:28:13.791Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-25T14:28:13.791Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-25T14:28:14.049Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-25T14:28:14.614Z] ok github.com/docker/docker/libnetwork/ipamutils 0.266s coverage: 74.0% of statements [2022-03-25T14:28:15.180Z] ok github.com/docker/docker/libnetwork/iptables 0.129s coverage: 45.1% of statements [2022-03-25T14:28:15.180Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-03-25T14:28:15.438Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-25T14:28:15.999Z] 037d5740b404: Verifying Checksum [2022-03-25T14:28:15.999Z] 037d5740b404: Download complete [2022-03-25T14:28:16.456Z] 8f616e6e9eec: Verifying Checksum [2022-03-25T14:28:16.456Z] 8f616e6e9eec: Download complete [2022-03-25T14:28:17.318Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-25T14:28:18.867Z] #67 146.0 + bin/containerd-shim-runc-v1 [2022-03-25T14:28:20.463Z] + docker version [2022-03-25T14:28:25.435Z] #67 152.2 + bin/containerd-shim-runc-v2 [2022-03-25T14:28:25.693Z] #67 153.0 + binaries [2022-03-25T14:28:25.693Z] #67 153.0 + install -D bin/containerd /build/containerd [2022-03-25T14:28:25.693Z] #67 153.1 + install -D bin/containerd-shim /build/containerd-shim [2022-03-25T14:28:25.693Z] #67 153.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-25T14:28:25.693Z] #67 153.1 + install -D bin/ctr /build/ctr [2022-03-25T14:28:25.951Z] #67 DONE 153.5s [2022-03-25T14:28:27.328Z] [2022-03-25T14:28:27.328Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-25T14:28:27.328Z] #68 sha256:06e841d5121faffaf6854cb7d818817d8deb97fdeb4dc2600f0cbd6cc0865a90 [2022-03-25T14:28:27.328Z] #68 DONE 0.2s [2022-03-25T14:28:27.328Z] [2022-03-25T14:28:27.328Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-25T14:28:27.328Z] #73 sha256:428ec1201236d55b800f58943c670776f9e06acdba5cf3302284194ce13fe5f2 [2022-03-25T14:28:27.328Z] #73 DONE 0.1s [2022-03-25T14:28:27.328Z] [2022-03-25T14:28:27.328Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-25T14:28:27.328Z] #78 sha256:552cdf9f5c9f0722ecde90d0424e9e2d5b73a8e938243b1726e8d7e67a46133d [2022-03-25T14:28:27.896Z] #78 DONE 0.5s [2022-03-25T14:28:27.896Z] [2022-03-25T14:28:27.896Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-25T14:28:27.896Z] #79 sha256:9a390f15f78f5517a56702302f4440cf6215548da8b6f116f3a1e4945b232031 [2022-03-25T14:28:27.896Z] #79 DONE 0.0s [2022-03-25T14:28:27.896Z] [2022-03-25T14:28:27.896Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-25T14:28:27.896Z] #80 sha256:3569e8b976c73b75e101fb484af74ee2ddfeb1e79f1f08c2986b6b215fabf13e [2022-03-25T14:28:29.271Z] #80 DONE 1.0s [2022-03-25T14:28:29.271Z] [2022-03-25T14:28:29.271Z] #81 exporting to image [2022-03-25T14:28:29.271Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-25T14:28:29.271Z] #81 exporting layers [2022-03-25T14:28:30.757Z] Client: [2022-03-25T14:28:30.757Z] Version: 20.10.9 [2022-03-25T14:28:30.757Z] API version: 1.41 [2022-03-25T14:28:30.757Z] Go version: go1.16.8 [2022-03-25T14:28:30.757Z] Git commit: c2ea9bc [2022-03-25T14:28:30.757Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-25T14:28:30.757Z] OS/Arch: windows/amd64 [2022-03-25T14:28:30.757Z] Context: default [2022-03-25T14:28:30.757Z] Experimental: true [2022-03-25T14:28:30.757Z] [2022-03-25T14:28:30.757Z] Server: Docker Engine - Community [2022-03-25T14:28:30.757Z] Engine: [2022-03-25T14:28:30.757Z] Version: 20.10.9 [2022-03-25T14:28:30.757Z] API version: 1.41 (minimum version 1.24) [2022-03-25T14:28:30.757Z] Go version: go1.16.8 [2022-03-25T14:28:30.757Z] Git commit: 79ea9d3 [2022-03-25T14:28:30.757Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-25T14:28:30.757Z] OS/Arch: windows/amd64 [2022-03-25T14:28:30.757Z] Experimental: true [Pipeline] sh [2022-03-25T14:28:32.344Z] + docker info [2022-03-25T14:28:32.344Z] Client: [2022-03-25T14:28:32.344Z] Context: default [2022-03-25T14:28:32.344Z] Debug Mode: false [2022-03-25T14:28:32.344Z] [2022-03-25T14:28:32.344Z] Server: [2022-03-25T14:28:32.344Z] Containers: 0 [2022-03-25T14:28:32.344Z] Running: 0 [2022-03-25T14:28:32.344Z] Paused: 0 [2022-03-25T14:28:32.344Z] Stopped: 0 [2022-03-25T14:28:32.344Z] Images: 0 [2022-03-25T14:28:32.344Z] Server Version: 20.10.9 [2022-03-25T14:28:32.344Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-25T14:28:32.344Z] Windows: [2022-03-25T14:28:32.344Z] LCOW: [2022-03-25T14:28:32.344Z] Logging Driver: json-file [2022-03-25T14:28:32.344Z] Plugins: [2022-03-25T14:28:32.344Z] Volume: local [2022-03-25T14:28:32.344Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:28:32.344Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:28:32.344Z] Swarm: inactive [2022-03-25T14:28:32.344Z] Default Isolation: process [2022-03-25T14:28:32.344Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-25T14:28:32.344Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-25T14:28:32.344Z] OSType: windows [2022-03-25T14:28:32.344Z] Architecture: x86_64 [2022-03-25T14:28:32.344Z] CPUs: 4 [2022-03-25T14:28:32.344Z] Total Memory: 32GiB [2022-03-25T14:28:32.344Z] Name: azwin-2-18e000 [2022-03-25T14:28:32.344Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-25T14:28:32.344Z] Docker Root Dir: D:\docker [2022-03-25T14:28:32.344Z] Debug Mode: false [2022-03-25T14:28:32.344Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:28:32.344Z] Labels: [2022-03-25T14:28:32.344Z] Experimental: true [2022-03-25T14:28:32.344Z] Insecure Registries: [2022-03-25T14:28:32.344Z] 10.0.0.4:5000 [2022-03-25T14:28:32.344Z] 127.0.0.0/8 [2022-03-25T14:28:32.344Z] Registry Mirrors: [2022-03-25T14:28:32.344Z] http://10.0.0.4:5000/ [2022-03-25T14:28:32.344Z] Live Restore Enabled: false [2022-03-25T14:28:32.344Z] Product License: Community Engine [2022-03-25T14:28:32.344Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-25T14:28:36.287Z] #60 268.7 # github.com/containerd/containerd/cmd/containerd [2022-03-25T14:28:36.287Z] #60 268.7 /usr/bin/ld: /tmp/go-link-3950837763/000019.o: in function `New': [2022-03-25T14:28:36.287Z] #60 268.7 /tmp/tmp.SKDD5t3lss/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-25T14:28:36.287Z] #60 268.8 + bin/containerd-stress [2022-03-25T14:28:36.287Z] #60 269.9 + bin/containerd-shim [2022-03-25T14:28:42.851Z] #60 280.9 + bin/containerd-shim-runc-v1 [2022-03-25T14:28:49.416Z] #60 287.2 + bin/containerd-shim-runc-v2 [2022-03-25T14:28:49.676Z] #60 288.0 + binaries [2022-03-25T14:28:49.676Z] #60 288.0 + install -D bin/containerd /build/containerd [2022-03-25T14:28:49.676Z] #60 288.0 + install -D bin/containerd-shim /build/containerd-shim [2022-03-25T14:28:49.676Z] #60 288.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-25T14:28:49.676Z] #60 288.0 + install -D bin/ctr /build/ctr [2022-03-25T14:28:50.243Z] #60 DONE 288.4s [2022-03-25T14:28:51.179Z] [2022-03-25T14:28:51.179Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-25T14:28:51.179Z] #61 sha256:c66bbf5f1453e9e00e2b03741b799da032556f10786fa22d1c44667804cbd6a5 [2022-03-25T14:28:51.437Z] #61 DONE 0.2s [2022-03-25T14:28:51.437Z] [2022-03-25T14:28:51.437Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-25T14:28:51.437Z] #66 sha256:d0cebc7e1da79f8f027da9b920c563c2e06413c65b5b784ac570713bed110184 [2022-03-25T14:28:51.437Z] #66 DONE 0.1s [2022-03-25T14:28:51.437Z] [2022-03-25T14:28:51.437Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-25T14:28:51.437Z] #71 sha256:f50def3001842ccd3b976a6a65d82b59c1ae3bcb0c97a98bb8dc190e4c22037f [2022-03-25T14:28:52.005Z] #71 DONE 0.4s [2022-03-25T14:28:52.005Z] [2022-03-25T14:28:52.005Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-25T14:28:52.005Z] #72 sha256:d430eacf89d6b32d268414395521cc99b4cb179a1954dd57a248ecf9585ec9ce [2022-03-25T14:28:52.005Z] #72 DONE 0.0s [2022-03-25T14:28:52.005Z] [2022-03-25T14:28:52.005Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-25T14:28:52.005Z] #73 sha256:062c1bcbb8dfad54c9d87e1e658fc8f15d417500e529d574d2a0f5f4638eadf2 [2022-03-25T14:28:52.940Z] #73 DONE 0.8s [2022-03-25T14:28:52.940Z] [2022-03-25T14:28:52.940Z] #74 exporting to image [2022-03-25T14:28:52.940Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-25T14:28:52.940Z] #74 exporting layers [2022-03-25T14:28:54.326Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-25T14:28:54.326Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-68d599f2\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-25T14:28:54.326Z] ---------------------------------------------------------------------------- [2022-03-25T14:28:54.326Z] [2022-03-25T14:28:54.326Z] INFO: executeCI.ps1 starting at Fri Mar 25 14:28:51 CUT 2022 [2022-03-25T14:28:54.326Z] [2022-03-25T14:28:54.326Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-25T14:28:54.326Z] INFO: Running git version 2.24.1.windows.2 [2022-03-25T14:28:54.326Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-25T14:28:54.326Z] INFO: Environment variables: [2022-03-25T14:28:54.326Z] [2022-03-25T14:28:54.326Z] Name Value [2022-03-25T14:28:54.326Z] ---- ----- [2022-03-25T14:28:54.326Z] ALLUSERSPROFILE C:\ProgramData [2022-03-25T14:28:54.326Z] amd64 true [2022-03-25T14:28:54.326Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-25T14:28:54.326Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-25T14:28:54.326Z] arm64 true [2022-03-25T14:28:54.326Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-25T14:28:54.326Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-25T14:28:54.326Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-25T14:28:54.326Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-25T14:28:54.326Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-25T14:28:54.327Z] BRANCH_NAME PR-43378 [2022-03-25T14:28:54.327Z] BUILD_DISPLAY_NAME #3 [2022-03-25T14:28:54.327Z] BUILD_ID 3 [2022-03-25T14:28:54.327Z] BUILD_NUMBER 3 [2022-03-25T14:28:54.327Z] BUILD_TAG jenkins-moby-PR-43378-3 [2022-03-25T14:28:54.327Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/ [2022-03-25T14:28:54.327Z] cgroup2 true [2022-03-25T14:28:54.327Z] CHANGE_AUTHOR thaJeztah [2022-03-25T14:28:54.327Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-25T14:28:54.327Z] CHANGE_BRANCH deprecate_storage_drivers [2022-03-25T14:28:54.327Z] CHANGE_FORK thaJeztah/docker [2022-03-25T14:28:54.327Z] CHANGE_ID 43378 [2022-03-25T14:28:54.327Z] CHANGE_TARGET master [2022-03-25T14:28:54.327Z] CHANGE_TITLE daemon: require storage-driver to be set if the driver is deprecated [2022-03-25T14:28:54.327Z] CHANGE_URL https://github.com/moby/moby/pull/43378 [2022-03-25T14:28:54.327Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-25T14:28:54.327Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-25T14:28:54.327Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-25T14:28:54.327Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-25T14:28:54.327Z] COMPUTERNAME azwin-2-18e000 [2022-03-25T14:28:54.327Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-25T14:28:54.327Z] ConfigSequenceNumber 0 [2022-03-25T14:28:54.327Z] dco true [2022-03-25T14:28:54.327Z] DOCKER_BUILDKIT 0 [2022-03-25T14:28:54.327Z] DOCKER_DUT_DEBUG 1 [2022-03-25T14:28:54.327Z] DOCKER_EXPERIMENTAL 1 [2022-03-25T14:28:54.327Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-25T14:28:54.327Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-25T14:28:54.327Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-25T14:28:54.327Z] EXECUTOR_NUMBER 0 [2022-03-25T14:28:54.327Z] FQDN azwin-2-18e000.westus.cloudapp.azure.com [2022-03-25T14:28:54.327Z] GIT_BRANCH PR-43378 [2022-03-25T14:28:54.327Z] GIT_COMMIT 3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:28:54.327Z] GIT_PREVIOUS_COMMIT 480d3437ad9135910775b212ac35290fb3c031a3 [2022-03-25T14:28:54.327Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 480d3437ad9135910775b212ac35290fb3c031a3 [2022-03-25T14:28:54.327Z] GIT_URL https://github.com/moby/moby.git [2022-03-25T14:28:54.327Z] HUDSON_COOKIE eeec0ac7-04f4-4b14-848b-52d81eb6d3b6 [2022-03-25T14:28:54.327Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-25T14:28:54.327Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-25T14:28:54.327Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-25T14:28:54.327Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-25T14:28:54.327Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-25T14:28:54.327Z] JENKINS_NODE_COOKIE 36564457-702d-4fa6-8697-83edf8451015 [2022-03-25T14:28:54.327Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-25T14:28:54.327Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-25T14:28:54.327Z] JOB_BASE_NAME PR-43378 [2022-03-25T14:28:54.327Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/display/redirect [2022-03-25T14:28:54.327Z] JOB_NAME moby/PR-43378 [2022-03-25T14:28:54.327Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/ [2022-03-25T14:28:54.327Z] library.jps.version master [2022-03-25T14:28:54.327Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-25T14:28:54.327Z] NODE_LABELS amd64 azure azwin-2-18e000 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-25T14:28:54.327Z] NODE_NAME azwin-2-18e000 [2022-03-25T14:28:54.327Z] NUMBER_OF_PROCESSORS 4 [2022-03-25T14:28:54.327Z] OS Windows_NT [2022-03-25T14:28:54.327Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-25T14:28:54.327Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-25T14:28:54.327Z] ppc64le false [2022-03-25T14:28:54.327Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-25T14:28:54.327Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-25T14:28:54.327Z] PROCESSOR_LEVEL 6 [2022-03-25T14:28:54.327Z] PROCESSOR_REVISION 4f01 [2022-03-25T14:28:54.327Z] ProgramData C:\ProgramData [2022-03-25T14:28:54.327Z] ProgramFiles C:\Program Files [2022-03-25T14:28:54.327Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-25T14:28:54.327Z] ProgramW6432 C:\Program Files [2022-03-25T14:28:54.327Z] PROMPT $P$G [2022-03-25T14:28:54.327Z] PSExecutionPolicyPreference Bypass [2022-03-25T14:28:54.327Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-25T14:28:54.327Z] PUBLIC C:\Users\Public [2022-03-25T14:28:54.327Z] rootless true [2022-03-25T14:28:54.327Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=artif... [2022-03-25T14:28:54.327Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=changes [2022-03-25T14:28:54.327Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect [2022-03-25T14:28:54.327Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43378/3/display/redirect?page=tests [2022-03-25T14:28:54.327Z] s390x false [2022-03-25T14:28:54.327Z] SKIP_VALIDATION_TESTS 1 [2022-03-25T14:28:54.327Z] SOURCES_DRIVE d [2022-03-25T14:28:54.327Z] SOURCES_SUBDIR gopath [2022-03-25T14:28:54.327Z] STAGE_NAME Run tests [2022-03-25T14:28:54.327Z] SystemDrive C: [2022-03-25T14:28:54.327Z] SystemRoot C:\Windows [2022-03-25T14:28:54.327Z] TEMP C:\Windows\TEMP [2022-03-25T14:28:54.327Z] TESTDEBUG 0 [2022-03-25T14:28:54.327Z] TESTRUN_DRIVE d [2022-03-25T14:28:54.327Z] TESTRUN_SUBDIR CI [2022-03-25T14:28:54.327Z] TIMEOUT 120m [2022-03-25T14:28:54.327Z] TMP C:\Windows\TEMP [2022-03-25T14:28:54.327Z] unit_validate true [2022-03-25T14:28:54.327Z] USERDOMAIN WORKGROUP [2022-03-25T14:28:54.327Z] USERNAME azwin-2-18e000$ [2022-03-25T14:28:54.327Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-25T14:28:54.327Z] validate_force false [2022-03-25T14:28:54.327Z] windir C:\Windows [2022-03-25T14:28:54.327Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-25T14:28:54.327Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-25T14:28:54.327Z] windows2022 true [2022-03-25T14:28:54.327Z] windows2022containerd true [2022-03-25T14:28:54.327Z] windowsRS5 true [2022-03-25T14:28:54.327Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-25T14:28:54.327Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-25T14:28:54.327Z] [2022-03-25T14:28:54.327Z] [2022-03-25T14:28:54.327Z] [2022-03-25T14:28:54.327Z] INFO: Sources under d:\gopath\... [2022-03-25T14:28:54.327Z] INFO: Test run under d:\CI\... [2022-03-25T14:28:54.327Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-25T14:28:54.327Z] INFO: docker/docker repository was found [2022-03-25T14:28:54.327Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-25T14:28:55.315Z] ltsc2022: Pulling from windows/servercore [2022-03-25T14:28:55.785Z] 8f616e6e9eec: Pulling fs layer [2022-03-25T14:28:55.785Z] 037d5740b404: Pulling fs layer [2022-03-25T14:28:55.814Z] #81 exporting layers 23.9s done [2022-03-25T14:28:55.814Z] #81 writing image sha256:3e785e6326817ad7f1108abbc5aab98ee1553cee8b1adb731dc4c2a0dfa0096e done [2022-03-25T14:28:55.814Z] #81 naming to docker.io/library/docker:3853eb59d16431793a1ac64b3736931b2a078abd done [2022-03-25T14:28:55.814Z] #81 DONE 24.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-25T14:28:56.150Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43378/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/validate/default [2022-03-25T14:28:56.716Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-25T14:28:56.716Z] No api/types/ or api/swagger.yaml changes in diff. [2022-03-25T14:28:56.716Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-25T14:28:56.716Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-25T14:28:56.716Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-25T14:28:56.716Z] Congratulations! No new tests were added to integration-cli. [2022-03-25T14:28:56.716Z] [2022-03-25T14:28:56.716Z] INFO Start validation with golang-ci-lint [2022-03-25T14:28:57.652Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-25T14:28:57.652Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-25T14:28:57.652Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-25T14:28:58.538Z] #60 273.3 # github.com/containerd/containerd/cmd/containerd [2022-03-25T14:28:58.538Z] #60 273.3 /usr/bin/ld: /tmp/go-link-1432882571/000019.o: in function `New': [2022-03-25T14:28:58.538Z] #60 273.3 /tmp/tmp.6Pz1T0N2DZ/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-25T14:28:58.538Z] #60 273.4 + bin/containerd-stress [2022-03-25T14:28:58.538Z] #60 274.5 + bin/containerd-shim [2022-03-25T14:28:59.083Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-25T14:28:59.083Z] [2022-03-25T14:28:59.083Z] ________ ____ __. [2022-03-25T14:28:59.083Z] \_____ \ | |/ _| [2022-03-25T14:28:59.083Z] / | \| < [2022-03-25T14:28:59.083Z] / | \ | \ [2022-03-25T14:28:59.084Z] \_______ /____|__ \ [2022-03-25T14:28:59.084Z] \/ \/ [2022-03-25T14:28:59.084Z] [2022-03-25T14:28:59.084Z] INFO: make.ps1 ended at 03/25/2022 14:28:51 [2022-03-25T14:28:59.084Z] INFO: Binaries build ended at 03/25/2022 14:28:52. Duration:00:01:57.8885880 [2022-03-25T14:28:59.084Z] INFO: Copying the built daemon binary to d:\CI\PR-43378\3\binary\dockerd-3853eb59d1.exe... [2022-03-25T14:28:59.084Z] INFO: Copying the built client binary to d:\CI\PR-43378\3\binary\docker-3853eb59d1.exe... [2022-03-25T14:28:59.084Z] INFO: Copying dockerversion from the container... [2022-03-25T14:28:59.084Z] INFO: Copying the golang package from the container to d:\CI\PR-43378\3\installer\go.zip... [2022-03-25T14:28:59.084Z] INFO: Extracting go.zip to d:\CI\PR-43378\3\go [2022-03-25T14:28:59.501Z] #74 exporting layers 5.8s done [2022-03-25T14:28:59.501Z] #74 writing image sha256:f4e57560b149f398296267d898c8a938497399fe60a45ede03f0d997883bb37e done [2022-03-25T14:28:59.501Z] #74 naming to docker.io/library/docker:3853eb59d16431793a1ac64b3736931b2a078abd done [2022-03-25T14:28:59.501Z] #74 DONE 5.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-25T14:28:59.844Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -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:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh dynbinary test-integration [2022-03-25T14:29:00.103Z] [2022-03-25T14:29:00.361Z] Removing bundles/ [2022-03-25T14:29:00.361Z] [2022-03-25T14:29:00.361Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-25T14:29:00.361Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:29:00.361Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:29:06.701Z] #60 285.6 + bin/containerd-shim-runc-v1 [2022-03-25T14:29:11.971Z] #60 291.9 + bin/containerd-shim-runc-v2 [2022-03-25T14:29:12.536Z] #60 292.7 + binaries [2022-03-25T14:29:12.536Z] #60 292.7 + install -D bin/containerd /build/containerd [2022-03-25T14:29:12.536Z] #60 292.7 + install -D bin/containerd-shim /build/containerd-shim [2022-03-25T14:29:12.794Z] #60 292.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-25T14:29:12.794Z] #60 292.8 + install -D bin/ctr /build/ctr [2022-03-25T14:29:13.054Z] #60 DONE 293.3s [2022-03-25T14:29:13.991Z] [2022-03-25T14:29:13.991Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-25T14:29:13.991Z] #61 sha256:c1769d1324669e4caae4854b90550d66cfe98dbc69bf4af6d336d330731c0316 [2022-03-25T14:29:14.249Z] #61 DONE 0.3s [2022-03-25T14:29:14.249Z] [2022-03-25T14:29:14.249Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-25T14:29:14.249Z] #66 sha256:6874b3d98fc5b12289ed4ad8cb8fa7fb29871024dc10ea02245da80d33e486ae [2022-03-25T14:29:14.249Z] #66 DONE 0.1s [2022-03-25T14:29:14.507Z] [2022-03-25T14:29:14.507Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-25T14:29:14.507Z] #71 sha256:4059cec4ce6708a43319ed079c61714d63af0e44a5ff813ffea120cd4a78d6b1 [2022-03-25T14:29:15.074Z] #71 DONE 0.6s [2022-03-25T14:29:15.074Z] [2022-03-25T14:29:15.074Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-25T14:29:15.074Z] #72 sha256:0ea0581fadd3272cfbf153fc4ceba435493d36a63223ca47688d245916b3055f [2022-03-25T14:29:15.074Z] #72 DONE 0.0s [2022-03-25T14:29:15.074Z] [2022-03-25T14:29:15.074Z] #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-25T14:29:15.074Z] #73 sha256:1a36c782d30f6e1a3e85076d1c5c355c1f54cbb1718dcbfa2cdf690b691988c8 [2022-03-25T14:29:15.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-25T14:29:16.007Z] #73 0.864 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-25T14:29:16.007Z] #73 1.047 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-25T14:29:16.272Z] #73 1.220 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-25T14:29:16.842Z] #73 1.336 Reading package lists... [2022-03-25T14:29:17.669Z] #73 1.948 Reading package lists... [2022-03-25T14:29:17.669Z] #73 2.443 Building dependency tree... [2022-03-25T14:29:17.669Z] #73 2.552 Reading state information... [2022-03-25T14:29:17.669Z] #73 2.670 The following additional packages will be installed: [2022-03-25T14:29:17.669Z] #73 2.670 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-03-25T14:29:17.669Z] #73 2.671 systemd-timesyncd [2022-03-25T14:29:17.669Z] #73 2.671 Suggested packages: [2022-03-25T14:29:17.669Z] #73 2.671 systemd-container policykit-1 [2022-03-25T14:29:17.669Z] #73 2.671 Recommended packages: [2022-03-25T14:29:17.669Z] #73 2.671 libnss-systemd [2022-03-25T14:29:17.669Z] #73 2.749 The following NEW packages will be installed: [2022-03-25T14:29:17.669Z] #73 2.749 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-03-25T14:29:17.669Z] #73 2.750 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-03-25T14:29:17.926Z] #73 3.027 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2022-03-25T14:29:17.926Z] #73 3.027 Need to get 5941 kB of archives. [2022-03-25T14:29:17.926Z] #73 3.027 After this operation, 19.5 MB of additional disk space will be used. [2022-03-25T14:29:17.926Z] #73 3.027 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-03-25T14:29:17.926Z] #73 3.029 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-03-25T14:29:17.926Z] #73 3.031 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-25T14:29:17.926Z] #73 3.034 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-03-25T14:29:17.926Z] #73 3.035 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-03-25T14:29:17.926Z] #73 3.036 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-03-25T14:29:17.926Z] #73 3.075 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-03-25T14:29:18.184Z] #73 3.076 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-03-25T14:29:18.184Z] #73 3.078 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-03-25T14:29:18.184Z] #73 3.079 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-03-25T14:29:18.442Z] #73 3.239 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-25T14:29:18.442Z] #73 3.457 debconf: delaying package configuration, since apt-utils is not installed [2022-03-25T14:29:18.442Z] #73 3.488 Fetched 5941 kB in 1s (10.3 MB/s) [2022-03-25T14:29:18.700Z] #73 3.513 Selecting previously unselected package libargon2-1:amd64. [2022-03-25T14:29:18.700Z] #73 3.513 (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-25T14:29:18.700Z] #73 3.532 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-03-25T14:29:18.700Z] #73 3.540 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-25T14:29:18.700Z] #73 3.576 Selecting previously unselected package libjson-c5:amd64. [2022-03-25T14:29:18.700Z] #73 3.578 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-03-25T14:29:18.700Z] #73 3.582 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-03-25T14:29:18.700Z] #73 3.621 Selecting previously unselected package libcryptsetup12:amd64. [2022-03-25T14:29:18.700Z] #73 3.624 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-03-25T14:29:18.700Z] #73 3.629 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-25T14:29:18.700Z] #73 3.682 Selecting previously unselected package libkmod2:amd64. [2022-03-25T14:29:18.700Z] #73 3.685 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-03-25T14:29:18.700Z] #73 3.689 Unpacking libkmod2:amd64 (28-1) ... [2022-03-25T14:29:18.700Z] #73 3.740 Selecting previously unselected package systemd-timesyncd. [2022-03-25T14:29:18.958Z] #73 3.743 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-03-25T14:29:18.958Z] #73 3.747 Unpacking systemd-timesyncd (247.3-6) ... [2022-03-25T14:29:18.958Z] #73 3.803 Selecting previously unselected package systemd. [2022-03-25T14:29:18.958Z] #73 3.803 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-03-25T14:29:18.958Z] #73 3.836 Unpacking systemd (247.3-6) ... [2022-03-25T14:29:19.216Z] #73 4.316 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-25T14:29:19.474Z] #73 4.328 Setting up libjson-c5:amd64 (0.15-2) ... [2022-03-25T14:29:19.474Z] #73 4.339 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-25T14:29:19.474Z] #73 4.348 Setting up libkmod2:amd64 (28-1) ... [2022-03-25T14:29:19.474Z] #73 4.362 Setting up systemd (247.3-6) ... [2022-03-25T14:29:19.474Z] #73 4.408 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-03-25T14:29:19.474Z] #73 4.410 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-03-25T14:29:19.474Z] #73 4.413 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-03-25T14:29:19.732Z] #73 4.737 Setting up systemd-timesyncd (247.3-6) ... [2022-03-25T14:29:19.990Z] #73 4.951 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-25T14:29:19.990Z] #73 4.951 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-25T14:29:19.990Z] #73 4.985 Selecting previously unselected package systemd-sysv. [2022-03-25T14:29:19.990Z] #73 4.985 (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-25T14:29:19.990Z] #73 4.997 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-03-25T14:29:19.990Z] #73 5.001 Unpacking systemd-sysv (247.3-6) ... [2022-03-25T14:29:19.990Z] #73 5.045 Selecting previously unselected package libdbus-1-3:amd64. [2022-03-25T14:29:19.990Z] #73 5.048 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-03-25T14:29:19.990Z] #73 5.053 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-25T14:29:19.990Z] #73 5.108 Selecting previously unselected package dbus. [2022-03-25T14:29:20.248Z] #73 5.111 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-03-25T14:29:20.248Z] #73 5.121 Unpacking dbus (1.12.20-2) ... [2022-03-25T14:29:20.248Z] #73 5.179 Selecting previously unselected package libpam-systemd:amd64. [2022-03-25T14:29:20.248Z] #73 5.181 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-03-25T14:29:20.248Z] #73 5.185 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-03-25T14:29:20.248Z] #73 5.233 Selecting previously unselected package dbus-user-session. [2022-03-25T14:29:20.248Z] #73 5.236 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-03-25T14:29:20.248Z] #73 5.239 Unpacking dbus-user-session (1.12.20-2) ... [2022-03-25T14:29:20.248Z] #73 5.284 Setting up systemd-sysv (247.3-6) ... [2022-03-25T14:29:20.248Z] #73 5.294 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-25T14:29:20.248Z] #73 5.304 Setting up dbus (1.12.20-2) ... [2022-03-25T14:29:20.507Z] #73 5.423 invoke-rc.d: could not determine current runlevel [2022-03-25T14:29:20.507Z] #73 5.425 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-25T14:29:20.507Z] #73 5.431 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-03-25T14:29:20.765Z] #73 5.543 Setting up dbus-user-session (1.12.20-2) ... [2022-03-25T14:29:20.765Z] #73 5.560 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-25T14:29:20.765Z] #73 DONE 5.7s [2022-03-25T14:29:20.765Z] [2022-03-25T14:29:20.765Z] #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-25T14:29:20.765Z] #74 sha256:b980c37420592998cb45df1ba8c4746cac31948932497e727e3f44ddb212a2b6 [2022-03-25T14:29:21.024Z] #74 0.381 % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-25T14:29:21.282Z] #74 0.381 Dload Upload Total Spent Left Speed [2022-03-25T14:29:21.282Z] #74 0.381 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 6510 0 --:--:-- --:--:-- --:--:-- 6487 [2022-03-25T14:29:21.540Z] #74 DONE 0.7s [2022-03-25T14:29:21.540Z] [2022-03-25T14:29:21.540Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-25T14:29:21.540Z] #75 sha256:a0006fe00ed4d25f7565ca6f7f0970c43b9bcbb2d986f0c2c4a0f6be709397b0 [2022-03-25T14:29:23.442Z] #75 DONE 1.7s [2022-03-25T14:29:23.442Z] [2022-03-25T14:29:23.442Z] #76 exporting to image [2022-03-25T14:29:23.442Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-25T14:29:23.442Z] #76 exporting layers [2022-03-25T14:29:29.211Z] INFO: Extraction ended at 03/25/2022 14:29:28. Duration:00:00:33.1862334 [2022-03-25T14:29:29.211Z] INFO: Updating the golang and path environment variables [2022-03-25T14:29:29.211Z] INFO: GOPATH=d:\gopath [2022-03-25T14:29:29.211Z] INFO: go version go1.18 windows/amd64 [2022-03-25T14:29:29.211Z] INFO: Running the daemon under test in debug mode [2022-03-25T14:29:29.211Z] INFO: Starting a daemon under test... [2022-03-25T14:29:29.211Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43378\3\daemon --pidfile d:\CI\PR-43378\3\docker.pid -D [2022-03-25T14:29:29.211Z] INFO: Process started successfully. [2022-03-25T14:29:29.211Z] INFO: Start tailing logs of the daemon under tests [2022-03-25T14:29:29.211Z] INFO: Waiting for the daemon under test to start... [2022-03-25T14:29:30.005Z] #76 exporting layers 6.3s done [2022-03-25T14:29:30.005Z] #76 writing image sha256:bc6cfb3fdfca013974b74b5c66ec05ed9510391fb5913a8d055dcbb6808913ad done [2022-03-25T14:29:30.005Z] #76 naming to docker.io/library/docker:3853eb59d16431793a1ac64b3736931b2a078abd done [2022-03-25T14:29:30.005Z] #76 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-25T14:29:30.350Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -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:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh dynbinary test-integration [2022-03-25T14:29:30.916Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-25T14:29:30.916Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-25T14:29:30.916Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-25T14:29:30.916Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-25T14:29:30.916Z] 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-25T14:29:30.916Z] Detected virtualization docker. [2022-03-25T14:29:30.916Z] Detected architecture x86-64. [2022-03-25T14:29:30.916Z] Set hostname to <15722ac675e8>. [2022-03-25T14:29:30.916Z] modprobe@configfs.service: Succeeded. [2022-03-25T14:29:30.916Z] modprobe@drm.service: Succeeded. [2022-03-25T14:29:30.917Z] modprobe@fuse.service: Succeeded. [2022-03-25T14:29:31.175Z] + source /etc/docker-entrypoint-cmd [2022-03-25T14:29:31.175Z] ++ hack/make.sh dynbinary test-integration [2022-03-25T14:29:31.175Z] [2022-03-25T14:29:31.175Z] Removing bundles/ [2022-03-25T14:29:31.175Z] [2022-03-25T14:29:31.175Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-25T14:29:31.175Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:29:31.175Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:29:31.647Z] 8f616e6e9eec: Verifying Checksum [2022-03-25T14:29:31.647Z] 8f616e6e9eec: Download complete [2022-03-25T14:29:31.647Z] 037d5740b404: Verifying Checksum [2022-03-25T14:29:31.647Z] 037d5740b404: Download complete [2022-03-25T14:29:37.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-25T14:29:50.464Z] .....INFO: Daemon under test started and replied! [2022-03-25T14:29:50.464Z] INFO: Docker version of the daemon under test [2022-03-25T14:29:50.464Z] [2022-03-25T14:29:50.464Z] Client: [2022-03-25T14:29:50.464Z] Version: 17.06.2-ce [2022-03-25T14:29:50.464Z] API version: 1.30 [2022-03-25T14:29:50.464Z] Go version: go1.8.3 [2022-03-25T14:29:50.464Z] Git commit: cec0b72 [2022-03-25T14:29:50.464Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-25T14:29:50.464Z] OS/Arch: windows/amd64 [2022-03-25T14:29:50.464Z] [2022-03-25T14:29:50.464Z] Server: [2022-03-25T14:29:50.464Z] Version: 0.0.0-dev [2022-03-25T14:29:50.464Z] API version: 1.42 (minimum version 1.24) [2022-03-25T14:29:50.464Z] Go version: go1.18 [2022-03-25T14:29:50.464Z] Git commit: 3853eb59d1 [2022-03-25T14:29:50.464Z] Built: 03/25/2022 14:27:01 [2022-03-25T14:29:50.464Z] OS/Arch: windows/amd64 [2022-03-25T14:29:50.464Z] Experimental: false [2022-03-25T14:29:50.464Z] [2022-03-25T14:29:50.464Z] INFO: Docker info of the daemon under test [2022-03-25T14:29:50.464Z] [2022-03-25T14:29:50.464Z] Containers: 0 [2022-03-25T14:29:50.464Z] Running: 0 [2022-03-25T14:29:50.464Z] Paused: 0 [2022-03-25T14:29:50.464Z] Stopped: 0 [2022-03-25T14:29:50.464Z] Images: 0 [2022-03-25T14:29:50.464Z] Server Version: 0.0.0-dev [2022-03-25T14:29:50.464Z] Storage Driver: windowsfilter [2022-03-25T14:29:50.464Z] Windows: [2022-03-25T14:29:50.464Z] Logging Driver: json-file [2022-03-25T14:29:50.465Z] Plugins: [2022-03-25T14:29:50.465Z] Volume: local [2022-03-25T14:29:50.465Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:29:50.465Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:29:50.465Z] Swarm: inactive [2022-03-25T14:29:50.465Z] Default Isolation: process [2022-03-25T14:29:50.465Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-25T14:29:50.465Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-03-25T14:29:50.465Z] OSType: windows [2022-03-25T14:29:50.465Z] Architecture: x86_64 [2022-03-25T14:29:50.465Z] CPUs: 4 [2022-03-25T14:29:50.465Z] Total Memory: 32GiB [2022-03-25T14:29:50.465Z] Name: azwin-2-815d20 [2022-03-25T14:29:50.465Z] ID: DPDU:O3SJ:JAVQ:KRJH:JOT3:5NUF:FFIK:V3KE:FZH2:I6O5:PXUG:5IIQ [2022-03-25T14:29:50.465Z] Docker Root Dir: D:\CI\PR-43378\3\daemon [2022-03-25T14:29:50.465Z] Debug Mode (client): false [2022-03-25T14:29:50.465Z] Debug Mode (server): true [2022-03-25T14:29:50.465Z] File Descriptors: -1 [2022-03-25T14:29:50.465Z] Goroutines: 16 [2022-03-25T14:29:50.465Z] System Time: 2022-03-25T14:29:48.2701908Z [2022-03-25T14:29:50.465Z] EventsListeners: 0 [2022-03-25T14:29:50.465Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:29:50.465Z] Labels: [2022-03-25T14:29:50.465Z] Experimental: false [2022-03-25T14:29:50.465Z] Insecure Registries: [2022-03-25T14:29:50.465Z] 127.0.0.0/8 [2022-03-25T14:29:50.465Z] Live Restore Enabled: false [2022-03-25T14:29:50.465Z] [2022-03-25T14:29:50.465Z] [2022-03-25T14:29:50.465Z] INFO: Docker images of the daemon under test [2022-03-25T14:29:50.465Z] [2022-03-25T14:29:50.465Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-25T14:29:50.465Z] [2022-03-25T14:29:50.465Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-25T14:29:50.465Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-25T14:29:50.465Z] ltsc2019: Pulling from windows/servercore [2022-03-25T14:29:50.465Z] 4612f6d0b889: Pulling fs layer [2022-03-25T14:29:50.465Z] 0a6173b79e25: Pulling fs layer [2022-03-25T14:30:03.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-25T14:30:05.435Z] 0a6173b79e25: Verifying Checksum [2022-03-25T14:30:05.435Z] 0a6173b79e25: Download complete [2022-03-25T14:30:06.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-25T14:30:08.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-25T14:30:10.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-25T14:30:11.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-25T14:30:13.001Z] 8f616e6e9eec: Pull complete [2022-03-25T14:30:13.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-25T14:30:14.113Z] 4612f6d0b889: Verifying Checksum [2022-03-25T14:30:14.113Z] 4612f6d0b889: Download complete [2022-03-25T14:30:22.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-25T14:30:24.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-25T14:30:27.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-25T14:30:28.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-25T14:30:31.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-25T14:30:33.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-25T14:30:36.911Z] time="2022-03-25T14:30:30Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2022-03-25T14:30:36.911Z] ok github.com/docker/docker/libnetwork/networkdb 134.016s coverage: 60.1% of statements [2022-03-25T14:30:36.911Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-25T14:30:36.911Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-25T14:30:36.911Z] ok github.com/docker/docker/libnetwork/osl 4.330s coverage: 39.7% of statements [2022-03-25T14:30:36.911Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-25T14:30:36.911Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-25T14:30:36.911Z] ok github.com/docker/docker/libnetwork/portmapper 0.271s coverage: 48.6% of statements [2022-03-25T14:30:36.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-25T14:30:37.169Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-03-25T14:30:37.169Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-25T14:30:37.427Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === Skipped [2022-03-25T14:30:37.427Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-25T14:30:37.427Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-25T14:30:37.427Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-25T14:30:37.427Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-25T14:30:37.427Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-25T14:30:37.427Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-25T14:30:37.427Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-25T14:30:37.427Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-25T14:30:37.427Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-25T14:30:37.427Z] firewalld_test.go:14: firewalld is not running [2022-03-25T14:30:37.427Z] [2022-03-25T14:30:37.427Z] DONE 326 tests, 9 skipped in 229.617s Post stage [Pipeline] junit [2022-03-25T14:30:38.008Z] Recording test results [2022-03-25T14:30:38.092Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-25T14:30:38.440Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -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:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh dynbinary test-integration [2022-03-25T14:30:38.698Z] [2022-03-25T14:30:38.698Z] Removing bundles/ [2022-03-25T14:30:38.698Z] [2022-03-25T14:30:38.698Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-25T14:30:38.698Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:30:38.698Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:30:38.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-25T14:30:42.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-25T14:30:43.979Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-25T14:30:43.979Z] Using test binary docker [2022-03-25T14:30:43.979Z] +++ /etc/init.d/apparmor start [2022-03-25T14:30:43.979Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-25T14:30:43.979Z] INFO: Waiting for daemon to start... [2022-03-25T14:30:43.979Z] Starting dockerd [2022-03-25T14:30:43.979Z] +++ 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-25T14:30:46.502Z] . [2022-03-25T14:30:46.502Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-25T14:30:46.502Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-25T14:30:46.502Z] Error: No such image: emptyfs [2022-03-25T14:30:46.502Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-25T14:30:46.502Z] ++++ docker load [2022-03-25T14:30:46.502Z] Running integration-test (iteration 1) [2022-03-25T14:30:46.502Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-25T14:30:46.502Z] ++ 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-25T14:30:46.502Z] ++ set -e [2022-03-25T14:30:46.502Z] ++ '[' -n 0 ']' [2022-03-25T14:30:46.502Z] ++ set -x [2022-03-25T14:30:46.502Z] ++ 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-25T14:30:47.431Z] Loaded image: busybox:latest [2022-03-25T14:30:47.994Z] Loaded image: busybox:glibc [2022-03-25T14:30:52.168Z] Loaded image: debian:bullseye-slim [2022-03-25T14:30:52.425Z] Loaded image: hello-world:latest [2022-03-25T14:30:52.683Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:30:52.683Z] INFO: Testing against a local daemon [2022-03-25T14:30:52.683Z] === RUN TestCgroupNamespacesBuild [2022-03-25T14:30:55.205Z] --- PASS: TestCgroupNamespacesBuild (2.28s) [2022-03-25T14:30:55.205Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-25T14:30:57.098Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.04s) [2022-03-25T14:30:57.098Z] === RUN TestBuildWithSession [2022-03-25T14:30:57.098Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:30:57.098Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-25T14:30:57.098Z] === RUN TestBuildSquashParent [2022-03-25T14:30:57.934Z] 8f616e6e9eec: Pull complete [2022-03-25T14:31:06.821Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:31:06.821Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:31:06.821Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:31:06.821Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:31:06.821Z] [2022-03-25T14:31:06.821Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-25T14:31:06.821Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-25T14:31:06.821Z] HOSTNAME=1ec733b7c6b3 [2022-03-25T14:31:06.821Z] DEST=bundles/test-integration [2022-03-25T14:31:06.821Z] PWD=/go/src/github.com/docker/docker [2022-03-25T14:31:06.821Z] DOCKER_ROOTLESS=1 [2022-03-25T14:31:06.821Z] DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:31:06.821Z] container=docker [2022-03-25T14:31:06.821Z] HOME=/root [2022-03-25T14:31:06.821Z] GOLANG_VERSION=1.18 [2022-03-25T14:31:06.821Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-25T14:31:06.821Z] VALIDATE_BRANCH=master [2022-03-25T14:31:06.821Z] TERM=xterm [2022-03-25T14:31:06.821Z] DOCKER_PKG=github.com/docker/docker [2022-03-25T14:31:06.821Z] SHLVL=1 [2022-03-25T14:31:06.821Z] TIMEOUT=120m [2022-03-25T14:31:06.821Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-25T14:31:06.821Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-25T14:31:06.821Z] GO111MODULE=off [2022-03-25T14:31:06.821Z] DOCKER_EXPERIMENTAL=1 [2022-03-25T14:31:06.821Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-25T14:31:06.821Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-25T14:31:06.821Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-25T14:31:06.821Z] GOPATH=/go [2022-03-25T14:31:06.821Z] PKG_CONFIG=pkg-config [2022-03-25T14:31:06.821Z] _=/usr/bin/env [2022-03-25T14:31:06.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-25T14:31:07.051Z] --- PASS: TestBuildSquashParent (8.45s) [2022-03-25T14:31:07.051Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-25T14:31:07.051Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:31:07.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:31:07.051Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:31:07.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:31:07.051Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:31:07.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:31:07.051Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:31:07.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:31:07.051Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:31:07.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:31:07.051Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:31:07.051Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:31:07.051Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:31:07.051Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:31:08.978Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:31:08.978Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:31:12.252Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:31:12.252Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:31:14.774Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-25T14:31:14.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.17s) [2022-03-25T14:31:14.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.23s) [2022-03-25T14:31:14.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s) [2022-03-25T14:31:14.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.07s) [2022-03-25T14:31:14.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.89s) [2022-03-25T14:31:14.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.00s) [2022-03-25T14:31:14.774Z] === RUN TestBuildMultiStageCopy [2022-03-25T14:31:14.774Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-25T14:31:17.297Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-25T14:31:17.861Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-25T14:31:18.425Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-25T14:31:18.989Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-25T14:31:19.553Z] --- PASS: TestBuildMultiStageCopy (4.72s) [2022-03-25T14:31:19.553Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.60s) [2022-03-25T14:31:19.553Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2022-03-25T14:31:19.553Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2022-03-25T14:31:19.553Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.51s) [2022-03-25T14:31:19.553Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2022-03-25T14:31:19.553Z] === RUN TestBuildMultiStageParentConfig [2022-03-25T14:31:20.921Z] --- PASS: TestBuildMultiStageParentConfig (1.29s) [2022-03-25T14:31:20.921Z] === RUN TestBuildLabelWithTargets [2022-03-25T14:31:22.814Z] --- PASS: TestBuildLabelWithTargets (2.13s) [2022-03-25T14:31:22.814Z] === RUN TestBuildWithEmptyLayers [2022-03-25T14:31:24.182Z] --- PASS: TestBuildWithEmptyLayers (1.13s) [2022-03-25T14:31:24.182Z] === RUN TestBuildMultiStageOnBuild [2022-03-25T14:31:27.453Z] --- PASS: TestBuildMultiStageOnBuild (2.88s) [2022-03-25T14:31:27.454Z] === RUN TestBuildUncleanTarFilenames [2022-03-25T14:31:28.384Z] --- PASS: TestBuildUncleanTarFilenames (1.61s) [2022-03-25T14:31:28.384Z] === RUN TestBuildMultiStageLayerLeak [2022-03-25T14:31:31.656Z] --- PASS: TestBuildMultiStageLayerLeak (3.07s) [2022-03-25T14:31:31.656Z] === RUN TestBuildWithHugeFile [2022-03-25T14:31:37.639Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:31:37.639Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:31:37.639Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:31:37.639Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:31:37.639Z] [2022-03-25T14:31:37.639Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-25T14:31:37.639Z] DOCKER_SYSTEMD=1 [2022-03-25T14:31:37.639Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-25T14:31:37.639Z] HOSTNAME=15722ac675e8 [2022-03-25T14:31:37.639Z] DEST=bundles/test-integration [2022-03-25T14:31:37.639Z] PWD=/go/src/github.com/docker/docker [2022-03-25T14:31:37.639Z] DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:31:37.639Z] container=docker [2022-03-25T14:31:37.639Z] HOME=/root [2022-03-25T14:31:37.639Z] LANG=C.UTF-8 [2022-03-25T14:31:37.639Z] INVOCATION_ID=a2702b478c1a4399b33533e0e58a5947 [2022-03-25T14:31:37.639Z] GOLANG_VERSION=1.18 [2022-03-25T14:31:37.639Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-25T14:31:37.639Z] VALIDATE_BRANCH=master [2022-03-25T14:31:37.639Z] TERM=xterm [2022-03-25T14:31:37.639Z] DOCKER_PKG=github.com/docker/docker [2022-03-25T14:31:37.639Z] SHLVL=3 [2022-03-25T14:31:37.639Z] TIMEOUT=120m [2022-03-25T14:31:37.639Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-25T14:31:37.639Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-25T14:31:37.639Z] GO111MODULE=off [2022-03-25T14:31:37.639Z] DOCKER_EXPERIMENTAL=1 [2022-03-25T14:31:37.639Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-25T14:31:37.639Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-25T14:31:37.639Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-25T14:31:37.639Z] GOPATH=/go [2022-03-25T14:31:37.639Z] PKG_CONFIG=pkg-config [2022-03-25T14:31:37.639Z] _=/usr/bin/env [2022-03-25T14:31:37.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-25T14:31:45.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-25T14:31:45.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-25T14:31:49.144Z] INFO [loader] Go packages loading at mode 575 (name|deps|exports_file|files|imports|compiled_files|types_sizes) took 2m48.903793217s [2022-03-25T14:31:49.144Z] 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-25T14:31:49.144Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 488.06379ms [2022-03-25T14:32:00.141Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:32:00.400Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:32:00.400Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:32:00.658Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:32:00.658Z] [2022-03-25T14:32:00.658Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-25T14:32:00.916Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-25T14:32:00.916Z] HOSTNAME=e06c204ad622 [2022-03-25T14:32:00.916Z] TESTDEBUG=0 [2022-03-25T14:32:00.916Z] DEST=bundles/test-integration [2022-03-25T14:32:00.916Z] PWD=/go/src/github.com/docker/docker [2022-03-25T14:32:00.916Z] DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd [2022-03-25T14:32:00.916Z] container=docker [2022-03-25T14:32:00.916Z] HOME=/root [2022-03-25T14:32:00.916Z] GOLANG_VERSION=1.18 [2022-03-25T14:32:00.916Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-25T14:32:00.916Z] VALIDATE_BRANCH=master [2022-03-25T14:32:00.916Z] TERM=xterm [2022-03-25T14:32:00.916Z] DOCKER_PKG=github.com/docker/docker [2022-03-25T14:32:00.916Z] SHLVL=1 [2022-03-25T14:32:00.916Z] TIMEOUT=120m [2022-03-25T14:32:00.916Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-25T14:32:00.916Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-25T14:32:00.916Z] GO111MODULE=off [2022-03-25T14:32:00.916Z] DOCKER_EXPERIMENTAL=1 [2022-03-25T14:32:00.916Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-25T14:32:00.916Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-25T14:32:00.916Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-25T14:32:00.916Z] GOPATH=/go [2022-03-25T14:32:00.916Z] PKG_CONFIG=pkg-config [2022-03-25T14:32:00.916Z] _=/usr/bin/env [2022-03-25T14:32:00.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-25T14:32:12.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-25T14:32:18.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-25T14:32:24.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-25T14:32:24.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-25T14:32:24.913Z] 037d5740b404: Pull complete [2022-03-25T14:32:24.913Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-25T14:32:24.913Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:32:24.913Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-25T14:32:24.913Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-25T14:32:24.913Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-25T14:32:24.913Z] WARN: Skipping validation tests [2022-03-25T14:32:24.913Z] INFO: Running unit tests at 03/25/2022 14:32:14... [2022-03-25T14:32:24.913Z] INFO: make.ps1 starting at 03/25/2022 14:32:19 [2022-03-25T14:32:24.913Z] INFO: Git commit (3853eb59d1) assumed from DOCKER_GITCOMMIT environment variable [2022-03-25T14:32:24.913Z] INFO: Invoking autogen... [2022-03-25T14:32:24.913Z] INFO: Running unit tests... [2022-03-25T14:32:26.175Z] 4612f6d0b889: Pull complete [2022-03-25T14:32:28.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-25T14:32:28.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-25T14:32:28.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-25T14:32:29.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-25T14:32:29.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-25T14:32:29.648Z] 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/httpstatus 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/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/longpath 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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-25T14:32:30.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-25T14:32:33.072Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-25T14:32:34.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-25T14:32:34.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-25T14:32:35.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-25T14:32:36.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-25T14:32:36.703Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-25T14:32:38.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-25T14:32:38.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-25T14:32:39.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-25T14:32:39.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-25T14:32:39.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-25T14:32:40.148Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-25T14:32:40.148Z] Using test binary docker [2022-03-25T14:32:40.148Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-25T14:32:40.148Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-25T14:32:40.148Z] INFO: Waiting for daemon to start... [2022-03-25T14:32:40.148Z] Starting dockerd [2022-03-25T14:32:42.309Z] . [2022-03-25T14:32:42.309Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-25T14:32:42.309Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-25T14:32:42.309Z] Error: No such image: emptyfs [2022-03-25T14:32:42.573Z] Running integration-test (iteration 1) [2022-03-25T14:32:42.573Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-25T14:32:42.832Z] Loaded image: busybox:latest [2022-03-25T14:32:42.832Z] Loaded image: busybox:glibc [2022-03-25T14:32:44.207Z] Loaded image: debian:bullseye-slim [2022-03-25T14:32:44.207Z] Loaded image: hello-world:latest [2022-03-25T14:32:44.207Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:32:44.466Z] INFO: Testing against a local daemon [2022-03-25T14:32:44.466Z] === RUN TestCgroupNamespacesBuild [2022-03-25T14:32:44.585Z] ? github.com/docker/docker/api [no test files] [2022-03-25T14:32:45.408Z] --- PASS: TestCgroupNamespacesBuild (1.15s) [2022-03-25T14:32:45.408Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-25T14:32:46.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-25T14:32:46.785Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2022-03-25T14:32:46.785Z] === RUN TestBuildWithSession [2022-03-25T14:32:46.785Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:32:46.785Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-25T14:32:46.785Z] === RUN TestBuildSquashParent [2022-03-25T14:32:53.346Z] --- PASS: TestBuildSquashParent (6.40s) [2022-03-25T14:32:53.346Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-25T14:32:53.346Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:32:53.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:32:53.346Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:32:53.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:32:53.346Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:32:53.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:32:53.346Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:32:53.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:32:53.346Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:32:53.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:32:53.346Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:32:53.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:32:53.346Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:32:53.346Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:32:54.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-25T14:32:54.641Z] 037d5740b404: Pull complete [2022-03-25T14:32:54.641Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-25T14:32:54.641Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:32:54.641Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:32:54.641Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-25T14:32:54.641Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-25T14:32:54.641Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-25T14:32:54.641Z] INFO: Docker version of control daemon [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] Client: [2022-03-25T14:32:54.641Z] Version: 20.10.9 [2022-03-25T14:32:54.641Z] API version: 1.41 [2022-03-25T14:32:54.641Z] Go version: go1.16.8 [2022-03-25T14:32:54.641Z] Git commit: c2ea9bc [2022-03-25T14:32:54.641Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-25T14:32:54.641Z] OS/Arch: windows/amd64 [2022-03-25T14:32:54.641Z] Context: default [2022-03-25T14:32:54.641Z] Experimental: true [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] Server: Docker Engine - Community [2022-03-25T14:32:54.641Z] Engine: [2022-03-25T14:32:54.641Z] Version: 20.10.9 [2022-03-25T14:32:54.641Z] API version: 1.41 (minimum version 1.24) [2022-03-25T14:32:54.641Z] Go version: go1.16.8 [2022-03-25T14:32:54.641Z] Git commit: 79ea9d3 [2022-03-25T14:32:54.641Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-25T14:32:54.641Z] OS/Arch: windows/amd64 [2022-03-25T14:32:54.641Z] Experimental: true [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] INFO: Docker info of control daemon [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] Client: [2022-03-25T14:32:54.641Z] Context: default [2022-03-25T14:32:54.641Z] Debug Mode: false [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] Server: [2022-03-25T14:32:54.641Z] Containers: 0 [2022-03-25T14:32:54.641Z] Running: 0 [2022-03-25T14:32:54.641Z] Paused: 0 [2022-03-25T14:32:54.641Z] Stopped: 0 [2022-03-25T14:32:54.641Z] Images: 1 [2022-03-25T14:32:54.641Z] Server Version: 20.10.9 [2022-03-25T14:32:54.641Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-03-25T14:32:54.641Z] LCOW: [2022-03-25T14:32:54.641Z] Windows: [2022-03-25T14:32:54.641Z] Logging Driver: json-file [2022-03-25T14:32:54.641Z] Plugins: [2022-03-25T14:32:54.641Z] Volume: local [2022-03-25T14:32:54.641Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:32:54.641Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:32:54.641Z] Swarm: inactive [2022-03-25T14:32:54.641Z] Default Isolation: process [2022-03-25T14:32:54.641Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-25T14:32:54.641Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-25T14:32:54.641Z] OSType: windows [2022-03-25T14:32:54.641Z] Architecture: x86_64 [2022-03-25T14:32:54.641Z] CPUs: 4 [2022-03-25T14:32:54.641Z] Total Memory: 32GiB [2022-03-25T14:32:54.641Z] Name: azwin-2-18e000 [2022-03-25T14:32:54.641Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-25T14:32:54.641Z] Docker Root Dir: D:\docker [2022-03-25T14:32:54.641Z] Debug Mode: false [2022-03-25T14:32:54.641Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:32:54.641Z] Labels: [2022-03-25T14:32:54.641Z] Experimental: true [2022-03-25T14:32:54.641Z] Insecure Registries: [2022-03-25T14:32:54.641Z] 10.0.0.4:5000 [2022-03-25T14:32:54.641Z] 127.0.0.0/8 [2022-03-25T14:32:54.641Z] Registry Mirrors: [2022-03-25T14:32:54.641Z] http://10.0.0.4:5000/ [2022-03-25T14:32:54.641Z] Live Restore Enabled: false [2022-03-25T14:32:54.641Z] Product License: Community Engine [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] INFO: Commit hash is 3853eb59d1 [2022-03-25T14:32:54.641Z] INFO: Nuke-Everything... [2022-03-25T14:32:54.641Z] INFO: Container count on control daemon to delete is 0 [2022-03-25T14:32:54.641Z] INFO: Nuking d:\CI [2022-03-25T14:32:54.641Z] INFO: Zapped successfully [2022-03-25T14:32:54.641Z] INFO: Location for testing is d:\CI\PR-43378\3 [2022-03-25T14:32:54.641Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.641Z] INFO: Building the image from Dockerfile.windows at 03/25/2022 14:32:50... [2022-03-25T14:32:54.641Z] [2022-03-25T14:32:54.722Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:32:54.722Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:32:57.255Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:32:57.255Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:32:57.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-25T14:32:58.477Z] Sending build context to Docker daemon 66.17MB [2022-03-25T14:32:58.477Z] [2022-03-25T14:32:58.947Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-25T14:32:58.947Z] ---> 02f938cacc3b [2022-03-25T14:32:58.947Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-25T14:32:58.947Z] ---> Running in da7242ae8f4d [2022-03-25T14:32:59.156Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-25T14:32:59.156Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.73s) [2022-03-25T14:32:59.156Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.81s) [2022-03-25T14:32:59.156Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.01s) [2022-03-25T14:32:59.156Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.04s) [2022-03-25T14:32:59.156Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.85s) [2022-03-25T14:32:59.156Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.06s) [2022-03-25T14:32:59.156Z] === RUN TestBuildMultiStageCopy [2022-03-25T14:32:59.156Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-25T14:32:59.416Z] Removing intermediate container da7242ae8f4d [2022-03-25T14:32:59.416Z] ---> eb6315b60f15 [2022-03-25T14:32:59.416Z] Step 3/11 : ARG GO_VERSION=1.18.0 [2022-03-25T14:32:59.416Z] ---> Running in e8f80e3bcf0e [2022-03-25T14:32:59.888Z] Removing intermediate container e8f80e3bcf0e [2022-03-25T14:32:59.888Z] ---> fbc7fab0d3bd [2022-03-25T14:32:59.888Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.2 [2022-03-25T14:32:59.888Z] ---> Running in 2f0343c78ce8 [2022-03-25T14:33:00.357Z] Removing intermediate container 2f0343c78ce8 [2022-03-25T14:33:00.357Z] ---> 5aac4c981ed3 [2022-03-25T14:33:00.357Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-25T14:33:00.357Z] ---> Running in f1ba3053a04e [2022-03-25T14:33:00.357Z] Removing intermediate container f1ba3053a04e [2022-03-25T14:33:00.357Z] ---> 7f9df0d77d47 [2022-03-25T14:33:00.357Z] 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-25T14:33:00.357Z] ---> Running in 355453ed86c3 [2022-03-25T14:33:00.826Z] Removing intermediate container 355453ed86c3 [2022-03-25T14:33:00.826Z] ---> 8ba9c88ee74f [2022-03-25T14:33:00.827Z] 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-25T14:33:00.827Z] ---> Running in 7ebd32261d87 [2022-03-25T14:33:02.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-25T14:33:02.645Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-25T14:33:02.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-25T14:33:03.222Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-25T14:33:03.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-25T14:33:04.156Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-25T14:33:04.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-25T14:33:05.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-25T14:33:05.090Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-25T14:33:05.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-25T14:33:06.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-25T14:33:06.465Z] --- PASS: TestBuildMultiStageCopy (7.31s) [2022-03-25T14:33:06.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.31s) [2022-03-25T14:33:06.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-25T14:33:06.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-25T14:33:06.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-25T14:33:06.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-25T14:33:06.465Z] === RUN TestBuildMultiStageParentConfig [2022-03-25T14:33:07.008Z] [2022-03-25T14:33:07.008Z] SUCCESS: Specified value was saved. [2022-03-25T14:33:07.996Z] INFO: Downloading git... [2022-03-25T14:33:08.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-25T14:33:09.619Z] INFO: Downloading go... [2022-03-25T14:33:09.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-25T14:33:10.031Z] === RUN TestMiddlewares [2022-03-25T14:33:10.031Z] --- PASS: TestMiddlewares (0.00s) [2022-03-25T14:33:10.031Z] PASS [2022-03-25T14:33:10.031Z] coverage: 7.9% of statements [2022-03-25T14:33:10.031Z] ok github.com/docker/docker/api/server 0.058s coverage: 7.9% of statements [2022-03-25T14:33:10.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-25T14:33:10.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-25T14:33:11.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-25T14:33:11.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-25T14:33:11.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-25T14:33:11.728Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-25T14:33:11.728Z] === RUN TestBuildLabelWithTargets [2022-03-25T14:33:11.846Z] INFO: Downloading compiler 1 of 3... [2022-03-25T14:33:11.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-25T14:33:11.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-25T14:33:12.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-25T14:33:12.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-25T14:33:12.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-25T14:33:12.832Z] INFO: Downloading compiler 2 of 3... [2022-03-25T14:33:13.818Z] INFO: Downloading compiler 3 of 3... [2022-03-25T14:33:14.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-25T14:33:14.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-25T14:33:14.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-25T14:33:14.806Z] INFO: Extracting git... [2022-03-25T14:33:15.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-25T14:33:15.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-25T14:33:16.409Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-25T14:33:16.409Z] Using test binary docker [2022-03-25T14:33:16.409Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-25T14:33:16.409Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-25T14:33:16.409Z] INFO: Waiting for daemon to start... [2022-03-25T14:33:16.409Z] Starting dockerd [2022-03-25T14:33:16.564Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-25T14:33:16.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-25T14:33:17.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-25T14:33:18.308Z] . [2022-03-25T14:33:18.308Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-25T14:33:18.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-25T14:33:18.567Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-25T14:33:18.567Z] Error: No such image: emptyfs [2022-03-25T14:33:18.567Z] Running integration-test (iteration 1) [2022-03-25T14:33:18.567Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-25T14:33:18.825Z] Loaded image: busybox:latest [2022-03-25T14:33:19.084Z] Loaded image: busybox:glibc [2022-03-25T14:33:19.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-25T14:33:19.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-25T14:33:19.837Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-25T14:33:19.837Z] === RUN TestBuildWithEmptyLayers [2022-03-25T14:33:20.461Z] Loaded image: debian:bullseye-slim [2022-03-25T14:33:20.461Z] Loaded image: hello-world:latest [2022-03-25T14:33:20.461Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:33:20.461Z] INFO: Testing against a local daemon [2022-03-25T14:33:20.461Z] === RUN TestCgroupNamespacesBuild [2022-03-25T14:33:20.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-25T14:33:21.326Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-25T14:33:21.327Z] Using test binary docker [2022-03-25T14:33:21.327Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-25T14:33:21.327Z] +++ /etc/init.d/apparmor start [2022-03-25T14:33:21.327Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-25T14:33:21.327Z] INFO: Waiting for daemon to start... [2022-03-25T14:33:21.327Z] Starting dockerd [2022-03-25T14:33:21.327Z] +++ 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-25T14:33:21.839Z] --- PASS: TestCgroupNamespacesBuild (1.29s) [2022-03-25T14:33:21.839Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-25T14:33:22.366Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-25T14:33:22.366Z] === RUN TestBuildMultiStageOnBuild [2022-03-25T14:33:23.071Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-25T14:33:23.071Z] Using test binary docker [2022-03-25T14:33:23.071Z] +++ /etc/init.d/apparmor start [2022-03-25T14:33:23.071Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-25T14:33:23.071Z] INFO: Waiting for daemon to start... [2022-03-25T14:33:23.071Z] Starting dockerd [2022-03-25T14:33:23.071Z] +++ 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-25T14:33:23.071Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-25T14:33:23.071Z] Using test binary docker [2022-03-25T14:33:23.071Z] +++ /etc/init.d/apparmor start [2022-03-25T14:33:23.071Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-25T14:33:23.071Z] INFO: Waiting for daemon to start... [2022-03-25T14:33:23.071Z] Starting dockerd [2022-03-25T14:33:23.071Z] +++ 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-25T14:33:23.215Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2022-03-25T14:33:23.215Z] === RUN TestBuildWithSession [2022-03-25T14:33:23.215Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:33:23.215Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-25T14:33:23.215Z] === RUN TestBuildSquashParent [2022-03-25T14:33:23.232Z] . [2022-03-25T14:33:23.232Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-25T14:33:23.502Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-25T14:33:23.502Z] Error: No such image: emptyfs [2022-03-25T14:33:23.502Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-25T14:33:23.502Z] ++++ docker load [2022-03-25T14:33:23.502Z] Running integration-test (iteration 1) [2022-03-25T14:33:23.502Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-25T14:33:23.502Z] ++ 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-25T14:33:23.502Z] ++ set -e [2022-03-25T14:33:23.502Z] ++ '[' -n 0 ']' [2022-03-25T14:33:23.502Z] ++ set -x [2022-03-25T14:33:23.502Z] ++ 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-25T14:33:23.763Z] Loaded image: busybox:latest [2022-03-25T14:33:23.763Z] Loaded image: busybox:glibc [2022-03-25T14:33:24.697Z] Loaded image: debian:bullseye-slim [2022-03-25T14:33:24.955Z] Loaded image: hello-world:latest [2022-03-25T14:33:24.955Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:33:24.955Z] INFO: Testing against a local daemon [2022-03-25T14:33:24.955Z] === RUN TestCgroupNamespacesBuild [2022-03-25T14:33:25.587Z] . [2022-03-25T14:33:25.587Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-25T14:33:25.587Z] [2022-03-25T14:33:25.587Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-25T14:33:25.598Z] INFO [linters context/goanalysis] analyzers took 4m33.075953163s with top 10 stages: buildir: 1m58.762721855s, goimports: 24.884158798s, unconvert: 16.503403273s, gosec: 15.700450406s, golint: 8.565494954s, S1038: 8.139103275s, misspell: 6.053445468s, nilness: 4.508366707s, inspect: 4.420233097s, unused: 3.006610401s [2022-03-25T14:33:25.598Z] INFO [runner] Issues before processing: 3056, after processing: 0 [2022-03-25T14:33:25.598Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2440/2440, autogenerated_exclude: 2055/2440, exclude: 2055/2055, cgo: 2440/3056, path_prettifier: 2440/2440, identifier_marker: 2055/2055, nolint: 0/78, filename_unadjuster: 2440/2440, skip_dirs: 2440/2440, exclude-rules: 78/2055 [2022-03-25T14:33:25.598Z] INFO [runner] processing took 82.663941ms with stages: nolint: 32.642648ms, identifier_marker: 22.137099ms, path_prettifier: 9.424563ms, autogenerated_exclude: 8.437554ms, exclude-rules: 7.811413ms, skip_dirs: 1.80194ms, cgo: 250.066µs, filename_unadjuster: 153.027µs, skip_files: 1.256µs, max_same_issues: 1.193µs, uniq_by_line: 680ns, diff: 350ns, exclude: 347ns, max_from_linter: 333ns, path_shortener: 323ns, source_code: 296ns, severity-rules: 228ns, max_per_file_from_linter: 221ns, sort_results: 205ns, path_prefixer: 199ns [2022-03-25T14:33:25.598Z] INFO [runner] linters took 1m30.389415843s with stages: goanalysis_metalinter: 1m30.306519338s [2022-03-25T14:33:25.598Z] INFO File cache stats: 1666 entries of total size 8.4MiB [2022-03-25T14:33:25.598Z] INFO Memory: 2599 samples, avg is 281.8MB, max is 1166.5MB [2022-03-25T14:33:25.598Z] INFO Execution took 4m19.795131702s [2022-03-25T14:33:25.598Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-25T14:33:25.843Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-25T14:33:25.843Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-25T14:33:25.843Z] Error: No such image: emptyfs [2022-03-25T14:33:25.843Z] Error: No such image: emptyfs [2022-03-25T14:33:25.843Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-25T14:33:25.843Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-25T14:33:25.843Z] ++++ docker load [2022-03-25T14:33:25.843Z] ++++ docker load [2022-03-25T14:33:25.888Z] --- PASS: TestCgroupNamespacesBuild (1.06s) [2022-03-25T14:33:25.888Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-25T14:33:25.938Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh dynbinary test-docker-py [2022-03-25T14:33:26.100Z] Running integration-test (iteration 1) [2022-03-25T14:33:26.100Z] Running integration-test (iteration 1) [2022-03-25T14:33:26.100Z] 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-25T14:33:26.100Z] ++ 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-25T14:33:26.100Z] 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-25T14:33:26.100Z] ++ 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-25T14:33:26.100Z] ++ set -e [2022-03-25T14:33:26.100Z] ++ '[' -n 0 ']' [2022-03-25T14:33:26.100Z] ++ set -x [2022-03-25T14:33:26.100Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-25T14:33:26.100Z] ++ set -e [2022-03-25T14:33:26.100Z] ++ '[' -n 0 ']' [2022-03-25T14:33:26.100Z] ++ set -x [2022-03-25T14:33:26.100Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-25T14:33:26.196Z] [2022-03-25T14:33:26.457Z] Removing bundles/ [2022-03-25T14:33:26.457Z] [2022-03-25T14:33:26.457Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-25T14:33:26.457Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:33:26.457Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:33:27.261Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.03s) [2022-03-25T14:33:27.261Z] === RUN TestBuildWithSession [2022-03-25T14:33:27.262Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:33:27.262Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-25T14:33:27.262Z] === RUN TestBuildSquashParent [2022-03-25T14:33:27.398Z] --- PASS: TestBuildSquashParent (4.43s) [2022-03-25T14:33:27.398Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-25T14:33:27.398Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:33:27.398Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:33:27.398Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:33:27.398Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:33:27.398Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:33:27.398Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:33:27.398Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:33:27.398Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:33:27.398Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:33:27.398Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:33:27.398Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:33:27.398Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:33:27.398Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:33:27.398Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:33:27.465Z] Loaded image: busybox:latest [2022-03-25T14:33:27.465Z] Loaded image: busybox:latest [2022-03-25T14:33:27.465Z] Loaded image: busybox:glibc [2022-03-25T14:33:27.465Z] Loaded image: busybox:glibc [2022-03-25T14:33:27.628Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-25T14:33:27.628Z] === RUN TestBuildUncleanTarFilenames [2022-03-25T14:33:27.628Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2022-03-25T14:33:27.628Z] === RUN TestBuildMultiStageLayerLeak [2022-03-25T14:33:29.298Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:33:29.556Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:33:29.750Z] INFO: Expanding go... [2022-03-25T14:33:30.491Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:33:30.542Z] --- PASS: TestBuildSquashParent (3.14s) [2022-03-25T14:33:30.542Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-25T14:33:30.542Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:33:30.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:33:30.542Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:33:30.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:33:30.542Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:33:30.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:33:30.542Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:33:30.542Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:33:30.542Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:33:30.543Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:33:30.543Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:33:30.543Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:33:30.543Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:33:30.543Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:33:30.750Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:33:31.477Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:33:31.477Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:33:31.642Z] Loaded image: debian:bullseye-slim [2022-03-25T14:33:31.898Z] Loaded image: hello-world:latest [2022-03-25T14:33:32.155Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:33:32.155Z] Loaded image: debian:bullseye-slim [2022-03-25T14:33:32.155Z] INFO: Testing against a local daemon [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-25T14:33:32.155Z] Loaded image: hello-world:latest [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-25T14:33:32.155Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-25T14:33:32.411Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:33:32.411Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:33:32.411Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:33:32.411Z] INFO: Testing against a local daemon [2022-03-25T14:33:32.411Z] === RUN TestDockerDaemonSuite [2022-03-25T14:33:32.411Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-25T14:33:32.652Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-25T14:33:32.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.56s) [2022-03-25T14:33:32.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.97s) [2022-03-25T14:33:32.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.50s) [2022-03-25T14:33:32.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.42s) [2022-03-25T14:33:32.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.64s) [2022-03-25T14:33:32.652Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.52s) [2022-03-25T14:33:32.652Z] === RUN TestBuildMultiStageCopy [2022-03-25T14:33:32.652Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-25T14:33:32.892Z] --- PASS: TestBuildMultiStageLayerLeak (4.43s) [2022-03-25T14:33:32.892Z] === RUN TestBuildWithHugeFile [2022-03-25T14:33:33.344Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-25T14:33:33.344Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.11s) [2022-03-25T14:33:33.344Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.20s) [2022-03-25T14:33:33.344Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.03s) [2022-03-25T14:33:33.344Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.06s) [2022-03-25T14:33:33.345Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.04s) [2022-03-25T14:33:33.345Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (0.95s) [2022-03-25T14:33:33.345Z] === RUN TestBuildMultiStageCopy [2022-03-25T14:33:33.345Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-25T14:33:34.043Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-25T14:33:34.043Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-25T14:33:34.279Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-25T14:33:34.302Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-25T14:33:34.537Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-25T14:33:34.559Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-25T14:33:34.795Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-25T14:33:34.795Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-25T14:33:34.817Z] --- PASS: TestBuildMultiStageCopy (2.36s) [2022-03-25T14:33:34.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.44s) [2022-03-25T14:33:34.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-03-25T14:33:34.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-03-25T14:33:34.817Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.26s) [2022-03-25T14:33:34.818Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2022-03-25T14:33:34.818Z] === RUN TestBuildMultiStageParentConfig [2022-03-25T14:33:35.053Z] --- PASS: TestBuildMultiStageCopy (1.71s) [2022-03-25T14:33:35.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.00s) [2022-03-25T14:33:35.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-03-25T14:33:35.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2022-03-25T14:33:35.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.18s) [2022-03-25T14:33:35.053Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s) [2022-03-25T14:33:35.053Z] === RUN TestBuildMultiStageParentConfig [2022-03-25T14:33:35.383Z] --- PASS: TestBuildMultiStageParentConfig (0.67s) [2022-03-25T14:33:35.383Z] === RUN TestBuildLabelWithTargets [2022-03-25T14:33:35.619Z] --- PASS: TestBuildMultiStageParentConfig (0.53s) [2022-03-25T14:33:35.619Z] === RUN TestBuildLabelWithTargets [2022-03-25T14:33:35.681Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-25T14:33:35.681Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-25T14:33:35.937Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-25T14:33:35.937Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-25T14:33:36.499Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-25T14:33:36.554Z] --- PASS: TestBuildLabelWithTargets (0.85s) [2022-03-25T14:33:36.554Z] === RUN TestBuildWithEmptyLayers [2022-03-25T14:33:36.757Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-25T14:33:36.757Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-25T14:33:36.759Z] --- PASS: TestBuildLabelWithTargets (1.04s) [2022-03-25T14:33:36.759Z] === RUN TestBuildWithEmptyLayers [2022-03-25T14:33:36.812Z] --- PASS: TestBuildWithEmptyLayers (0.37s) [2022-03-25T14:33:36.812Z] === RUN TestBuildMultiStageOnBuild [2022-03-25T14:33:37.017Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-03-25T14:33:37.017Z] === RUN TestBuildMultiStageOnBuild [2022-03-25T14:33:38.124Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-25T14:33:38.187Z] --- PASS: TestBuildMultiStageOnBuild (1.17s) [2022-03-25T14:33:38.187Z] === RUN TestBuildUncleanTarFilenames [2022-03-25T14:33:38.445Z] --- PASS: TestBuildUncleanTarFilenames (0.51s) [2022-03-25T14:33:38.445Z] === RUN TestBuildMultiStageLayerLeak [2022-03-25T14:33:38.686Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-25T14:33:38.686Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-25T14:33:38.686Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-25T14:33:38.918Z] --- PASS: TestBuildMultiStageOnBuild (1.65s) [2022-03-25T14:33:38.918Z] === RUN TestBuildUncleanTarFilenames [2022-03-25T14:33:39.177Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-03-25T14:33:39.177Z] === RUN TestBuildMultiStageLayerLeak [2022-03-25T14:33:39.614Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-25T14:33:39.614Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-25T14:33:39.819Z] --- PASS: TestBuildMultiStageLayerLeak (1.21s) [2022-03-25T14:33:39.819Z] === RUN TestBuildWithHugeFile [2022-03-25T14:33:40.543Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-25T14:33:40.543Z] --- PASS: TestBuildWithHugeFile (128.87s) [2022-03-25T14:33:40.543Z] === RUN TestBuildWCOWSandboxSize [2022-03-25T14:33:40.543Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:33:40.543Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:33:40.543Z] === RUN TestBuildWithEmptyDockerfile [2022-03-25T14:33:40.543Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:33:40.543Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:33:40.543Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:33:40.543Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:33:40.543Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:33:40.543Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:33:40.543Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:33:40.543Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:33:40.543Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-25T14:33:40.543Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-25T14:33:40.543Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:33:40.543Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-25T14:33:40.799Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-03-25T14:33:40.799Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-25T14:33:40.799Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2022-03-25T14:33:40.799Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2022-03-25T14:33:40.799Z] === RUN TestBuildPreserveOwnership [2022-03-25T14:33:40.799Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-25T14:33:41.055Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-25T14:33:41.076Z] --- PASS: TestBuildMultiStageLayerLeak (1.69s) [2022-03-25T14:33:41.076Z] === RUN TestBuildWithHugeFile [2022-03-25T14:33:42.974Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-25T14:33:43.906Z] --- PASS: TestBuildPreserveOwnership (3.15s) [2022-03-25T14:33:43.906Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.22s) [2022-03-25T14:33:43.906Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.92s) [2022-03-25T14:33:43.906Z] === RUN TestBuildPlatformInvalid [2022-03-25T14:33:43.906Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-25T14:33:43.906Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-25T14:33:44.468Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-25T14:33:44.724Z] Loaded image: busybox:latest [2022-03-25T14:33:44.980Z] Loaded image: busybox:glibc [2022-03-25T14:33:46.344Z] Loaded image: debian:bullseye-slim [2022-03-25T14:33:46.344Z] Loaded image: hello-world:latest [2022-03-25T14:33:46.601Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:33:46.601Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-25T14:33:49.120Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-25T14:33:50.488Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-25T14:33:51.419Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-25T14:33:51.980Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-25T14:33:52.542Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-25T14:33:53.471Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-25T14:33:55.363Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-25T14:33:55.928Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.98s) [2022-03-25T14:33:55.928Z] PASS [2022-03-25T14:33:55.928Z] [2022-03-25T14:33:55.928Z] === Skipped [2022-03-25T14:33:55.928Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-25T14:33:55.928Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:33:55.928Z] [2022-03-25T14:33:55.928Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:33:55.928Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:33:55.928Z] [2022-03-25T14:33:55.928Z] DONE 34 tests, 2 skipped in 189.339s [2022-03-25T14:33:55.928Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-25T14:33:55.928Z] ++ 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-25T14:33:55.928Z] ++ set -e [2022-03-25T14:33:55.928Z] ++ '[' -n 0 ']' [2022-03-25T14:33:55.928Z] ++ set -x [2022-03-25T14:33:55.928Z] ++ 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-25T14:33:55.928Z] INFO: Testing against a local daemon [2022-03-25T14:33:55.928Z] === RUN TestConfigInspect [2022-03-25T14:33:56.857Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-25T14:33:57.420Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-25T14:33:57.420Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-25T14:33:58.349Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-25T14:33:58.605Z] --- PASS: TestConfigInspect (2.59s) [2022-03-25T14:33:58.605Z] === RUN TestConfigList [2022-03-25T14:33:58.861Z] docker_cli_daemon_test.go:1472: [d210429042b1f] daemon is not started [2022-03-25T14:33:59.423Z] check_test.go:308: [d2cab9b8fe810] daemon is not started [2022-03-25T14:33:59.423Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-25T14:33:59.986Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-25T14:34:00.915Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-25T14:34:01.478Z] --- PASS: TestConfigList (2.95s) [2022-03-25T14:34:01.478Z] === RUN TestConfigsCreateAndDelete [2022-03-25T14:34:01.478Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-25T14:34:01.734Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-25T14:34:02.663Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-25T14:34:03.225Z] check_test.go:308: [d1435ede4f008] daemon is not started [2022-03-25T14:34:03.225Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-25T14:34:04.157Z] --- PASS: TestConfigsCreateAndDelete (2.65s) [2022-03-25T14:34:04.157Z] === RUN TestConfigsUpdate [2022-03-25T14:34:04.157Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-25T14:34:05.087Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-25T14:34:05.604Z] INFO: Expanding compiler 1 of 3... [2022-03-25T14:34:05.604Z] INFO: Expanding compiler 2 of 3... [2022-03-25T14:34:05.664Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-25T14:34:05.664Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-25T14:34:06.592Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-25T14:34:06.849Z] --- PASS: TestConfigsUpdate (2.66s) [2022-03-25T14:34:06.849Z] === RUN TestTemplatedConfig [2022-03-25T14:34:07.105Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-25T14:34:07.170Z] INFO: Expanding compiler 3 of 3... [2022-03-25T14:34:07.667Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-25T14:34:08.156Z] INFO: Removing downloaded files... [2022-03-25T14:34:08.156Z] INFO: Downloading containerd [2022-03-25T14:34:10.187Z] --- PASS: TestTemplatedConfig (3.39s) [2022-03-25T14:34:10.187Z] === RUN TestConfigCreateResolve [2022-03-25T14:34:10.443Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-25T14:34:12.962Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-25T14:34:12.962Z] --- PASS: TestConfigCreateResolve (2.80s) [2022-03-25T14:34:12.962Z] PASS [2022-03-25T14:34:12.962Z] [2022-03-25T14:34:12.962Z] DONE 6 tests in 17.144s [2022-03-25T14:34:12.962Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-25T14:34:12.962Z] ++ 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-25T14:34:12.962Z] ++ set -e [2022-03-25T14:34:12.962Z] ++ '[' -n 0 ']' [2022-03-25T14:34:12.962Z] ++ set -x [2022-03-25T14:34:13.219Z] ++ 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-25T14:34:13.219Z] INFO: Testing against a local daemon [2022-03-25T14:34:13.219Z] === RUN TestCheckpoint [2022-03-25T14:34:13.219Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:34:13.219Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-25T14:34:13.219Z] === RUN TestContainerInvalidJSON [2022-03-25T14:34:13.219Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:13.219Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:13.219Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:13.219Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:13.219Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:13.219Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:13.219Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-25T14:34:13.219Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-25T14:34:13.219Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-25T14:34:13.219Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-25T14:34:13.474Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-03-25T14:34:13.475Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-25T14:34:13.475Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-03-25T14:34:13.475Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-25T14:34:13.475Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2022-03-25T14:34:13.475Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-25T14:34:13.475Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-03-25T14:34:13.475Z] === RUN TestCopyFromContainer [2022-03-25T14:34:15.367Z] === RUN TestCopyFromContainer// [2022-03-25T14:34:15.367Z] === RUN TestCopyFromContainer//bar/root [2022-03-25T14:34:15.623Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-25T14:34:15.623Z] === RUN TestCopyFromContainer/bar/quux [2022-03-25T14:34:15.879Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-25T14:34:15.879Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-25T14:34:15.879Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-25T14:34:15.879Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-25T14:34:16.136Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-25T14:34:16.136Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-25T14:34:16.136Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer (2.77s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer// (0.10s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2022-03-25T14:34:16.393Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2022-03-25T14:34:16.393Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-25T14:34:16.393Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:16.393Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:16.393Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:16.393Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:16.393Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:16.393Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:16.393Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:16.393Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:16.393Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:16.393Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-25T14:34:16.393Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-25T14:34:16.393Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-25T14:34:16.393Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-25T14:34:16.393Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-25T14:34:16.393Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-03-25T14:34:16.393Z] === RUN TestCreateWithInvalidEnv [2022-03-25T14:34:16.393Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-25T14:34:16.393Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-25T14:34:16.393Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-25T14:34:16.393Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-25T14:34:16.393Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-25T14:34:16.393Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-25T14:34:16.393Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-25T14:34:16.393Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-25T14:34:16.393Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-25T14:34:16.393Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-25T14:34:16.393Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-25T14:34:16.393Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-25T14:34:16.393Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-25T14:34:16.393Z] === RUN TestCreateTmpfsMountsTarget [2022-03-25T14:34:16.393Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-25T14:34:16.393Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-25T14:34:18.533Z] --- PASS: TestBuildWithHugeFile (34.88s) [2022-03-25T14:34:18.533Z] === RUN TestBuildWCOWSandboxSize [2022-03-25T14:34:18.533Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:34:18.533Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:34:18.533Z] === RUN TestBuildWithEmptyDockerfile [2022-03-25T14:34:18.533Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:18.533Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:18.533Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:18.533Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:18.533Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:18.533Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:18.533Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:18.533Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:18.533Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:18.533Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-25T14:34:18.533Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-03-25T14:34:18.533Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-03-25T14:34:18.533Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-03-25T14:34:18.533Z] === RUN TestBuildPreserveOwnership [2022-03-25T14:34:18.533Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-25T14:34:18.533Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-25T14:34:18.533Z] --- PASS: TestBuildPreserveOwnership (2.52s) [2022-03-25T14:34:18.533Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.68s) [2022-03-25T14:34:18.533Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.84s) [2022-03-25T14:34:18.533Z] === RUN TestBuildPlatformInvalid [2022-03-25T14:34:18.533Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-25T14:34:18.533Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-25T14:34:18.533Z] Loaded image: busybox:latest [2022-03-25T14:34:18.533Z] Loaded image: busybox:glibc [2022-03-25T14:34:18.914Z] --- PASS: TestCreateWithCustomMaskedPaths (2.09s) [2022-03-25T14:34:18.914Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-25T14:34:18.914Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-25T14:34:19.099Z] Loaded image: debian:bullseye-slim [2022-03-25T14:34:19.357Z] Loaded image: hello-world:latest [2022-03-25T14:34:19.357Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:34:20.805Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.10s) [2022-03-25T14:34:20.805Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-25T14:34:20.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:20.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:20.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:20.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:20.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:20.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:20.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:20.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:20.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:20.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:20.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:20.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:20.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:20.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:20.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:20.806Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-25T14:34:20.806Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-25T14:34:20.806Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-25T14:34:20.806Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-25T14:34:20.806Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-03-25T14:34:20.806Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-03-25T14:34:20.806Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-25T14:34:21.369Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-25T14:34:21.369Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.70s) [2022-03-25T14:34:21.369Z] === RUN TestCreateDifferentPlatform [2022-03-25T14:34:21.369Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-25T14:34:21.369Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-25T14:34:21.369Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-03-25T14:34:21.369Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-25T14:34:21.369Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-25T14:34:21.369Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-25T14:34:21.369Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-25T14:34:21.369Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-25T14:34:21.626Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-03-25T14:34:21.626Z] === RUN TestContainerStartOnDaemonRestart [2022-03-25T14:34:21.626Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-25T14:34:21.626Z] === RUN TestDaemonRestartIpcMode [2022-03-25T14:34:21.626Z] === PAUSE TestDaemonRestartIpcMode [2022-03-25T14:34:21.626Z] === RUN TestDaemonHostGatewayIP [2022-03-25T14:34:21.626Z] === PAUSE TestDaemonHostGatewayIP [2022-03-25T14:34:21.626Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-25T14:34:21.626Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-25T14:34:21.626Z] === RUN TestContainerKillOnDaemonStart [2022-03-25T14:34:21.626Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-25T14:34:21.626Z] === RUN TestDiff [2022-03-25T14:34:22.189Z] --- PASS: TestDiff (0.75s) [2022-03-25T14:34:22.189Z] === RUN TestExecWithCloseStdin [2022-03-25T14:34:22.754Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-25T14:34:23.013Z] --- PASS: TestExecWithCloseStdin (0.75s) [2022-03-25T14:34:23.013Z] === RUN TestExec [2022-03-25T14:34:23.269Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-25T14:34:23.833Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-25T14:34:23.833Z] --- PASS: TestExec (0.83s) [2022-03-25T14:34:23.833Z] === RUN TestExecUser [2022-03-25T14:34:24.765Z] --- PASS: TestExecUser (0.87s) [2022-03-25T14:34:24.765Z] === RUN TestExportContainerAndImportImage [2022-03-25T14:34:25.021Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-25T14:34:25.277Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-25T14:34:25.534Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-25T14:34:25.534Z] check_test.go:308: [df56946d045da] daemon is not started [2022-03-25T14:34:25.534Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-25T14:34:25.790Z] --- PASS: TestExportContainerAndImportImage (1.02s) [2022-03-25T14:34:25.790Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-25T14:34:26.047Z] check_test.go:308: [d33d6821d81d4] daemon is not started [2022-03-25T14:34:26.047Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-25T14:34:26.047Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-25T14:34:27.418Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2022-03-25T14:34:27.418Z] === RUN TestHealthCheckWorkdir [2022-03-25T14:34:27.418Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-25T14:34:27.471Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.83s) [2022-03-25T14:34:27.471Z] PASS [2022-03-25T14:34:27.471Z] [2022-03-25T14:34:27.471Z] === Skipped [2022-03-25T14:34:27.471Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-25T14:34:27.471Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:34:27.471Z] [2022-03-25T14:34:27.471Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:34:27.471Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:34:27.471Z] [2022-03-25T14:34:27.471Z] DONE 34 tests, 2 skipped in 62.685s [2022-03-25T14:34:27.471Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-25T14:34:27.471Z] ++ 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-25T14:34:27.471Z] ++ set -e [2022-03-25T14:34:27.471Z] ++ '[' -n 0 ']' [2022-03-25T14:34:27.471Z] ++ set -x [2022-03-25T14:34:27.471Z] ++ 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-25T14:34:27.471Z] INFO: Testing against a local daemon [2022-03-25T14:34:27.471Z] === RUN TestConfigInspect [2022-03-25T14:34:27.982Z] check_test.go:308: [d988b61b3cee5] daemon is not started [2022-03-25T14:34:27.982Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-25T14:34:27.982Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-25T14:34:28.243Z] --- PASS: TestHealthCheckWorkdir (1.06s) [2022-03-25T14:34:28.243Z] === RUN TestHealthKillContainer [2022-03-25T14:34:28.405Z] --- PASS: TestConfigInspect (2.10s) [2022-03-25T14:34:28.405Z] === RUN TestConfigList [2022-03-25T14:34:29.127Z] --- PASS: TestBuildWithHugeFile (50.28s) [2022-03-25T14:34:29.127Z] === RUN TestBuildWCOWSandboxSize [2022-03-25T14:34:29.127Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:34:29.127Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:34:29.127Z] === RUN TestBuildWithEmptyDockerfile [2022-03-25T14:34:29.127Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:29.127Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:29.127Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:29.127Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:29.127Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:29.127Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:29.127Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:29.127Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:29.127Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:29.127Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-25T14:34:29.127Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-03-25T14:34:29.127Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-03-25T14:34:29.127Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-25T14:34:29.127Z] === RUN TestBuildPreserveOwnership [2022-03-25T14:34:29.127Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-25T14:34:29.127Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-25T14:34:29.375Z] [2022-03-25T14:34:29.375Z] Name Version Source Summary [2022-03-25T14:34:29.375Z] ---- ------- ------ ------- [2022-03-25T14:34:29.375Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-25T14:34:29.375Z] [2022-03-25T14:34:29.375Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-25T14:34:29.375Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-25T14:34:29.375Z] PSChildName : containerd [2022-03-25T14:34:29.375Z] PSDrive : C [2022-03-25T14:34:29.375Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-25T14:34:29.375Z] PSIsContainer : True [2022-03-25T14:34:29.375Z] Name : containerd [2022-03-25T14:34:29.375Z] FullName : C:\containerd [2022-03-25T14:34:29.375Z] Parent : [2022-03-25T14:34:29.375Z] Exists : True [2022-03-25T14:34:29.375Z] Root : C:\ [2022-03-25T14:34:29.375Z] Extension : [2022-03-25T14:34:29.375Z] CreationTime : 3/25/2022 2:34:28 PM [2022-03-25T14:34:29.375Z] CreationTimeUtc : 3/25/2022 2:34:28 PM [2022-03-25T14:34:29.375Z] LastAccessTime : 3/25/2022 2:34:28 PM [2022-03-25T14:34:29.375Z] LastAccessTimeUtc : 3/25/2022 2:34:28 PM [2022-03-25T14:34:29.375Z] LastWriteTime : 3/25/2022 2:34:28 PM [2022-03-25T14:34:29.375Z] LastWriteTimeUtc : 3/25/2022 2:34:28 PM [2022-03-25T14:34:29.375Z] Attributes : Directory [2022-03-25T14:34:29.375Z] Mode : d----- [2022-03-25T14:34:29.375Z] BaseName : containerd [2022-03-25T14:34:29.375Z] Target : {} [2022-03-25T14:34:29.375Z] LinkType : [2022-03-25T14:34:29.375Z] [2022-03-25T14:34:30.141Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-25T14:34:30.363Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-25T14:34:30.363Z] INFO: Configuring git core.autocrlf... [2022-03-25T14:34:30.363Z] [2022-03-25T14:34:30.363Z] [2022-03-25T14:34:30.398Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-25T14:34:30.933Z] --- PASS: TestConfigList (2.09s) [2022-03-25T14:34:30.933Z] === RUN TestConfigsCreateAndDelete [2022-03-25T14:34:31.327Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-25T14:34:31.583Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-25T14:34:32.833Z] --- PASS: TestConfigsCreateAndDelete (2.07s) [2022-03-25T14:34:32.833Z] === RUN TestConfigsUpdate [2022-03-25T14:34:33.312Z] --- PASS: TestBuildPreserveOwnership (10.46s) [2022-03-25T14:34:33.312Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.44s) [2022-03-25T14:34:33.312Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-25T14:34:33.312Z] === RUN TestBuildPlatformInvalid [2022-03-25T14:34:33.312Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-25T14:34:33.312Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-25T14:34:33.312Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-25T14:34:33.312Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-25T14:34:33.312Z] PASS [2022-03-25T14:34:33.312Z] [2022-03-25T14:34:33.312Z] === Skipped [2022-03-25T14:34:33.312Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-25T14:34:33.312Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:34:33.312Z] [2022-03-25T14:34:33.312Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:34:33.312Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:34:33.312Z] [2022-03-25T14:34:33.312Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-25T14:34:33.312Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-25T14:34:33.312Z] [2022-03-25T14:34:33.312Z] DONE 34 tests, 3 skipped in 110.715s [2022-03-25T14:34:33.312Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-25T14:34:33.312Z] INFO: Testing against a local daemon [2022-03-25T14:34:33.312Z] === RUN TestConfigInspect [2022-03-25T14:34:33.312Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.312Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-25T14:34:33.312Z] === RUN TestConfigList [2022-03-25T14:34:33.312Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.312Z] --- SKIP: TestConfigList (0.01s) [2022-03-25T14:34:33.312Z] === RUN TestConfigsCreateAndDelete [2022-03-25T14:34:33.312Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.312Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-25T14:34:33.312Z] === RUN TestConfigsUpdate [2022-03-25T14:34:33.312Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.312Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-25T14:34:33.312Z] === RUN TestTemplatedConfig [2022-03-25T14:34:33.312Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.312Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-25T14:34:33.312Z] === RUN TestConfigCreateResolve [2022-03-25T14:34:33.312Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.476Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-25T14:34:33.570Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-25T14:34:33.570Z] PASS [2022-03-25T14:34:33.570Z] [2022-03-25T14:34:33.570Z] === Skipped [2022-03-25T14:34:33.570Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-03-25T14:34:33.570Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.570Z] [2022-03-25T14:34:33.570Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-25T14:34:33.570Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.570Z] [2022-03-25T14:34:33.570Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-25T14:34:33.570Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.570Z] [2022-03-25T14:34:33.570Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-25T14:34:33.570Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.570Z] [2022-03-25T14:34:33.570Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-25T14:34:33.570Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.570Z] [2022-03-25T14:34:33.571Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-25T14:34:33.571Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:34:33.571Z] [2022-03-25T14:34:33.571Z] DONE 6 tests, 6 skipped in 0.148s [2022-03-25T14:34:33.571Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-25T14:34:33.571Z] INFO: Testing against a local daemon [2022-03-25T14:34:33.571Z] === RUN TestCheckpoint [2022-03-25T14:34:33.571Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:34:33.571Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-25T14:34:33.571Z] === RUN TestContainerInvalidJSON [2022-03-25T14:34:33.571Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:33.571Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:33.571Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:33.571Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:33.571Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:33.571Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:33.571Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-25T14:34:33.571Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-25T14:34:33.571Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-25T14:34:33.571Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-25T14:34:33.571Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-03-25T14:34:33.571Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-25T14:34:33.828Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-25T14:34:33.828Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-25T14:34:33.828Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-25T14:34:33.828Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-25T14:34:33.828Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-25T14:34:33.828Z] === RUN TestCopyFromContainer [2022-03-25T14:34:34.731Z] --- PASS: TestConfigsUpdate (2.09s) [2022-03-25T14:34:34.731Z] === RUN TestTemplatedConfig [2022-03-25T14:34:35.994Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-03-25T14:34:36.306Z] === RUN TestBoolValue [2022-03-25T14:34:36.306Z] --- PASS: TestBoolValue (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestBoolValueOrDefault [2022-03-25T14:34:36.306Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestInt64ValueOrZero [2022-03-25T14:34:36.306Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestInt64ValueOrDefault [2022-03-25T14:34:36.306Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-25T14:34:36.306Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestJsonContentType [2022-03-25T14:34:36.306Z] --- PASS: TestJsonContentType (0.00s) [2022-03-25T14:34:36.306Z] PASS [2022-03-25T14:34:36.306Z] coverage: 16.2% of statements [2022-03-25T14:34:36.306Z] ok github.com/docker/docker/api/server/httputils 0.066s coverage: 16.2% of statements [2022-03-25T14:34:36.306Z] === RUN TestMaskSecretKeys [2022-03-25T14:34:36.306Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-25T14:34:36.306Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-25T14:34:36.306Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-25T14:34:36.306Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-25T14:34:36.306Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-25T14:34:36.306Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-25T14:34:36.306Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestVersionMiddlewareVersion [2022-03-25T14:34:36.306Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-25T14:34:36.306Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-25T14:34:36.306Z] PASS [2022-03-25T14:34:36.306Z] coverage: 37.7% of statements [2022-03-25T14:34:36.306Z] ok github.com/docker/docker/api/server/middleware 0.154s coverage: 37.7% of statements [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-25T14:34:36.306Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-25T14:34:36.306Z] === RUN TestStrSliceMarshalJSON [2022-03-25T14:34:36.306Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestStrSliceUnmarshalJSON [2022-03-25T14:34:36.306Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestStrSliceUnmarshalString [2022-03-25T14:34:36.306Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestStrSliceUnmarshalSlice [2022-03-25T14:34:36.306Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-25T14:34:36.306Z] PASS [2022-03-25T14:34:36.306Z] coverage: 90.0% of statements [2022-03-25T14:34:36.306Z] ok github.com/docker/docker/api/types/strslice 0.047s coverage: 90.0% of statements [2022-03-25T14:34:36.306Z] === RUN TestToJSON [2022-03-25T14:34:36.306Z] --- PASS: TestToJSON (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestToParamWithVersion [2022-03-25T14:34:36.306Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestFromJSON [2022-03-25T14:34:36.306Z] --- PASS: TestFromJSON (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestEmpty [2022-03-25T14:34:36.306Z] --- PASS: TestEmpty (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestArgsMatchKVListEmptySources [2022-03-25T14:34:36.306Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestArgsMatchKVList [2022-03-25T14:34:36.306Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestArgsMatch [2022-03-25T14:34:36.306Z] --- PASS: TestArgsMatch (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestAdd [2022-03-25T14:34:36.306Z] --- PASS: TestAdd (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestDel [2022-03-25T14:34:36.306Z] --- PASS: TestDel (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestLen [2022-03-25T14:34:36.306Z] --- PASS: TestLen (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestExactMatch [2022-03-25T14:34:36.306Z] --- PASS: TestExactMatch (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestOnlyOneExactMatch [2022-03-25T14:34:36.306Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestContains [2022-03-25T14:34:36.306Z] --- PASS: TestContains (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestValidate [2022-03-25T14:34:36.306Z] --- PASS: TestValidate (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestWalkValues [2022-03-25T14:34:36.306Z] --- PASS: TestWalkValues (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestFuzzyMatch [2022-03-25T14:34:36.306Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-25T14:34:36.306Z] === RUN TestClone [2022-03-25T14:34:36.306Z] --- PASS: TestClone (0.00s) [2022-03-25T14:34:36.306Z] PASS [2022-03-25T14:34:36.306Z] coverage: 92.2% of statements [2022-03-25T14:34:36.306Z] ok github.com/docker/docker/api/types/filters 0.064s coverage: 92.2% of statements [2022-03-25T14:34:36.306Z] === RUN TestDurationToSecondsString [2022-03-25T14:34:36.306Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestGetTimestamp [2022-03-25T14:34:36.307Z] === RUN TestAdjustForAPIVersion [2022-03-25T14:34:36.307Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-25T14:34:36.307Z] PASS [2022-03-25T14:34:36.307Z] coverage: 5.7% of statements [2022-03-25T14:34:36.307Z] ok github.com/docker/docker/api/server/router/swarm 0.056s coverage: 5.7% of statements [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-25T14:34:36.307Z] --- PASS: TestGetTimestamp (0.23s) [2022-03-25T14:34:36.307Z] === RUN TestParseTimestamps [2022-03-25T14:34:36.307Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-25T14:34:36.307Z] PASS [2022-03-25T14:34:36.307Z] coverage: 100.0% of statements [2022-03-25T14:34:36.307Z] ok github.com/docker/docker/api/types/time 0.284s coverage: 100.0% of statements [2022-03-25T14:34:36.307Z] === RUN TestCompareVersion [2022-03-25T14:34:36.307Z] --- PASS: TestCompareVersion (0.00s) [2022-03-25T14:34:36.307Z] PASS [2022-03-25T14:34:36.307Z] coverage: 77.3% of statements [2022-03-25T14:34:36.307Z] ok github.com/docker/docker/api/types/versions 0.075s coverage: 77.3% of statements [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/builder [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-25T14:34:36.307Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-25T14:34:36.307Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestCloneArgsSmartHttp [2022-03-25T14:34:36.307Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-25T14:34:36.307Z] === RUN TestCloneArgsDumbHttp [2022-03-25T14:34:36.307Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestCloneArgsGit [2022-03-25T14:34:36.307Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestCheckoutGit [2022-03-25T14:34:36.307Z] === RUN TestEnable [2022-03-25T14:34:36.307Z] --- PASS: TestEnable (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestDisable [2022-03-25T14:34:36.307Z] --- PASS: TestDisable (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestEnabled [2022-03-25T14:34:36.307Z] --- PASS: TestEnabled (0.00s) [2022-03-25T14:34:36.307Z] PASS [2022-03-25T14:34:36.307Z] coverage: 100.0% of statements [2022-03-25T14:34:36.307Z] ok github.com/docker/docker/cli/debug 0.056s coverage: 100.0% of statements [2022-03-25T14:34:36.307Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-25T14:34:36.307Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-25T14:34:36.307Z] === RUN TestProcessNoDockerignore [2022-03-25T14:34:36.307Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-25T14:34:36.307Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-25T14:34:36.307Z] === RUN TestDetectContentType [2022-03-25T14:34:36.307Z] --- PASS: TestDetectContentType (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestSelectAcceptableMIME [2022-03-25T14:34:36.307Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestInspectEmptyResponse [2022-03-25T14:34:36.307Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestInspectResponseBinary [2022-03-25T14:34:36.307Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestResponseUnsupportedContentType [2022-03-25T14:34:36.307Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestInspectResponseTextSimple [2022-03-25T14:34:36.307Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestInspectResponseEmptyContentType [2022-03-25T14:34:36.307Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestUnknownContentLength [2022-03-25T14:34:36.307Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestDownloadRemote [2022-03-25T14:34:36.307Z] --- PASS: TestDownloadRemote (0.13s) [2022-03-25T14:34:36.307Z] === RUN TestGetWithStatusError [2022-03-25T14:34:36.307Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestCloseRootDirectory [2022-03-25T14:34:36.307Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:34:36.307Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestHashFile [2022-03-25T14:34:36.307Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:34:36.307Z] --- SKIP: TestHashFile (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestHashSubdir [2022-03-25T14:34:36.307Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:34:36.307Z] --- SKIP: TestHashSubdir (0.02s) [2022-03-25T14:34:36.307Z] === RUN TestRemoveDirectory [2022-03-25T14:34:36.307Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:34:36.307Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-25T14:34:36.307Z] PASS [2022-03-25T14:34:36.307Z] coverage: 9.3% of statements [2022-03-25T14:34:36.307Z] ok github.com/docker/docker/builder/remotecontext 0.347s coverage: 9.3% of statements [2022-03-25T14:34:36.307Z] === RUN TestGetAllAllowed [2022-03-25T14:34:36.307Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestGetAllMeta [2022-03-25T14:34:36.307Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-25T14:34:36.307Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestIsUnreferencedBuiltin [2022-03-25T14:34:36.307Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestIsExistingDirectory [2022-03-25T14:34:36.307Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestGetFilenameForDownload [2022-03-25T14:34:36.307Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestEnv2Variables [2022-03-25T14:34:36.307Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-25T14:34:36.307Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestMaintainer [2022-03-25T14:34:36.307Z] --- PASS: TestMaintainer (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestLabel [2022-03-25T14:34:36.307Z] --- PASS: TestLabel (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestFromScratch [2022-03-25T14:34:36.307Z] --- PASS: TestFromScratch (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestFromWithArg [2022-03-25T14:34:36.307Z] --- PASS: TestFromWithArg (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-25T14:34:36.307Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestFromWithUndefinedArg [2022-03-25T14:34:36.307Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestFromMultiStageWithNamedStage [2022-03-25T14:34:36.307Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestOnbuild [2022-03-25T14:34:36.307Z] --- PASS: TestOnbuild (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestWorkdir [2022-03-25T14:34:36.307Z] --- PASS: TestWorkdir (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestCmd [2022-03-25T14:34:36.307Z] --- PASS: TestCmd (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestHealthcheckNone [2022-03-25T14:34:36.307Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestHealthcheckCmd [2022-03-25T14:34:36.307Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestEntrypoint [2022-03-25T14:34:36.307Z] --- PASS: TestEntrypoint (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestExpose [2022-03-25T14:34:36.307Z] --- PASS: TestExpose (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestUser [2022-03-25T14:34:36.307Z] --- PASS: TestUser (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestVolume [2022-03-25T14:34:36.307Z] --- PASS: TestVolume (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestStopSignal [2022-03-25T14:34:36.307Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-25T14:34:36.307Z] --- SKIP: TestStopSignal (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestArg [2022-03-25T14:34:36.307Z] --- PASS: TestArg (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestShell [2022-03-25T14:34:36.307Z] --- PASS: TestShell (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestPrependEnvOnCmd [2022-03-25T14:34:36.307Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestRunWithBuildArgs [2022-03-25T14:34:36.307Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestRunIgnoresHealthcheck [2022-03-25T14:34:36.307Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestDispatchUnsupportedOptions [2022-03-25T14:34:36.307Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-25T14:34:36.307Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-25T14:34:36.307Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-25T14:34:36.307Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestNormalizeWorkdir [2022-03-25T14:34:36.307Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestDispatch [2022-03-25T14:34:36.307Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-25T14:34:36.307Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-25T14:34:36.307Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-25T14:34:36.307Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-25T14:34:36.307Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-25T14:34:36.307Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-25T14:34:36.307Z] === RUN TestDispatch/COPY_url [2022-03-25T14:34:36.307Z] --- PASS: TestDispatch (0.17s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.04s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.04s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.05s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.03s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-25T14:34:36.307Z] --- PASS: TestDispatch/COPY_url (0.01s) [2022-03-25T14:34:36.307Z] === RUN TestAddScratchImageAddsToMounts [2022-03-25T14:34:36.307Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-25T14:34:36.307Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-25T14:34:36.307Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-25T14:34:36.307Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestImageSourceGetAddsToMounts [2022-03-25T14:34:36.307Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestEmptyDockerfile [2022-03-25T14:34:36.307Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-25T14:34:36.307Z] === RUN TestSymlinkDockerfile [2022-03-25T14:34:36.307Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-25T14:34:36.307Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-25T14:34:36.307Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-03-25T14:34:36.307Z] === RUN TestNonExistingDockerfile [2022-03-25T14:34:36.307Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestCopyRunConfig [2022-03-25T14:34:36.307Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestDeepCopyRunConfig [2022-03-25T14:34:36.307Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestExportImage [2022-03-25T14:34:36.307Z] --- PASS: TestExportImage (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestNormalizeDest [2022-03-25T14:34:36.307Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-25T14:34:36.307Z] PASS [2022-03-25T14:34:36.307Z] coverage: 46.7% of statements [2022-03-25T14:34:36.307Z] ok github.com/docker/docker/builder/dockerfile 0.448s coverage: 46.7% of statements [2022-03-25T14:34:36.307Z] === RUN TestTCP4Proxy [2022-03-25T14:34:36.307Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-25T14:34:36.307Z] === RUN TestTCP4ProxyHalfClose [2022-03-25T14:34:36.307Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestTCP6Proxy [2022-03-25T14:34:36.307Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-25T14:34:36.307Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestTCPDualStackProxy [2022-03-25T14:34:36.307Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-25T14:34:36.307Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestUDP4Proxy [2022-03-25T14:34:36.307Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestUDP6Proxy [2022-03-25T14:34:36.307Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-25T14:34:36.307Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestUDPWriteError [2022-03-25T14:34:36.307Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestSCTP4Proxy [2022-03-25T14:34:36.307Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-25T14:34:36.307Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-25T14:34:36.307Z] === RUN TestSCTP6Proxy [2022-03-25T14:34:36.307Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-25T14:34:36.307Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-25T14:34:36.307Z] PASS [2022-03-25T14:34:36.307Z] coverage: 49.4% of statements [2022-03-25T14:34:36.307Z] ok github.com/docker/docker/cmd/docker-proxy 0.098s coverage: 49.4% of statements [2022-03-25T14:34:36.922Z] --- PASS: TestHealthKillContainer (8.54s) [2022-03-25T14:34:36.922Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-25T14:34:37.113Z] === RUN TestCopyFromContainer// [2022-03-25T14:34:37.113Z] === RUN TestCopyFromContainer//bar/root [2022-03-25T14:34:37.180Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-25T14:34:37.268Z] --- PASS: TestTemplatedConfig (2.28s) [2022-03-25T14:34:37.268Z] === RUN TestConfigCreateResolve [2022-03-25T14:34:37.294Z] --- PASS: TestBuildWithHugeFile (50.88s) [2022-03-25T14:34:37.294Z] === RUN TestBuildWCOWSandboxSize [2022-03-25T14:34:37.294Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:34:37.294Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:34:37.294Z] === RUN TestBuildWithEmptyDockerfile [2022-03-25T14:34:37.294Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:37.294Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:37.294Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:37.294Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:37.294Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:37.294Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:37.294Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:34:37.294Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:34:37.294Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:34:37.294Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-25T14:34:37.294Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-03-25T14:34:37.294Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-03-25T14:34:37.294Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-25T14:34:37.294Z] === RUN TestBuildPreserveOwnership [2022-03-25T14:34:37.294Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-25T14:34:37.294Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-25T14:34:37.294Z] --- PASS: TestBuildPreserveOwnership (3.63s) [2022-03-25T14:34:37.294Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.47s) [2022-03-25T14:34:37.294Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.15s) [2022-03-25T14:34:37.294Z] === RUN TestBuildPlatformInvalid [2022-03-25T14:34:37.294Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-25T14:34:37.294Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-25T14:34:37.294Z] Loaded image: busybox:latest [2022-03-25T14:34:37.294Z] Loaded image: busybox:glibc [2022-03-25T14:34:37.371Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-25T14:34:37.371Z] === RUN TestCopyFromContainer/bar/quux [2022-03-25T14:34:37.371Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-25T14:34:37.371Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-25T14:34:37.371Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-25T14:34:37.439Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s) [2022-03-25T14:34:37.439Z] === RUN TestIpcModeNone [2022-03-25T14:34:37.630Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-25T14:34:37.630Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-25T14:34:37.630Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer (3.91s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-25T14:34:37.630Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-25T14:34:37.631Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-25T14:34:37.631Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:37.631Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:37.631Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:37.631Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:37.631Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:37.631Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:37.631Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:37.631Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:37.631Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:37.631Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-25T14:34:37.631Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-25T14:34:37.631Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-25T14:34:37.631Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-25T14:34:37.631Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-25T14:34:37.631Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-25T14:34:37.631Z] === RUN TestCreateWithInvalidEnv [2022-03-25T14:34:37.631Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-25T14:34:37.631Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-25T14:34:37.631Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-25T14:34:37.631Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-25T14:34:37.631Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-25T14:34:37.631Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-25T14:34:37.860Z] Loaded image: debian:bullseye-slim [2022-03-25T14:34:37.860Z] Loaded image: hello-world:latest [2022-03-25T14:34:37.889Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-25T14:34:37.889Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-25T14:34:37.889Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-25T14:34:37.889Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-25T14:34:37.889Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-25T14:34:37.889Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-25T14:34:37.889Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-25T14:34:37.889Z] === RUN TestCreateTmpfsMountsTarget [2022-03-25T14:34:37.889Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-25T14:34:37.889Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-25T14:34:38.119Z] Loaded image: arm32v7/hello-world:latest [2022-03-25T14:34:38.368Z] --- PASS: TestIpcModeNone (0.68s) [2022-03-25T14:34:38.368Z] === RUN TestIpcModePrivate [2022-03-25T14:34:38.625Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2022-03-25T14:34:38.825Z] --- PASS: TestCreateWithCustomMaskedPaths (1.13s) [2022-03-25T14:34:38.825Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-25T14:34:38.881Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-25T14:34:38.881Z] --- PASS: TestIpcModePrivate (0.66s) [2022-03-25T14:34:38.881Z] === RUN TestIpcModeShareable [2022-03-25T14:34:38.881Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-25T14:34:39.167Z] --- PASS: TestConfigCreateResolve (2.06s) [2022-03-25T14:34:39.167Z] PASS [2022-03-25T14:34:39.167Z] [2022-03-25T14:34:39.167Z] DONE 6 tests in 12.780s [2022-03-25T14:34:39.167Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-25T14:34:39.167Z] ++ 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-25T14:34:39.167Z] ++ set -e [2022-03-25T14:34:39.167Z] ++ '[' -n 0 ']' [2022-03-25T14:34:39.167Z] ++ set -x [2022-03-25T14:34:39.167Z] ++ 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-25T14:34:39.167Z] INFO: Testing against a local daemon [2022-03-25T14:34:39.167Z] === RUN TestCheckpoint [2022-03-25T14:34:39.167Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:34:39.167Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-25T14:34:39.167Z] === RUN TestContainerInvalidJSON [2022-03-25T14:34:39.167Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:39.167Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:39.167Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:39.167Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:39.167Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:39.167Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:39.167Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-25T14:34:39.167Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-25T14:34:39.167Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-25T14:34:39.167Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-25T14:34:39.167Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-25T14:34:39.167Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-25T14:34:39.167Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-25T14:34:39.167Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-25T14:34:39.425Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-25T14:34:39.425Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-25T14:34:39.425Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-25T14:34:39.425Z] === RUN TestCopyFromContainer [2022-03-25T14:34:39.444Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-03-25T14:34:39.444Z] --- PASS: TestIpcModeShareable (0.65s) [2022-03-25T14:34:39.444Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-25T14:34:40.201Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s) [2022-03-25T14:34:40.202Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-25T14:34:40.202Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:40.202Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:40.202Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:40.202Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:40.202Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:40.202Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:40.202Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:40.202Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:40.202Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:40.202Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:40.202Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:40.202Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:40.202Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:40.202Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:40.202Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:40.202Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-25T14:34:40.202Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-03-25T14:34:40.202Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-03-25T14:34:40.202Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-03-25T14:34:40.202Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-03-25T14:34:40.202Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-03-25T14:34:40.202Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-25T14:34:40.360Z] === RUN TestCopyFromContainer// [2022-03-25T14:34:40.360Z] === RUN TestCopyFromContainer//bar/root [2022-03-25T14:34:40.360Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-25T14:34:40.360Z] === RUN TestCopyFromContainer/bar/quux [2022-03-25T14:34:40.360Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-25T14:34:40.360Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-25T14:34:40.360Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-25T14:34:40.371Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-25T14:34:40.460Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-03-25T14:34:40.460Z] === RUN TestCreateDifferentPlatform [2022-03-25T14:34:40.619Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-25T14:34:40.619Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-25T14:34:40.619Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer (1.31s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.04s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-25T14:34:40.619Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-25T14:34:40.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-25T14:34:40.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:40.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:40.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:40.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:40.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:40.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:40.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:34:40.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:34:40.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:34:40.619Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-25T14:34:40.619Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-25T14:34:40.619Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-25T14:34:40.619Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-25T14:34:40.619Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-25T14:34:40.619Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-25T14:34:40.619Z] === RUN TestCreateWithInvalidEnv [2022-03-25T14:34:40.619Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-25T14:34:40.619Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-25T14:34:40.619Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-25T14:34:40.619Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-25T14:34:40.619Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-25T14:34:40.619Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-25T14:34:40.619Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-25T14:34:40.619Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-25T14:34:40.619Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-25T14:34:40.619Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-25T14:34:40.619Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-25T14:34:40.619Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-25T14:34:40.619Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-25T14:34:40.619Z] === RUN TestCreateTmpfsMountsTarget [2022-03-25T14:34:40.719Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-25T14:34:40.719Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-25T14:34:40.719Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-03-25T14:34:40.719Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-25T14:34:40.719Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-25T14:34:40.719Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-25T14:34:40.719Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-25T14:34:40.719Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-25T14:34:40.719Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-25T14:34:40.719Z] === RUN TestContainerStartOnDaemonRestart [2022-03-25T14:34:40.719Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-25T14:34:40.719Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-25T14:34:40.719Z] === RUN TestDaemonRestartIpcMode [2022-03-25T14:34:40.719Z] === PAUSE TestDaemonRestartIpcMode [2022-03-25T14:34:40.719Z] === RUN TestDaemonHostGatewayIP [2022-03-25T14:34:40.719Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:34:40.719Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-25T14:34:40.719Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-25T14:34:40.719Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-25T14:34:40.719Z] === RUN TestContainerKillOnDaemonStart [2022-03-25T14:34:40.719Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-25T14:34:40.719Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-25T14:34:40.719Z] === RUN TestDiff [2022-03-25T14:34:40.877Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-25T14:34:40.877Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-25T14:34:40.934Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-25T14:34:40.978Z] --- PASS: TestDiff (0.38s) [2022-03-25T14:34:40.978Z] === RUN TestExecWithCloseStdin [2022-03-25T14:34:41.190Z] check_test.go:308: [de21f17f1c04d] daemon is not started [2022-03-25T14:34:41.190Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-25T14:34:41.448Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.98s) [2022-03-25T14:34:41.448Z] === RUN TestAPIIpcModeHost [2022-03-25T14:34:41.544Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-03-25T14:34:41.545Z] === RUN TestExec [2022-03-25T14:34:41.704Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-25T14:34:41.803Z] --- PASS: TestExec (0.44s) [2022-03-25T14:34:41.803Z] === RUN TestExecUser [2022-03-25T14:34:41.812Z] --- PASS: TestCreateWithCustomMaskedPaths (1.08s) [2022-03-25T14:34:41.812Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-25T14:34:42.266Z] --- PASS: TestAPIIpcModeHost (0.67s) [2022-03-25T14:34:42.266Z] === RUN TestDaemonIpcModeShareable [2022-03-25T14:34:42.266Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-25T14:34:42.369Z] --- PASS: TestExecUser (0.46s) [2022-03-25T14:34:42.369Z] === RUN TestExportContainerAndImportImage [2022-03-25T14:34:42.828Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-25T14:34:42.936Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-03-25T14:34:42.936Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-25T14:34:43.086Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-25T14:34:43.186Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.07s) [2022-03-25T14:34:43.186Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-25T14:34:43.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:43.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:43.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:43.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:43.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:43.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:43.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:43.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:43.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:43.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:43.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:34:43.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:34:43.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:34:43.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:34:43.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:34:43.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-25T14:34:43.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-25T14:34:43.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-25T14:34:43.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-25T14:34:43.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-25T14:34:43.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-25T14:34:43.187Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-25T14:34:43.445Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-03-25T14:34:43.445Z] === RUN TestCreateDifferentPlatform [2022-03-25T14:34:43.445Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-25T14:34:43.445Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-25T14:34:43.445Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-25T14:34:43.445Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-25T14:34:43.445Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-25T14:34:43.445Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-25T14:34:43.445Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-25T14:34:43.445Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-25T14:34:43.445Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-25T14:34:43.445Z] === RUN TestContainerStartOnDaemonRestart [2022-03-25T14:34:43.445Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-25T14:34:43.445Z] === RUN TestDaemonRestartIpcMode [2022-03-25T14:34:43.445Z] === PAUSE TestDaemonRestartIpcMode [2022-03-25T14:34:43.445Z] === RUN TestDaemonHostGatewayIP [2022-03-25T14:34:43.445Z] === PAUSE TestDaemonHostGatewayIP [2022-03-25T14:34:43.445Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-25T14:34:43.445Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-25T14:34:43.445Z] === RUN TestContainerKillOnDaemonStart [2022-03-25T14:34:43.445Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-25T14:34:43.445Z] === RUN TestDiff [2022-03-25T14:34:43.649Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-03-25T14:34:43.649Z] --- PASS: TestDaemonIpcModeShareable (1.61s) [2022-03-25T14:34:43.649Z] === RUN TestDaemonIpcModePrivate [2022-03-25T14:34:43.703Z] --- PASS: TestDiff (0.38s) [2022-03-25T14:34:43.703Z] === RUN TestExecWithCloseStdin [2022-03-25T14:34:44.212Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-25T14:34:44.269Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-03-25T14:34:44.269Z] === RUN TestExec [2022-03-25T14:34:44.312Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s) [2022-03-25T14:34:44.312Z] === RUN TestHealthCheckWorkdir [2022-03-25T14:34:44.836Z] --- PASS: TestExec (0.45s) [2022-03-25T14:34:44.836Z] === RUN TestExecUser [2022-03-25T14:34:44.878Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-03-25T14:34:44.878Z] === RUN TestHealthKillContainer [2022-03-25T14:34:45.094Z] --- PASS: TestExecUser (0.42s) [2022-03-25T14:34:45.094Z] === RUN TestExportContainerAndImportImage [2022-03-25T14:34:45.146Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-25T14:34:45.402Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:118, shared: false, mustBeShared: false [2022-03-25T14:34:45.402Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2022-03-25T14:34:45.402Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-25T14:34:45.660Z] --- PASS: TestExportContainerAndImportImage (0.51s) [2022-03-25T14:34:45.660Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-25T14:34:45.965Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-25T14:34:46.895Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: false, mustBeShared: false [2022-03-25T14:34:47.034Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2022-03-25T14:34:47.034Z] === RUN TestHealthCheckWorkdir [2022-03-25T14:34:47.151Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s) [2022-03-25T14:34:47.151Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-25T14:34:47.292Z] --- PASS: TestHealthCheckWorkdir (0.47s) [2022-03-25T14:34:47.292Z] === RUN TestHealthKillContainer [2022-03-25T14:34:48.093Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.82s) [2022-03-25T14:34:48.093Z] PASS [2022-03-25T14:34:48.093Z] [2022-03-25T14:34:48.093Z] === Skipped [2022-03-25T14:34:48.093Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-25T14:34:48.093Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:34:48.093Z] [2022-03-25T14:34:48.093Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:34:48.093Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:34:48.093Z] [2022-03-25T14:34:48.093Z] DONE 34 tests, 2 skipped in 87.838s [2022-03-25T14:34:48.093Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-25T14:34:48.093Z] INFO: Testing against a local daemon [2022-03-25T14:34:48.093Z] === RUN TestConfigInspect [2022-03-25T14:34:48.351Z] --- PASS: TestConfigInspect (1.73s) [2022-03-25T14:34:48.351Z] === RUN TestConfigList [2022-03-25T14:34:48.518Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-25T14:34:48.518Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2022-03-25T14:34:48.774Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.47s) [2022-03-25T14:34:48.775Z] === RUN TestIpcModeOlderClient [2022-03-25T14:34:48.775Z] === PAUSE TestIpcModeOlderClient [2022-03-25T14:34:48.775Z] === RUN TestKillContainerInvalidSignal [2022-03-25T14:34:48.800Z] === RUN TestCheckpointCreateError [2022-03-25T14:34:49.284Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCheckpointCreate [2022-03-25T14:34:49.284Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCheckpointDeleteError [2022-03-25T14:34:49.284Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCheckpointDelete [2022-03-25T14:34:49.284Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCheckpointListError [2022-03-25T14:34:49.284Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCheckpointList [2022-03-25T14:34:49.284Z] --- PASS: TestCheckpointList (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCheckpointListContainerNotFound [2022-03-25T14:34:49.284Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestNewClientWithOpsFromEnv [2022-03-25T14:34:49.284Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-25T14:34:49.284Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2022-03-25T14:34:49.284Z] === RUN TestGetAPIPath [2022-03-25T14:34:49.284Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestParseHostURL [2022-03-25T14:34:49.284Z] --- PASS: TestParseHostURL (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-25T14:34:49.284Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersion [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPVersionOverride [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-25T14:34:49.284Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestClientRedirect [2022-03-25T14:34:49.284Z] === RUN TestClientRedirect/GET [2022-03-25T14:34:49.284Z] === RUN TestClientRedirect/POST [2022-03-25T14:34:49.284Z] === RUN TestClientRedirect/PUT [2022-03-25T14:34:49.284Z] === RUN TestClientRedirect/DELETE [2022-03-25T14:34:49.284Z] --- PASS: TestClientRedirect (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-03-25T14:34:49.284Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigCreateUnsupported [2022-03-25T14:34:49.284Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigCreateError [2022-03-25T14:34:49.284Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigCreate [2022-03-25T14:34:49.284Z] --- PASS: TestConfigCreate (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigInspectNotFound [2022-03-25T14:34:49.284Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigInspectWithEmptyID [2022-03-25T14:34:49.284Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigInspectUnsupported [2022-03-25T14:34:49.284Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigInspectError [2022-03-25T14:34:49.284Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigInspectConfigNotFound [2022-03-25T14:34:49.284Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigInspect [2022-03-25T14:34:49.284Z] --- PASS: TestConfigInspect (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigListUnsupported [2022-03-25T14:34:49.284Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigListError [2022-03-25T14:34:49.284Z] --- PASS: TestConfigListError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigList [2022-03-25T14:34:49.284Z] --- PASS: TestConfigList (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigRemoveUnsupported [2022-03-25T14:34:49.284Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigRemoveError [2022-03-25T14:34:49.284Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigRemove [2022-03-25T14:34:49.284Z] --- PASS: TestConfigRemove (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigUpdateUnsupported [2022-03-25T14:34:49.284Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigUpdateError [2022-03-25T14:34:49.284Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestConfigUpdate [2022-03-25T14:34:49.284Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerCommitError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerCommit [2022-03-25T14:34:49.284Z] --- PASS: TestContainerCommit (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerStatPathError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerStatPathNotFoundError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerStatPathNoHeaderError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerStatPath [2022-03-25T14:34:49.284Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyToContainerError [2022-03-25T14:34:49.284Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyToContainerNotFoundError [2022-03-25T14:34:49.284Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-25T14:34:49.284Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyToContainer [2022-03-25T14:34:49.284Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyFromContainerError [2022-03-25T14:34:49.284Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyFromContainerNotFoundError [2022-03-25T14:34:49.284Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-25T14:34:49.284Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-25T14:34:49.284Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestCopyFromContainer [2022-03-25T14:34:49.284Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerCreateError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerCreateImageNotFound [2022-03-25T14:34:49.284Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerCreateWithName [2022-03-25T14:34:49.284Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerCreateAutoRemove [2022-03-25T14:34:49.284Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerDiffError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerDiff [2022-03-25T14:34:49.284Z] --- PASS: TestContainerDiff (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerExecCreateError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerExecCreate [2022-03-25T14:34:49.284Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerExecStartError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerExecStart [2022-03-25T14:34:49.284Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerExecInspectError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerExecInspect [2022-03-25T14:34:49.284Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerExportError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerExportError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerExport [2022-03-25T14:34:49.284Z] --- PASS: TestContainerExport (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerInspectError [2022-03-25T14:34:49.284Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-25T14:34:49.284Z] === RUN TestContainerInspectContainerNotFound [2022-03-25T14:34:49.285Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerInspectWithEmptyID [2022-03-25T14:34:49.285Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerInspect [2022-03-25T14:34:49.285Z] --- PASS: TestContainerInspect (0.03s) [2022-03-25T14:34:49.285Z] === RUN TestContainerInspectNode [2022-03-25T14:34:49.285Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerKillError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerKillError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerKill [2022-03-25T14:34:49.285Z] --- PASS: TestContainerKill (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerListError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerListError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerList [2022-03-25T14:34:49.285Z] --- PASS: TestContainerList (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerLogsNotFoundError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerLogsError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerLogs [2022-03-25T14:34:49.285Z] --- PASS: TestContainerLogs (0.25s) [2022-03-25T14:34:49.285Z] === RUN TestContainerPauseError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerPause [2022-03-25T14:34:49.285Z] --- PASS: TestContainerPause (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainersPruneError [2022-03-25T14:34:49.285Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainersPrune [2022-03-25T14:34:49.285Z] --- PASS: TestContainersPrune (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerRemoveError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerRemoveNotFoundError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerRemove [2022-03-25T14:34:49.285Z] --- PASS: TestContainerRemove (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerRenameError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerRename [2022-03-25T14:34:49.285Z] --- PASS: TestContainerRename (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerResizeError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerExecResizeError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerResize [2022-03-25T14:34:49.285Z] --- PASS: TestContainerResize (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerExecResize [2022-03-25T14:34:49.285Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerRestartError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerRestart [2022-03-25T14:34:49.285Z] --- PASS: TestContainerRestart (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerStartError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerStartError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerStart [2022-03-25T14:34:49.285Z] --- PASS: TestContainerStart (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerStatsError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerStats [2022-03-25T14:34:49.285Z] --- PASS: TestContainerStats (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerStopError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerStopError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerStop [2022-03-25T14:34:49.285Z] --- PASS: TestContainerStop (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerTopError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerTopError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerTop [2022-03-25T14:34:49.285Z] --- PASS: TestContainerTop (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerUnpauseError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerUnpause [2022-03-25T14:34:49.285Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerUpdateError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerUpdate [2022-03-25T14:34:49.285Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerWaitError [2022-03-25T14:34:49.285Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestContainerWait [2022-03-25T14:34:49.285Z] --- PASS: TestContainerWait (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestDiskUsageError [2022-03-25T14:34:49.285Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestDiskUsage [2022-03-25T14:34:49.285Z] --- PASS: TestDiskUsage (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestDistributionInspectUnsupported [2022-03-25T14:34:49.285Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestDistributionInspectWithEmptyID [2022-03-25T14:34:49.285Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestEventsErrorInOptions [2022-03-25T14:34:49.285Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestEventsErrorFromServer [2022-03-25T14:34:49.285Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestEvents [2022-03-25T14:34:49.285Z] --- PASS: TestEvents (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestTLSCloseWriter [2022-03-25T14:34:49.285Z] === PAUSE TestTLSCloseWriter [2022-03-25T14:34:49.285Z] === RUN TestImageBuildError [2022-03-25T14:34:49.285Z] --- PASS: TestImageBuildError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageBuild [2022-03-25T14:34:49.285Z] --- PASS: TestImageBuild (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestGetDockerOS [2022-03-25T14:34:49.285Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageCreateError [2022-03-25T14:34:49.285Z] --- PASS: TestImageCreateError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageCreate [2022-03-25T14:34:49.285Z] --- PASS: TestImageCreate (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageHistoryError [2022-03-25T14:34:49.285Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageHistory [2022-03-25T14:34:49.285Z] --- PASS: TestImageHistory (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageImportError [2022-03-25T14:34:49.285Z] --- PASS: TestImageImportError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageImport [2022-03-25T14:34:49.285Z] --- PASS: TestImageImport (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageInspectError [2022-03-25T14:34:49.285Z] --- PASS: TestImageInspectError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageInspectImageNotFound [2022-03-25T14:34:49.285Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageInspectWithEmptyID [2022-03-25T14:34:49.285Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageInspect [2022-03-25T14:34:49.285Z] --- PASS: TestImageInspect (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageListError [2022-03-25T14:34:49.285Z] --- PASS: TestImageListError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageList [2022-03-25T14:34:49.285Z] --- PASS: TestImageList (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageListApiBefore125 [2022-03-25T14:34:49.285Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageLoadError [2022-03-25T14:34:49.285Z] --- PASS: TestImageLoadError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageLoad [2022-03-25T14:34:49.285Z] --- PASS: TestImageLoad (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagesPruneError [2022-03-25T14:34:49.285Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagesPrune [2022-03-25T14:34:49.285Z] --- PASS: TestImagesPrune (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePullReferenceParseError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePullAnyError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePullWithoutErrors [2022-03-25T14:34:49.285Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePushReferenceError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePushAnyError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImagePushWithoutErrors [2022-03-25T14:34:49.285Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-25T14:34:49.285Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-25T14:34:49.285Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-25T14:34:49.285Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-25T14:34:49.285Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageRemoveError [2022-03-25T14:34:49.285Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageRemoveImageNotFound [2022-03-25T14:34:49.285Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageRemove [2022-03-25T14:34:49.285Z] --- PASS: TestImageRemove (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageSaveError [2022-03-25T14:34:49.285Z] --- PASS: TestImageSaveError (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageSave [2022-03-25T14:34:49.285Z] --- PASS: TestImageSave (0.00s) [2022-03-25T14:34:49.285Z] === RUN TestImageSearchAnyError [2022-03-25T14:34:49.285Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-25T14:34:49.337Z] --- PASS: TestKillContainerInvalidSignal (0.57s) [2022-03-25T14:34:49.337Z] === RUN TestKillContainer [2022-03-25T14:34:49.337Z] === RUN TestKillContainer/no_signal [2022-03-25T14:34:49.753Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-25T14:34:49.753Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:34:49.753Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:34:49.753Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-25T14:34:49.753Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageSearchWithoutErrors [2022-03-25T14:34:49.753Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageTagError [2022-03-25T14:34:49.753Z] --- PASS: TestImageTagError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageTagInvalidReference [2022-03-25T14:34:49.753Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageTagInvalidSourceImageName [2022-03-25T14:34:49.753Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageTagHexSource [2022-03-25T14:34:49.753Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestImageTag [2022-03-25T14:34:49.753Z] --- PASS: TestImageTag (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestInfoServerError [2022-03-25T14:34:49.753Z] --- PASS: TestInfoServerError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestInfoInvalidResponseJSONError [2022-03-25T14:34:49.753Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestInfo [2022-03-25T14:34:49.753Z] --- PASS: TestInfo (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkConnectError [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkConnect [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkCreateError [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkCreate [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkDisconnectError [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkDisconnect [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkInspect [2022-03-25T14:34:49.753Z] === RUN TestNetworkInspect/empty_ID [2022-03-25T14:34:49.753Z] === RUN TestNetworkInspect/no_options [2022-03-25T14:34:49.753Z] === RUN TestNetworkInspect/verbose [2022-03-25T14:34:49.753Z] === RUN TestNetworkInspect/global_scope [2022-03-25T14:34:49.753Z] === RUN TestNetworkInspect/unknown_network [2022-03-25T14:34:49.753Z] === RUN TestNetworkInspect/server_error [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkListError [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkListError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkList [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkList (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworksPruneError [2022-03-25T14:34:49.753Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworksPrune [2022-03-25T14:34:49.753Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkRemoveError [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNetworkRemove [2022-03-25T14:34:49.753Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeInspectError [2022-03-25T14:34:49.753Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeInspectNodeNotFound [2022-03-25T14:34:49.753Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeInspectWithEmptyID [2022-03-25T14:34:49.753Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeInspect [2022-03-25T14:34:49.753Z] --- PASS: TestNodeInspect (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeListError [2022-03-25T14:34:49.753Z] --- PASS: TestNodeListError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeList [2022-03-25T14:34:49.753Z] --- PASS: TestNodeList (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeRemoveError [2022-03-25T14:34:49.753Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeRemove [2022-03-25T14:34:49.753Z] --- PASS: TestNodeRemove (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeUpdateError [2022-03-25T14:34:49.753Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestNodeUpdate [2022-03-25T14:34:49.753Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestOptionWithHostFromEnv [2022-03-25T14:34:49.753Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestOptionWithTimeout [2022-03-25T14:34:49.753Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestOptionWithVersionFromEnv [2022-03-25T14:34:49.753Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPingFail [2022-03-25T14:34:49.753Z] --- PASS: TestPingFail (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPingWithError [2022-03-25T14:34:49.753Z] 2022/03/25 14:34:49 RoundTripper returned a response & error; ignoring response [2022-03-25T14:34:49.753Z] 2022/03/25 14:34:49 RoundTripper returned a response & error; ignoring response [2022-03-25T14:34:49.753Z] --- PASS: TestPingWithError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPingSuccess [2022-03-25T14:34:49.753Z] --- PASS: TestPingSuccess (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPingHeadFallback [2022-03-25T14:34:49.753Z] === RUN TestPingHeadFallback/OK [2022-03-25T14:34:49.753Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-25T14:34:49.753Z] === RUN TestPingHeadFallback/Not_Found [2022-03-25T14:34:49.753Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-25T14:34:49.753Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-25T14:34:49.753Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginDisableError [2022-03-25T14:34:49.753Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginDisable [2022-03-25T14:34:49.753Z] --- PASS: TestPluginDisable (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginEnableError [2022-03-25T14:34:49.753Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginEnable [2022-03-25T14:34:49.753Z] --- PASS: TestPluginEnable (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginInspectError [2022-03-25T14:34:49.753Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginInspectWithEmptyID [2022-03-25T14:34:49.753Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginInspect [2022-03-25T14:34:49.753Z] --- PASS: TestPluginInspect (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginListError [2022-03-25T14:34:49.753Z] --- PASS: TestPluginListError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginList [2022-03-25T14:34:49.753Z] --- PASS: TestPluginList (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginPushError [2022-03-25T14:34:49.753Z] --- PASS: TestPluginPushError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginPush [2022-03-25T14:34:49.753Z] --- PASS: TestPluginPush (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginRemoveError [2022-03-25T14:34:49.753Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginRemove [2022-03-25T14:34:49.753Z] --- PASS: TestPluginRemove (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginSetError [2022-03-25T14:34:49.753Z] --- PASS: TestPluginSetError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPluginSet [2022-03-25T14:34:49.753Z] --- PASS: TestPluginSet (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSetHostHeader [2022-03-25T14:34:49.753Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestPlainTextError [2022-03-25T14:34:49.753Z] --- PASS: TestPlainTextError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestInfiniteError [2022-03-25T14:34:49.753Z] --- PASS: TestInfiniteError (0.02s) [2022-03-25T14:34:49.753Z] === RUN TestCanceledContext [2022-03-25T14:34:49.753Z] 2022/03/25 14:34:49 RoundTripper returned a response & error; ignoring response [2022-03-25T14:34:49.753Z] --- PASS: TestCanceledContext (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestDeadlineExceededContext [2022-03-25T14:34:49.753Z] 2022/03/25 14:34:49 RoundTripper returned a response & error; ignoring response [2022-03-25T14:34:49.753Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretCreateUnsupported [2022-03-25T14:34:49.753Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretCreateError [2022-03-25T14:34:49.753Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretCreate [2022-03-25T14:34:49.753Z] --- PASS: TestSecretCreate (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretInspectUnsupported [2022-03-25T14:34:49.753Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretInspectError [2022-03-25T14:34:49.753Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretInspectSecretNotFound [2022-03-25T14:34:49.753Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretInspectWithEmptyID [2022-03-25T14:34:49.753Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretInspect [2022-03-25T14:34:49.753Z] --- PASS: TestSecretInspect (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretListUnsupported [2022-03-25T14:34:49.753Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretListError [2022-03-25T14:34:49.753Z] --- PASS: TestSecretListError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretList [2022-03-25T14:34:49.753Z] --- PASS: TestSecretList (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretRemoveUnsupported [2022-03-25T14:34:49.753Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretRemoveError [2022-03-25T14:34:49.753Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretRemove [2022-03-25T14:34:49.753Z] --- PASS: TestSecretRemove (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretUpdateUnsupported [2022-03-25T14:34:49.753Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretUpdateError [2022-03-25T14:34:49.753Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSecretUpdate [2022-03-25T14:34:49.753Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceCreateError [2022-03-25T14:34:49.753Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceCreate [2022-03-25T14:34:49.753Z] --- PASS: TestServiceCreate (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-25T14:34:49.753Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceCreateDigestPinning [2022-03-25T14:34:49.753Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceInspectError [2022-03-25T14:34:49.753Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceInspectServiceNotFound [2022-03-25T14:34:49.753Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceInspectWithEmptyID [2022-03-25T14:34:49.753Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceInspect [2022-03-25T14:34:49.753Z] --- PASS: TestServiceInspect (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceListError [2022-03-25T14:34:49.753Z] --- PASS: TestServiceListError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceList [2022-03-25T14:34:49.753Z] --- PASS: TestServiceList (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceLogsError [2022-03-25T14:34:49.753Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceLogs [2022-03-25T14:34:49.753Z] --- PASS: TestServiceLogs (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceRemoveError [2022-03-25T14:34:49.753Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceRemoveNotFoundError [2022-03-25T14:34:49.753Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceRemove [2022-03-25T14:34:49.753Z] --- PASS: TestServiceRemove (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceUpdateError [2022-03-25T14:34:49.753Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestServiceUpdate [2022-03-25T14:34:49.753Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSwarmGetUnlockKeyError [2022-03-25T14:34:49.753Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSwarmGetUnlockKey [2022-03-25T14:34:49.753Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSwarmInitError [2022-03-25T14:34:49.753Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSwarmInit [2022-03-25T14:34:49.753Z] --- PASS: TestSwarmInit (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSwarmInspectError [2022-03-25T14:34:49.753Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSwarmInspect [2022-03-25T14:34:49.753Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSwarmJoinError [2022-03-25T14:34:49.753Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-25T14:34:49.753Z] === RUN TestSwarmJoin [2022-03-25T14:34:49.900Z] === RUN TestKillContainer/non_killing_signal [2022-03-25T14:34:50.156Z] === RUN TestKillContainer/killing_signal [2022-03-25T14:34:50.232Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestSwarmLeaveError [2022-03-25T14:34:50.232Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestSwarmLeave [2022-03-25T14:34:50.232Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestSwarmUnlockError [2022-03-25T14:34:50.232Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestSwarmUnlock [2022-03-25T14:34:50.232Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestSwarmUpdateError [2022-03-25T14:34:50.232Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestSwarmUpdate [2022-03-25T14:34:50.232Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestTaskInspectError [2022-03-25T14:34:50.232Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestTaskInspectWithEmptyID [2022-03-25T14:34:50.232Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestTaskInspect [2022-03-25T14:34:50.232Z] --- PASS: TestTaskInspect (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestTaskListError [2022-03-25T14:34:50.232Z] --- PASS: TestTaskListError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestTaskList [2022-03-25T14:34:50.232Z] --- PASS: TestTaskList (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeCreateError [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeCreate [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeInspectError [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeInspectNotFound [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeInspectWithEmptyID [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeInspect [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeListError [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeListError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeList [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeList (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeRemoveError [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-25T14:34:50.232Z] === RUN TestVolumeRemove [2022-03-25T14:34:50.232Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-25T14:34:50.233Z] === CONT TestTLSCloseWriter [2022-03-25T14:34:50.233Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-25T14:34:50.233Z] PASS [2022-03-25T14:34:50.233Z] coverage: 75.1% of statements [2022-03-25T14:34:50.233Z] ok github.com/docker/docker/client 0.556s coverage: 75.1% of statements [2022-03-25T14:34:50.253Z] --- PASS: TestConfigList (2.10s) [2022-03-25T14:34:50.254Z] === RUN TestConfigsCreateAndDelete [2022-03-25T14:34:50.740Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-25T14:34:50.997Z] --- PASS: TestKillContainer (1.70s) [2022-03-25T14:34:50.997Z] --- PASS: TestKillContainer/no_signal (0.57s) [2022-03-25T14:34:50.997Z] --- PASS: TestKillContainer/non_killing_signal (0.39s) [2022-03-25T14:34:50.997Z] --- PASS: TestKillContainer/killing_signal (0.52s) [2022-03-25T14:34:50.997Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-25T14:34:50.997Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-25T14:34:50.997Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-25T14:34:51.926Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-25T14:34:52.182Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-25T14:34:52.439Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s) [2022-03-25T14:34:52.439Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2022-03-25T14:34:52.439Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2022-03-25T14:34:52.439Z] === RUN TestKillStoppedContainer [2022-03-25T14:34:52.695Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-03-25T14:34:52.695Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-25T14:34:52.695Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-03-25T14:34:52.695Z] === RUN TestKillDifferentUserContainer [2022-03-25T14:34:52.798Z] --- PASS: TestConfigsCreateAndDelete (2.14s) [2022-03-25T14:34:52.798Z] === RUN TestConfigsUpdate [2022-03-25T14:34:52.984Z] --- PASS: TestHealthKillContainer (7.84s) [2022-03-25T14:34:52.984Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-25T14:34:52.984Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-25T14:34:52.984Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-25T14:34:52.984Z] === RUN TestIpcModeNone [2022-03-25T14:34:52.984Z] --- PASS: TestIpcModeNone (0.41s) [2022-03-25T14:34:52.984Z] === RUN TestIpcModePrivate [2022-03-25T14:34:53.242Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-03-25T14:34:53.258Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-25T14:34:53.258Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-25T14:34:53.258Z] check_test.go:308: [d7a7414f7d061] daemon is not started [2022-03-25T14:34:53.258Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-25T14:34:53.357Z] 0a6173b79e25: Pull complete [2022-03-25T14:34:53.357Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-25T14:34:53.357Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:34:53.357Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-25T14:34:53.357Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-25T14:34:53.357Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2686' [2022-03-25T14:34:53.357Z] WARN: Skipping validation tests [2022-03-25T14:34:53.357Z] INFO: Running unit tests at 03/25/2022 14:34:48... [2022-03-25T14:34:53.510Z] --- PASS: TestIpcModePrivate (0.45s) [2022-03-25T14:34:53.510Z] === RUN TestIpcModeShareable [2022-03-25T14:34:53.510Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:34:53.510Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-25T14:34:53.510Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-25T14:34:53.518Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2022-03-25T14:34:53.518Z] === RUN TestInspectOomKilledTrue [2022-03-25T14:34:53.518Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:34:53.518Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-25T14:34:53.518Z] === RUN TestInspectOomKilledFalse [2022-03-25T14:34:53.518Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:34:53.518Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-25T14:34:53.518Z] === RUN TestLinksEtcHostsContentMatch [2022-03-25T14:34:53.518Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-25T14:34:54.081Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s) [2022-03-25T14:34:54.081Z] === RUN TestLinksContainerNames [2022-03-25T14:34:54.714Z] --- PASS: TestConfigsUpdate (2.13s) [2022-03-25T14:34:54.714Z] === RUN TestTemplatedConfig [2022-03-25T14:34:54.887Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.42s) [2022-03-25T14:34:54.887Z] === RUN TestAPIIpcModeHost [2022-03-25T14:34:54.887Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:34:54.887Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-25T14:34:54.887Z] === RUN TestDaemonIpcModeShareable [2022-03-25T14:34:54.887Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:34:54.887Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-25T14:34:54.887Z] === RUN TestDaemonIpcModePrivate [2022-03-25T14:34:55.398Z] --- PASS: TestHealthKillContainer (7.80s) [2022-03-25T14:34:55.398Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-25T14:34:55.398Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2022-03-25T14:34:55.398Z] === RUN TestIpcModeNone [2022-03-25T14:34:55.451Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-25T14:34:55.451Z] --- PASS: TestLinksContainerNames (1.62s) [2022-03-25T14:34:55.451Z] === RUN TestLogsFollowTailEmpty [2022-03-25T14:34:55.576Z] INFO: make.ps1 starting at 03/25/2022 14:34:54 [2022-03-25T14:34:55.576Z] INFO: Git commit (3853eb59d1) assumed from DOCKER_GITCOMMIT environment variable [2022-03-25T14:34:55.576Z] INFO: Invoking autogen... [2022-03-25T14:34:55.820Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-03-25T14:34:55.964Z] --- PASS: TestIpcModeNone (0.43s) [2022-03-25T14:34:55.964Z] === RUN TestIpcModePrivate [2022-03-25T14:34:56.045Z] INFO: Running unit tests... [2022-03-25T14:34:56.078Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-03-25T14:34:56.078Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-25T14:34:56.078Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:34:56.078Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-25T14:34:56.078Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-25T14:34:56.078Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:34:56.078Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-25T14:34:56.078Z] === RUN TestIpcModeOlderClient [2022-03-25T14:34:56.078Z] === PAUSE TestIpcModeOlderClient [2022-03-25T14:34:56.078Z] === RUN TestKillContainerInvalidSignal [2022-03-25T14:34:56.222Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-25T14:34:56.383Z] --- PASS: TestLogsFollowTailEmpty (0.61s) [2022-03-25T14:34:56.383Z] === RUN TestContainerNetworkMountsNoChown [2022-03-25T14:34:56.383Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-25T14:34:56.480Z] --- PASS: TestIpcModePrivate (0.44s) [2022-03-25T14:34:56.480Z] === RUN TestIpcModeShareable [2022-03-25T14:34:56.644Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-03-25T14:34:56.644Z] === RUN TestKillContainer [2022-03-25T14:34:56.644Z] === RUN TestKillContainer/no_signal [2022-03-25T14:34:56.739Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-03-25T14:34:56.739Z] --- PASS: TestIpcModeShareable (0.44s) [2022-03-25T14:34:56.739Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-25T14:34:56.903Z] === RUN TestKillContainer/non_killing_signal [2022-03-25T14:34:56.948Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/default [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/default [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/private [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/private [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rprivate [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/slave [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/slave [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rslave [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/shared [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/shared [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rshared [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/default [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/rshared [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/shared [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/rslave [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/slave [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/rprivate [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/private [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-25T14:34:56.948Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:34:56.948Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-25T14:34:56.948Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:34:57.162Z] === RUN TestKillContainer/killing_signal [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:34:57.205Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:34:57.242Z] --- PASS: TestTemplatedConfig (2.53s) [2022-03-25T14:34:57.242Z] === RUN TestConfigCreateResolve [2022-03-25T14:34:57.462Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-25T14:34:57.462Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot (0.05s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-25T14:34:57.462Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-25T14:34:57.462Z] === RUN TestContainerBindMountNonRecursive [2022-03-25T14:34:57.730Z] --- PASS: TestKillContainer (1.23s) [2022-03-25T14:34:57.730Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-03-25T14:34:57.730Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-03-25T14:34:57.730Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-03-25T14:34:57.730Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-25T14:34:57.730Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-25T14:34:58.129Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s) [2022-03-25T14:34:58.129Z] === RUN TestAPIIpcModeHost [2022-03-25T14:34:58.299Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-25T14:34:58.388Z] --- PASS: TestAPIIpcModeHost (0.35s) [2022-03-25T14:34:58.388Z] === RUN TestDaemonIpcModeShareable [2022-03-25T14:34:58.557Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s) [2022-03-25T14:34:58.557Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-03-25T14:34:58.557Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-03-25T14:34:58.557Z] === RUN TestKillStoppedContainer [2022-03-25T14:34:58.557Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-25T14:34:58.557Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-25T14:34:58.557Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-25T14:34:58.557Z] === RUN TestKillDifferentUserContainer [2022-03-25T14:34:59.126Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-03-25T14:34:59.126Z] === RUN TestInspectOomKilledTrue [2022-03-25T14:34:59.126Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:34:59.126Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-25T14:34:59.126Z] === RUN TestInspectOomKilledFalse [2022-03-25T14:34:59.126Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:34:59.126Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-25T14:34:59.126Z] === RUN TestLinksEtcHostsContentMatch [2022-03-25T14:34:59.126Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-25T14:34:59.126Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-25T14:34:59.126Z] === RUN TestLinksContainerNames [2022-03-25T14:34:59.353Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-25T14:34:59.353Z] --- PASS: TestContainerBindMountNonRecursive (1.92s) [2022-03-25T14:34:59.353Z] === RUN TestContainerVolumesMountedAsShared [2022-03-25T14:34:59.693Z] --- PASS: TestLinksContainerNames (0.80s) [2022-03-25T14:34:59.693Z] === RUN TestLogsFollowTailEmpty [2022-03-25T14:34:59.761Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-25T14:34:59.761Z] --- PASS: TestDaemonIpcModeShareable (1.10s) [2022-03-25T14:34:59.761Z] === RUN TestDaemonIpcModePrivate [2022-03-25T14:34:59.770Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-03-25T14:34:59.770Z] PASS [2022-03-25T14:34:59.770Z] [2022-03-25T14:34:59.770Z] DONE 6 tests in 12.832s [2022-03-25T14:34:59.770Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-25T14:34:59.770Z] INFO: Testing against a local daemon [2022-03-25T14:34:59.770Z] === RUN TestCheckpoint [2022-03-25T14:34:59.770Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:34:59.770Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-25T14:34:59.770Z] === RUN TestContainerInvalidJSON [2022-03-25T14:34:59.770Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:59.770Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:59.770Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:59.770Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:59.770Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:34:59.770Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:34:59.770Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-25T14:34:59.770Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-25T14:34:59.770Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-25T14:34:59.770Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-25T14:34:59.770Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2022-03-25T14:34:59.770Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-25T14:34:59.770Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-25T14:34:59.770Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-25T14:34:59.770Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-03-25T14:34:59.770Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-25T14:34:59.770Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-03-25T14:34:59.770Z] === RUN TestCopyFromContainer [2022-03-25T14:35:00.259Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-03-25T14:35:00.259Z] === RUN TestContainerNetworkMountsNoChown [2022-03-25T14:35:00.281Z] --- PASS: TestContainerVolumesMountedAsShared (0.65s) [2022-03-25T14:35:00.281Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-25T14:35:00.518Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/default [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/default [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/private [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/private [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/rprivate [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/slave [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/slave [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/rslave [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/shared [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/shared [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/rshared [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-25T14:35:00.518Z] === CONT TestMountDaemonRoot/default [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:00.518Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:00.518Z] === CONT TestMountDaemonRoot/rshared [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:00.518Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:00.518Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:00.518Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:00.537Z] --- PASS: TestContainerVolumesMountedAsSlave (0.57s) [2022-03-25T14:35:00.538Z] === RUN TestNetworkNat [2022-03-25T14:35:00.696Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-25T14:35:00.696Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-03-25T14:35:00.696Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-25T14:35:00.705Z] === RUN TestCopyFromContainer// [2022-03-25T14:35:00.705Z] === RUN TestCopyFromContainer//bar/root [2022-03-25T14:35:00.776Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/shared [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rslave [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/slave [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rprivate [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/private [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:00.777Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:00.777Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:00.777Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:00.794Z] check_test.go:308: [df70ce44f3e7c] daemon is not started [2022-03-25T14:35:00.794Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-25T14:35:00.964Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-25T14:35:00.964Z] === RUN TestCopyFromContainer/bar/quux [2022-03-25T14:35:00.964Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-25T14:35:00.964Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-25T14:35:00.964Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-25T14:35:01.035Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:01.036Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-25T14:35:01.036Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-25T14:35:01.036Z] === RUN TestContainerBindMountNonRecursive [2022-03-25T14:35:01.036Z] 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-25T14:35:01.036Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-03-25T14:35:01.036Z] === RUN TestContainerVolumesMountedAsShared [2022-03-25T14:35:01.036Z] 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-25T14:35:01.036Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-25T14:35:01.036Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-25T14:35:01.036Z] 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-25T14:35:01.036Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-25T14:35:01.036Z] === RUN TestNetworkNat [2022-03-25T14:35:01.223Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-25T14:35:01.223Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-25T14:35:01.223Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-25T14:35:01.357Z] --- PASS: TestNetworkNat (0.81s) [2022-03-25T14:35:01.357Z] === RUN TestNetworkLocalhostTCPNat [2022-03-25T14:35:01.481Z] --- PASS: TestCopyFromContainer (1.70s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-25T14:35:01.482Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-25T14:35:01.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-25T14:35:01.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:35:01.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:35:01.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:35:01.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:35:01.482Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:35:01.482Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:35:01.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:35:01.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:35:01.482Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:35:01.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-25T14:35:01.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-25T14:35:01.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-25T14:35:01.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-25T14:35:01.482Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-25T14:35:01.482Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-25T14:35:01.482Z] === RUN TestCreateWithInvalidEnv [2022-03-25T14:35:01.482Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-25T14:35:01.482Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-25T14:35:01.482Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-25T14:35:01.482Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-25T14:35:01.482Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-25T14:35:01.482Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-25T14:35:01.482Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-25T14:35:01.482Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-25T14:35:01.482Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-25T14:35:01.482Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-25T14:35:01.482Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-25T14:35:01.482Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-25T14:35:01.482Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-25T14:35:01.482Z] === RUN TestCreateTmpfsMountsTarget [2022-03-25T14:35:01.482Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-25T14:35:01.482Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-25T14:35:01.602Z] --- PASS: TestNetworkNat (0.47s) [2022-03-25T14:35:01.602Z] === RUN TestNetworkLocalhostTCPNat [2022-03-25T14:35:01.630Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-25T14:35:01.861Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-03-25T14:35:01.861Z] === RUN TestNetworkLoopbackNat [2022-03-25T14:35:01.888Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.10s) [2022-03-25T14:35:01.888Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-25T14:35:02.292Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2022-03-25T14:35:02.292Z] === RUN TestNetworkLoopbackNat [2022-03-25T14:35:02.822Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-25T14:35:02.822Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.12s) [2022-03-25T14:35:02.822Z] === RUN TestIpcModeOlderClient [2022-03-25T14:35:02.822Z] === PAUSE TestIpcModeOlderClient [2022-03-25T14:35:02.822Z] === RUN TestKillContainerInvalidSignal [2022-03-25T14:35:03.383Z] --- PASS: TestCreateWithCustomMaskedPaths (1.75s) [2022-03-25T14:35:03.383Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-25T14:35:03.389Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-03-25T14:35:03.389Z] === RUN TestKillContainer [2022-03-25T14:35:03.389Z] === RUN TestKillContainer/no_signal [2022-03-25T14:35:03.648Z] === RUN TestKillContainer/non_killing_signal [2022-03-25T14:35:03.660Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-25T14:35:03.660Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-25T14:35:03.906Z] === RUN TestKillContainer/killing_signal [2022-03-25T14:35:04.221Z] check_test.go:308: [de26613c744c8] daemon is not started [2022-03-25T14:35:04.221Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-25T14:35:04.391Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2022-03-25T14:35:04.391Z] === RUN TestPause [2022-03-25T14:35:04.391Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:04.391Z] --- SKIP: TestPause (0.00s) [2022-03-25T14:35:04.391Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-25T14:35:04.391Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-25T14:35:04.391Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-25T14:35:04.391Z] === RUN TestPauseStopPausedContainer [2022-03-25T14:35:04.391Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:04.391Z] --- SKIP: TestPauseStopPausedContainer (0.03s) [2022-03-25T14:35:04.391Z] === RUN TestPidHost [2022-03-25T14:35:04.472Z] --- PASS: TestKillContainer (1.21s) [2022-03-25T14:35:04.472Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-03-25T14:35:04.472Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-03-25T14:35:04.472Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-03-25T14:35:04.472Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-25T14:35:04.472Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-25T14:35:04.758Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.65s) [2022-03-25T14:35:04.758Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-25T14:35:04.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:35:04.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:35:04.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:35:04.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:35:04.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:35:04.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:35:04.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:35:04.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:35:04.758Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:35:04.758Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:35:04.758Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:35:04.758Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:35:04.758Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:35:04.758Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:35:04.758Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:35:04.758Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-25T14:35:04.758Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-25T14:35:04.758Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-25T14:35:04.758Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-25T14:35:04.758Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-25T14:35:04.758Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-25T14:35:04.758Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-25T14:35:05.038Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-25T14:35:05.296Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2022-03-25T14:35:05.296Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-03-25T14:35:05.296Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-03-25T14:35:05.296Z] === RUN TestKillStoppedContainer [2022-03-25T14:35:05.296Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-25T14:35:05.296Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-25T14:35:05.296Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-25T14:35:05.296Z] === RUN TestKillDifferentUserContainer [2022-03-25T14:35:05.325Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2022-03-25T14:35:05.326Z] === RUN TestCreateDifferentPlatform [2022-03-25T14:35:05.326Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-25T14:35:05.584Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-25T14:35:05.584Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-25T14:35:05.584Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-25T14:35:05.584Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-25T14:35:05.584Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-25T14:35:05.584Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-25T14:35:05.584Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-25T14:35:05.584Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-25T14:35:05.584Z] === RUN TestContainerStartOnDaemonRestart [2022-03-25T14:35:05.584Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-25T14:35:05.584Z] === RUN TestDaemonRestartIpcMode [2022-03-25T14:35:05.584Z] === PAUSE TestDaemonRestartIpcMode [2022-03-25T14:35:05.584Z] === RUN TestDaemonHostGatewayIP [2022-03-25T14:35:05.584Z] === PAUSE TestDaemonHostGatewayIP [2022-03-25T14:35:05.584Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-25T14:35:05.584Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-25T14:35:05.584Z] === RUN TestContainerKillOnDaemonStart [2022-03-25T14:35:05.584Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-25T14:35:05.584Z] === RUN TestDiff [2022-03-25T14:35:05.585Z] --- PASS: TestNetworkLoopbackNat (3.04s) [2022-03-25T14:35:05.585Z] === RUN TestPause [2022-03-25T14:35:05.766Z] --- PASS: TestPidHost (1.08s) [2022-03-25T14:35:05.766Z] === RUN TestPsFilter [2022-03-25T14:35:05.766Z] --- PASS: TestPsFilter (0.10s) [2022-03-25T14:35:05.766Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-25T14:35:05.862Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-03-25T14:35:05.862Z] === RUN TestInspectOomKilledTrue [2022-03-25T14:35:06.024Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-03-25T14:35:06.024Z] === RUN TestRemoveContainerWithVolume [2022-03-25T14:35:06.148Z] --- PASS: TestPause (0.64s) [2022-03-25T14:35:06.148Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-25T14:35:06.148Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-25T14:35:06.148Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-25T14:35:06.148Z] === RUN TestPauseStopPausedContainer [2022-03-25T14:35:06.151Z] --- PASS: TestDiff (0.58s) [2022-03-25T14:35:06.151Z] === RUN TestExecWithCloseStdin [2022-03-25T14:35:06.428Z] --- PASS: TestInspectOomKilledTrue (0.44s) [2022-03-25T14:35:06.428Z] === RUN TestInspectOomKilledFalse [2022-03-25T14:35:06.468Z] 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/httpstatus 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/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/longpath 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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-25T14:35:06.590Z] --- PASS: TestRemoveContainerWithVolume (0.38s) [2022-03-25T14:35:06.590Z] === RUN TestRemoveContainerRunning [2022-03-25T14:35:06.686Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2022-03-25T14:35:06.686Z] === RUN TestLinksEtcHostsContentMatch [2022-03-25T14:35:06.711Z] --- PASS: TestPauseStopPausedContainer (0.74s) [2022-03-25T14:35:06.711Z] === RUN TestPidHost [2022-03-25T14:35:06.717Z] --- PASS: TestExecWithCloseStdin (0.62s) [2022-03-25T14:35:06.717Z] === RUN TestExec [2022-03-25T14:35:06.848Z] --- PASS: TestRemoveContainerRunning (0.38s) [2022-03-25T14:35:06.849Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-25T14:35:06.944Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s) [2022-03-25T14:35:06.944Z] === RUN TestLinksContainerNames [2022-03-25T14:35:06.966Z] docker_cli_daemon_plugins_test.go:80: [de5d28add7233] daemon is not started [2022-03-25T14:35:06.966Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-25T14:35:07.284Z] --- PASS: TestExec (0.64s) [2022-03-25T14:35:07.284Z] === RUN TestExecUser [2022-03-25T14:35:07.415Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-03-25T14:35:07.415Z] === RUN TestRemoveInvalidContainer [2022-03-25T14:35:07.415Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-25T14:35:07.415Z] === RUN TestRenameLinkedContainer [2022-03-25T14:35:07.877Z] --- PASS: TestLinksContainerNames (0.76s) [2022-03-25T14:35:07.877Z] === RUN TestLogsFollowTailEmpty [2022-03-25T14:35:07.896Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-25T14:35:08.135Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-03-25T14:35:08.135Z] === RUN TestContainerNetworkMountsNoChown [2022-03-25T14:35:08.218Z] --- PASS: TestExecUser (0.64s) [2022-03-25T14:35:08.218Z] === RUN TestExportContainerAndImportImage [2022-03-25T14:35:08.393Z] --- PASS: TestContainerNetworkMountsNoChown (0.34s) [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/default [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/default [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/private [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/private [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rprivate [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/slave [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/slave [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rslave [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/shared [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/shared [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rshared [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/default [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/rshared [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/shared [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/rslave [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/slave [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/rprivate [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/private [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:08.393Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:08.393Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:08.393Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:08.459Z] --- PASS: TestPidHost (1.50s) [2022-03-25T14:35:08.459Z] === RUN TestPsFilter [2022-03-25T14:35:08.459Z] --- PASS: TestPsFilter (0.13s) [2022-03-25T14:35:08.459Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:08.652Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:08.790Z] --- PASS: TestRenameLinkedContainer (1.62s) [2022-03-25T14:35:08.790Z] === RUN TestRenameStoppedContainer [2022-03-25T14:35:08.791Z] --- PASS: TestExportContainerAndImportImage (0.68s) [2022-03-25T14:35:08.791Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-25T14:35:08.910Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-25T14:35:08.910Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-25T14:35:08.910Z] === RUN TestContainerBindMountNonRecursive [2022-03-25T14:35:09.021Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.61s) [2022-03-25T14:35:09.021Z] === RUN TestRemoveContainerWithVolume [2022-03-25T14:35:09.277Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-25T14:35:09.357Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-03-25T14:35:09.357Z] === RUN TestRenameRunningContainerAndReuse [2022-03-25T14:35:09.534Z] --- PASS: TestRemoveContainerWithVolume (0.63s) [2022-03-25T14:35:09.534Z] === RUN TestRemoveContainerRunning [2022-03-25T14:35:09.790Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-25T14:35:10.164Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-03-25T14:35:10.164Z] === RUN TestHealthCheckWorkdir [2022-03-25T14:35:10.283Z] --- PASS: TestContainerBindMountNonRecursive (1.20s) [2022-03-25T14:35:10.283Z] === RUN TestContainerVolumesMountedAsShared [2022-03-25T14:35:10.283Z] --- PASS: TestContainerVolumesMountedAsShared (0.35s) [2022-03-25T14:35:10.283Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-25T14:35:10.291Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2022-03-25T14:35:10.291Z] === RUN TestRenameInvalidName [2022-03-25T14:35:10.355Z] --- PASS: TestRemoveContainerRunning (0.73s) [2022-03-25T14:35:10.355Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-25T14:35:10.541Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2022-03-25T14:35:10.541Z] === RUN TestNetworkNat [2022-03-25T14:35:10.549Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-25T14:35:10.549Z] === RUN TestRenameAnonymousContainer [2022-03-25T14:35:10.731Z] --- PASS: TestHealthCheckWorkdir (0.85s) [2022-03-25T14:35:10.731Z] === RUN TestHealthKillContainer [2022-03-25T14:35:10.918Z] docker_cli_daemon_plugins_test.go:170: [dc436590f976c] daemon is not started [2022-03-25T14:35:10.918Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.62s) [2022-03-25T14:35:10.918Z] === RUN TestRemoveInvalidContainer [2022-03-25T14:35:10.918Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-25T14:35:10.918Z] === RUN TestRenameLinkedContainer [2022-03-25T14:35:11.107Z] --- PASS: TestNetworkNat (0.44s) [2022-03-25T14:35:11.107Z] === RUN TestNetworkLocalhostTCPNat [2022-03-25T14:35:11.672Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-25T14:35:11.672Z] === RUN TestNetworkLoopbackNat [2022-03-25T14:35:11.924Z] --- PASS: TestRenameAnonymousContainer (1.41s) [2022-03-25T14:35:11.924Z] === RUN TestRenameContainerWithSameName [2022-03-25T14:35:12.314Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-25T14:35:12.490Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-03-25T14:35:12.490Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-25T14:35:13.057Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-03-25T14:35:13.057Z] === RUN TestResize [2022-03-25T14:35:13.623Z] --- PASS: TestResize (0.40s) [2022-03-25T14:35:13.623Z] === RUN TestResizeWithInvalidSize [2022-03-25T14:35:13.884Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-03-25T14:35:13.884Z] === RUN TestResizeWhenContainerNotStarted [2022-03-25T14:35:14.205Z] --- PASS: TestRenameLinkedContainer (2.96s) [2022-03-25T14:35:14.205Z] === RUN TestRenameStoppedContainer [2022-03-25T14:35:14.215Z] --- PASS: TestNetworkLoopbackNat (2.49s) [2022-03-25T14:35:14.215Z] === RUN TestPause [2022-03-25T14:35:14.464Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-03-25T14:35:14.464Z] === RUN TestDaemonRestartKillContainers [2022-03-25T14:35:14.464Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-25T14:35:14.464Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:35:14.464Z] === RUN TestCgroupNamespacesRun [2022-03-25T14:35:14.476Z] --- PASS: TestPause (0.43s) [2022-03-25T14:35:14.476Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-25T14:35:14.476Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-25T14:35:14.476Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-25T14:35:14.476Z] === RUN TestPauseStopPausedContainer [2022-03-25T14:35:14.768Z] --- PASS: TestRenameStoppedContainer (0.90s) [2022-03-25T14:35:14.768Z] === RUN TestRenameRunningContainerAndReuse [2022-03-25T14:35:15.042Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-03-25T14:35:15.042Z] === RUN TestPidHost [2022-03-25T14:35:15.397Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2022-03-25T14:35:15.398Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-25T14:35:15.503Z] --- PASS: TestCheckoutGit (41.15s) [2022-03-25T14:35:15.503Z] === RUN TestValidGitTransport [2022-03-25T14:35:15.503Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-25T14:35:15.503Z] === RUN TestGitInvalidRef [2022-03-25T14:35:15.503Z] --- PASS: TestGitInvalidRef (0.25s) [2022-03-25T14:35:15.503Z] PASS [2022-03-25T14:35:15.503Z] coverage: 86.3% of statements [2022-03-25T14:35:15.503Z] ok github.com/docker/docker/builder/remotecontext/git 41.478s coverage: 86.3% of statements [2022-03-25T14:35:15.503Z] ? github.com/docker/docker/cli [no test files] [2022-03-25T14:35:15.503Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-25T14:35:15.608Z] --- PASS: TestPidHost (0.85s) [2022-03-25T14:35:15.608Z] === RUN TestPsFilter [2022-03-25T14:35:15.698Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-25T14:35:15.866Z] --- PASS: TestPsFilter (0.10s) [2022-03-25T14:35:15.867Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-25T14:35:16.125Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2022-03-25T14:35:16.125Z] === RUN TestRemoveContainerWithVolume [2022-03-25T14:35:16.262Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2022-03-25T14:35:16.262Z] === RUN TestRenameInvalidName [2022-03-25T14:35:16.262Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-25T14:35:16.691Z] --- PASS: TestRemoveContainerWithVolume (0.38s) [2022-03-25T14:35:16.691Z] === RUN TestRemoveContainerRunning [2022-03-25T14:35:16.772Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-03-25T14:35:16.772Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-25T14:35:16.825Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-25T14:35:16.825Z] --- PASS: TestRenameInvalidName (0.63s) [2022-03-25T14:35:16.825Z] === RUN TestRenameAnonymousContainer [2022-03-25T14:35:16.825Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-25T14:35:16.949Z] --- PASS: TestRemoveContainerRunning (0.36s) [2022-03-25T14:35:16.949Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-25T14:35:17.388Z] check_test.go:308: [df284d754aa1d] daemon is not started [2022-03-25T14:35:17.388Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-25T14:35:17.515Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-03-25T14:35:17.515Z] === RUN TestRemoveInvalidContainer [2022-03-25T14:35:17.515Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-25T14:35:17.515Z] === RUN TestRenameLinkedContainer [2022-03-25T14:35:17.709Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-03-25T14:35:17.709Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-25T14:35:17.951Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-25T14:35:18.888Z] --- PASS: TestRenameLinkedContainer (1.54s) [2022-03-25T14:35:18.888Z] === RUN TestRenameStoppedContainer [2022-03-25T14:35:19.081Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-03-25T14:35:19.081Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-25T14:35:19.319Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-25T14:35:19.319Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-25T14:35:19.453Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-03-25T14:35:19.454Z] === RUN TestRenameRunningContainerAndReuse [2022-03-25T14:35:19.576Z] --- PASS: TestRenameAnonymousContainer (2.71s) [2022-03-25T14:35:19.576Z] === RUN TestRenameContainerWithSameName [2022-03-25T14:35:20.015Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-03-25T14:35:20.015Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-25T14:35:20.020Z] --- PASS: TestRenameRunningContainerAndReuse (0.78s) [2022-03-25T14:35:20.020Z] === RUN TestRenameInvalidName [2022-03-25T14:35:20.505Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2022-03-25T14:35:20.505Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-25T14:35:20.505Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-25T14:35:20.585Z] --- PASS: TestRenameInvalidName (0.38s) [2022-03-25T14:35:20.585Z] === RUN TestRenameAnonymousContainer [2022-03-25T14:35:20.697Z] --- PASS: TestHealthKillContainer (8.21s) [2022-03-25T14:35:20.697Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-25T14:35:20.697Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2022-03-25T14:35:20.697Z] === RUN TestIpcModeNone [2022-03-25T14:35:20.697Z] --- PASS: TestIpcModeNone (0.60s) [2022-03-25T14:35:20.697Z] === RUN TestIpcModePrivate [2022-03-25T14:35:20.697Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-03-25T14:35:20.697Z] --- PASS: TestIpcModePrivate (0.64s) [2022-03-25T14:35:20.697Z] === RUN TestIpcModeShareable [2022-03-25T14:35:21.262Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-03-25T14:35:21.354Z] ? github.com/docker/docker/api [no test files] [2022-03-25T14:35:21.389Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-03-25T14:35:21.389Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-25T14:35:21.520Z] --- PASS: TestIpcModeShareable (0.62s) [2022-03-25T14:35:21.520Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-25T14:35:21.871Z] --- PASS: TestRenameContainerWithLinkedContainer (1.50s) [2022-03-25T14:35:21.871Z] === RUN TestResize [2022-03-25T14:35:21.955Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-03-25T14:35:21.956Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-25T14:35:21.959Z] --- PASS: TestRenameAnonymousContainer (1.41s) [2022-03-25T14:35:21.959Z] === RUN TestRenameContainerWithSameName [2022-03-25T14:35:22.127Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-25T14:35:22.217Z] --- PASS: TestRenameContainerWithSameName (0.37s) [2022-03-25T14:35:22.217Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-25T14:35:22.384Z] --- PASS: TestResize (0.70s) [2022-03-25T14:35:22.384Z] === RUN TestResizeWithInvalidSize [2022-03-25T14:35:22.947Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-25T14:35:23.151Z] --- PASS: TestRenameContainerWithLinkedContainer (0.74s) [2022-03-25T14:35:23.151Z] === RUN TestResize [2022-03-25T14:35:23.330Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s) [2022-03-25T14:35:23.330Z] === RUN TestNISDomainname [2022-03-25T14:35:23.330Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-25T14:35:23.330Z] --- SKIP: TestNISDomainname (0.02s) [2022-03-25T14:35:23.330Z] === RUN TestHostnameDnsResolution [2022-03-25T14:35:23.409Z] --- PASS: TestResize (0.38s) [2022-03-25T14:35:23.409Z] === RUN TestResizeWithInvalidSize [2022-03-25T14:35:23.444Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.81s) [2022-03-25T14:35:23.444Z] === RUN TestAPIIpcModeHost [2022-03-25T14:35:23.510Z] --- PASS: TestResizeWithInvalidSize (0.86s) [2022-03-25T14:35:23.510Z] === RUN TestResizeWhenContainerNotStarted [2022-03-25T14:35:23.588Z] --- PASS: TestHostnameDnsResolution (0.59s) [2022-03-25T14:35:23.588Z] === RUN TestUnprivilegedPortsAndPing [2022-03-25T14:35:23.588Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-25T14:35:23.588Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-25T14:35:23.588Z] === RUN TestPrivilegedHostDevices [2022-03-25T14:35:23.668Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-03-25T14:35:23.668Z] === RUN TestResizeWhenContainerNotStarted [2022-03-25T14:35:23.704Z] --- PASS: TestAPIIpcModeHost (0.41s) [2022-03-25T14:35:23.705Z] === RUN TestDaemonIpcModeShareable [2022-03-25T14:35:24.073Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-25T14:35:24.073Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.073Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:24.073Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:24.073Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.073Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.155Z] --- PASS: TestPrivilegedHostDevices (0.43s) [2022-03-25T14:35:24.156Z] === RUN TestStats [2022-03-25T14:35:24.156Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:24.156Z] --- SKIP: TestStats (0.00s) [2022-03-25T14:35:24.156Z] === RUN TestStopContainerWithTimeout [2022-03-25T14:35:24.156Z] === RUN TestStopContainerWithTimeout/0 [2022-03-25T14:35:24.156Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-25T14:35:24.156Z] === RUN TestStopContainerWithTimeout/1 [2022-03-25T14:35:24.156Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-25T14:35:24.156Z] === RUN TestStopContainerWithTimeout/3 [2022-03-25T14:35:24.156Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-25T14:35:24.156Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-25T14:35:24.156Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-25T14:35:24.156Z] === CONT TestStopContainerWithTimeout/0 [2022-03-25T14:35:24.156Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-25T14:35:24.234Z] --- PASS: TestResizeWhenContainerNotStarted (0.36s) [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:24.234Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.234Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.234Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:24.234Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:24.641Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-25T14:35:24.722Z] === CONT TestStopContainerWithTimeout/3 [2022-03-25T14:35:24.899Z] --- PASS: TestDaemonIpcModeShareable (1.20s) [2022-03-25T14:35:24.899Z] === RUN TestDaemonIpcModePrivate [2022-03-25T14:35:25.608Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:25.608Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:25.834Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-25T14:35:25.942Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2022-03-25T14:35:25.942Z] === RUN TestConfigureDaemonLogs [2022-03-25T14:35:25.942Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestCommonOptionsInstallFlags [2022-03-25T14:35:25.942Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-25T14:35:25.942Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-25T14:35:25.942Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-25T14:35:25.942Z] PASS [2022-03-25T14:35:25.942Z] coverage: 19.0% of statements [2022-03-25T14:35:25.942Z] ok github.com/docker/docker/cmd/dockerd 0.271s coverage: 19.0% of statements [2022-03-25T14:35:25.942Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-25T14:35:25.942Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-25T14:35:25.963Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-25T14:35:26.092Z] --- PASS: TestDaemonIpcModePrivate (1.18s) [2022-03-25T14:35:26.092Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-25T14:35:26.542Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:26.623Z] === CONT TestStopContainerWithTimeout/1 [2022-03-25T14:35:26.800Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:26.933Z] === RUN TestContainerStopSignal [2022-03-25T14:35:26.933Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestContainerStopTimeout [2022-03-25T14:35:26.933Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-25T14:35:26.933Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-25T14:35:26.933Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-25T14:35:26.933Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestReplaceAndAppendEnvVars [2022-03-25T14:35:26.933Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-25T14:35:26.933Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestNewMemoryStore [2022-03-25T14:35:26.933Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestAddContainers [2022-03-25T14:35:26.933Z] --- PASS: TestAddContainers (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestGetContainer [2022-03-25T14:35:26.933Z] --- PASS: TestGetContainer (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestDeleteContainer [2022-03-25T14:35:26.933Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestListContainers [2022-03-25T14:35:26.933Z] --- PASS: TestListContainers (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestFirstContainer [2022-03-25T14:35:26.933Z] --- PASS: TestFirstContainer (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestApplyAllContainer [2022-03-25T14:35:26.933Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestIsValidHealthString [2022-03-25T14:35:26.933Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestStateRunStop [2022-03-25T14:35:26.933Z] --- PASS: TestStateRunStop (0.00s) [2022-03-25T14:35:26.933Z] === RUN TestStateTimeoutWait [2022-03-25T14:35:26.933Z] state_test.go:141: Stop callback fired [2022-03-25T14:35:26.934Z] state_test.go:165: Stop callback fired [2022-03-25T14:35:26.934Z] --- PASS: TestStateTimeoutWait (0.11s) [2022-03-25T14:35:26.934Z] === RUN TestIsValidStateString [2022-03-25T14:35:26.934Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-25T14:35:26.934Z] === RUN TestViewSaveDelete [2022-03-25T14:35:26.934Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-25T14:35:26.934Z] === RUN TestViewAll [2022-03-25T14:35:26.934Z] --- PASS: TestViewAll (0.01s) [2022-03-25T14:35:26.934Z] === RUN TestViewGet [2022-03-25T14:35:26.934Z] --- PASS: TestViewGet (0.01s) [2022-03-25T14:35:26.934Z] === RUN TestNames [2022-03-25T14:35:26.934Z] --- PASS: TestNames (0.00s) [2022-03-25T14:35:26.934Z] === RUN TestViewWithHealthCheck [2022-03-25T14:35:26.934Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-25T14:35:26.934Z] PASS [2022-03-25T14:35:26.934Z] coverage: 41.7% of statements [2022-03-25T14:35:26.934Z] ok github.com/docker/docker/container 0.275s coverage: 41.7% of statements [2022-03-25T14:35:27.027Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-25T14:35:27.285Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s) [2022-03-25T14:35:27.285Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-25T14:35:27.329Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:35:27.402Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-25T14:35:27.402Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-25T14:35:27.402Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-25T14:35:27.402Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-25T14:35:27.586Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-25T14:35:27.734Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:27.870Z] === RUN TestPrepare [2022-03-25T14:35:27.870Z] --- PASS: TestPrepare (0.00s) [2022-03-25T14:35:27.870Z] === RUN TestStart [2022-03-25T14:35:27.870Z] --- PASS: TestStart (0.00s) [2022-03-25T14:35:27.870Z] === RUN TestWaitCancel [2022-03-25T14:35:27.870Z] --- PASS: TestWaitCancel (0.00s) [2022-03-25T14:35:27.870Z] === RUN TestWaitDisabled [2022-03-25T14:35:27.870Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-25T14:35:27.870Z] === RUN TestWaitEnabled [2022-03-25T14:35:27.870Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-25T14:35:27.870Z] === RUN TestRemove [2022-03-25T14:35:27.870Z] --- PASS: TestRemove (0.00s) [2022-03-25T14:35:27.870Z] PASS [2022-03-25T14:35:27.870Z] coverage: 65.3% of statements [2022-03-25T14:35:27.870Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.073s coverage: 65.3% of statements [2022-03-25T14:35:28.219Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-25T14:35:28.478Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-03-25T14:35:28.478Z] === RUN TestIpcModeOlderClient [2022-03-25T14:35:28.478Z] === PAUSE TestIpcModeOlderClient [2022-03-25T14:35:28.478Z] === RUN TestKillContainerInvalidSignal [2022-03-25T14:35:28.523Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-25T14:35:28.523Z] --- PASS: TestStopContainerWithTimeout/0 (0.60s) [2022-03-25T14:35:28.523Z] --- PASS: TestStopContainerWithTimeout/-1 (2.61s) [2022-03-25T14:35:28.523Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2022-03-25T14:35:28.523Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-03-25T14:35:28.523Z] === RUN TestDeleteDevicemapper [2022-03-25T14:35:28.523Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-25T14:35:28.523Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-25T14:35:28.523Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-25T14:35:29.044Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2022-03-25T14:35:29.044Z] === RUN TestKillContainer [2022-03-25T14:35:29.044Z] === RUN TestKillContainer/no_signal [2022-03-25T14:35:29.302Z] === RUN TestKillContainer/non_killing_signal [2022-03-25T14:35:29.459Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.31s) [2022-03-25T14:35:29.459Z] === RUN TestUpdateMemory [2022-03-25T14:35:29.459Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:29.459Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-25T14:35:29.459Z] === RUN TestUpdateCPUQuota [2022-03-25T14:35:29.459Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:29.459Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-25T14:35:29.459Z] === RUN TestUpdatePidsLimit [2022-03-25T14:35:29.459Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:29.459Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-25T14:35:29.459Z] === RUN TestUpdateRestartPolicy [2022-03-25T14:35:29.478Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-25T14:35:29.478Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:35:29.478Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-25T14:35:29.560Z] === RUN TestKillContainer/killing_signal [2022-03-25T14:35:29.734Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-25T14:35:29.734Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:35:29.990Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-25T14:35:30.261Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:30.495Z] --- PASS: TestKillContainer (1.46s) [2022-03-25T14:35:30.495Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-03-25T14:35:30.495Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-03-25T14:35:30.495Z] --- PASS: TestKillContainer/killing_signal (0.59s) [2022-03-25T14:35:30.495Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-25T14:35:30.495Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-25T14:35:30.753Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-25T14:35:30.829Z] === RUN TestNewListSecretsFilters [2022-03-25T14:35:30.829Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-25T14:35:30.829Z] === RUN TestNewListConfigsFilters [2022-03-25T14:35:30.829Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-25T14:35:30.829Z] PASS [2022-03-25T14:35:30.829Z] coverage: 0.5% of statements [2022-03-25T14:35:30.829Z] ok github.com/docker/docker/daemon/cluster 0.200s coverage: 0.5% of statements [2022-03-25T14:35:31.203Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:31.689Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s) [2022-03-25T14:35:31.689Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-03-25T14:35:31.689Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s) [2022-03-25T14:35:31.689Z] === RUN TestKillStoppedContainer [2022-03-25T14:35:31.689Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-03-25T14:35:31.689Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-25T14:35:31.689Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-25T14:35:31.689Z] === RUN TestKillDifferentUserContainer [2022-03-25T14:35:31.881Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-25T14:35:31.881Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:35:32.255Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-03-25T14:35:32.255Z] === RUN TestInspectOomKilledTrue [2022-03-25T14:35:32.255Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:35:32.255Z] --- SKIP: TestInspectOomKilledTrue (0.02s) [2022-03-25T14:35:32.255Z] === RUN TestInspectOomKilledFalse [2022-03-25T14:35:32.255Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:35:32.255Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-25T14:35:32.255Z] === RUN TestLinksEtcHostsContentMatch [2022-03-25T14:35:32.400Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-25T14:35:32.443Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:35:32.513Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-03-25T14:35:32.513Z] === RUN TestLinksContainerNames [2022-03-25T14:35:32.868Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.25s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-25T14:35:32.868Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-25T14:35:32.868Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-25T14:35:32.868Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-25T14:35:32.868Z] PASS [2022-03-25T14:35:32.868Z] coverage: 35.9% of statements [2022-03-25T14:35:32.868Z] ok github.com/docker/docker/daemon/cluster/convert 0.617s coverage: 35.9% of statements [2022-03-25T14:35:32.977Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-25T14:35:32.977Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:35:32.977Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:35:32.977Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-25T14:35:32.977Z] [2022-03-25T14:35:32.977Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-25T14:35:32.977Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-25T14:35:32.977Z] Using test binary docker [2022-03-25T14:35:32.977Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-25T14:35:32.977Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-25T14:35:32.977Z] INFO: Waiting for daemon to start... [2022-03-25T14:35:32.977Z] Starting dockerd [2022-03-25T14:35:32.977Z] . [2022-03-25T14:35:32.977Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-25T14:35:33.374Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-25T14:35:33.374Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-25T14:35:33.447Z] --- PASS: TestLinksContainerNames (0.90s) [2022-03-25T14:35:33.447Z] === RUN TestLogsFollowTailEmpty [2022-03-25T14:35:33.706Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-03-25T14:35:33.706Z] === RUN TestContainerNetworkMountsNoChown [2022-03-25T14:35:33.731Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:35:34.274Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/default [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/default [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/private [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/private [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rprivate [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/slave [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/slave [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rslave [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/shared [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/shared [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rshared [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/default [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/rshared [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/shared [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/rslave [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/slave [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/rprivate [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/private [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:34.274Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:34.274Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-25T14:35:34.274Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-25T14:35:34.533Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-25T14:35:34.666Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:35:34.741Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-25T14:35:34.741Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:35:34.741Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:35:34.791Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-25T14:35:34.792Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-25T14:35:34.792Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-25T14:35:34.792Z] === RUN TestContainerBindMountNonRecursive [2022-03-25T14:35:35.233Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:35:35.825Z] === RUN TestWaitNodeAttachment [2022-03-25T14:35:35.825Z] --- PASS: TestWaitNodeAttachment (0.46s) [2022-03-25T14:35:35.825Z] === RUN TestIsolationConversion [2022-03-25T14:35:35.825Z] === RUN TestIsolationConversion/default [2022-03-25T14:35:35.825Z] === RUN TestIsolationConversion/process [2022-03-25T14:35:35.825Z] === RUN TestIsolationConversion/hyperv [2022-03-25T14:35:35.825Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestContainerLabels [2022-03-25T14:35:35.825Z] --- PASS: TestContainerLabels (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestCredentialSpecConversion [2022-03-25T14:35:35.825Z] === RUN TestCredentialSpecConversion/none [2022-03-25T14:35:35.825Z] === RUN TestCredentialSpecConversion/config [2022-03-25T14:35:35.825Z] === RUN TestCredentialSpecConversion/file [2022-03-25T14:35:35.825Z] === RUN TestCredentialSpecConversion/registry [2022-03-25T14:35:35.825Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestControllerValidateMountBind [2022-03-25T14:35:35.825Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestControllerValidateMountVolume [2022-03-25T14:35:35.825Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestControllerValidateMountTarget [2022-03-25T14:35:35.825Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestControllerValidateMountTmpfs [2022-03-25T14:35:35.825Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestControllerValidateMountInvalidType [2022-03-25T14:35:35.825Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestControllerValidateMountNamedPipe [2022-03-25T14:35:35.825Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-25T14:35:35.825Z] PASS [2022-03-25T14:35:35.825Z] coverage: 11.0% of statements [2022-03-25T14:35:35.825Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.708s coverage: 11.0% of statements [2022-03-25T14:35:35.825Z] === RUN TestBuilderGC [2022-03-25T14:35:35.825Z] --- PASS: TestBuilderGC (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationNotFound [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestDaemonBrokenConfiguration [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestFindConfigurationConflicts [2022-03-25T14:35:35.825Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-25T14:35:35.825Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-25T14:35:35.825Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-25T14:35:35.825Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-25T14:35:35.825Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-25T14:35:35.825Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-25T14:35:35.825Z] === RUN TestValidateConfigurationErrors [2022-03-25T14:35:35.825Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-25T14:35:35.825Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-25T14:35:35.825Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-25T14:35:36.167Z] --- PASS: TestContainerBindMountNonRecursive (1.37s) [2022-03-25T14:35:36.167Z] === RUN TestContainerVolumesMountedAsShared [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-25T14:35:36.293Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration/with_label [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration/with_dns [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-25T14:35:36.293Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-25T14:35:36.293Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-25T14:35:36.294Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-25T14:35:36.294Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-25T14:35:36.294Z] === RUN TestReloadSetConfigFileNotExist [2022-03-25T14:35:36.294Z] time="2022-03-25T14:35:35Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-25T14:35:36.294Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s) [2022-03-25T14:35:36.294Z] === RUN TestReloadDefaultConfigNotExist [2022-03-25T14:35:36.294Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:35:36.294Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-25T14:35:36.294Z] === RUN TestReloadBadDefaultConfig [2022-03-25T14:35:36.294Z] time="2022-03-25T14:35:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2930702221" [2022-03-25T14:35:36.294Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-25T14:35:36.294Z] === RUN TestReloadWithConflictingLabels [2022-03-25T14:35:36.294Z] time="2022-03-25T14:35:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1954305315" [2022-03-25T14:35:36.294Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-25T14:35:36.294Z] === RUN TestReloadWithDuplicateLabels [2022-03-25T14:35:36.294Z] time="2022-03-25T14:35:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-127473748" [2022-03-25T14:35:36.294Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-25T14:35:36.294Z] === RUN TestMaskURLCredentials [2022-03-25T14:35:36.294Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-25T14:35:36.294Z] === RUN TestDaemonConfigurationMerge [2022-03-25T14:35:36.294Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-25T14:35:36.294Z] PASS [2022-03-25T14:35:36.294Z] coverage: 79.2% of statements [2022-03-25T14:35:36.294Z] ok github.com/docker/docker/daemon/config 0.373s coverage: 79.2% of statements [2022-03-25T14:35:36.608Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:35:36.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-25T14:35:36.733Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s) [2022-03-25T14:35:36.733Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-25T14:35:36.762Z] === RUN TestEventsLog [2022-03-25T14:35:36.762Z] --- PASS: TestEventsLog (0.00s) [2022-03-25T14:35:36.762Z] === RUN TestEventsLogTimeout [2022-03-25T14:35:36.762Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-25T14:35:36.762Z] === RUN TestLogEvents [2022-03-25T14:35:36.762Z] --- PASS: TestLogEvents (0.05s) [2022-03-25T14:35:36.762Z] === RUN TestLoadBufferedEvents [2022-03-25T14:35:36.887Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:36.887Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:36.991Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-03-25T14:35:36.991Z] === RUN TestNetworkNat [2022-03-25T14:35:37.174Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:35:37.231Z] --- PASS: TestLoadBufferedEvents (0.22s) [2022-03-25T14:35:37.231Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-25T14:35:37.231Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-25T14:35:37.231Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-25T14:35:37.231Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-25T14:35:37.231Z] PASS [2022-03-25T14:35:37.231Z] coverage: 50.0% of statements [2022-03-25T14:35:37.231Z] ok github.com/docker/docker/daemon/events 0.383s coverage: 50.0% of statements [2022-03-25T14:35:37.557Z] --- PASS: TestNetworkNat (0.50s) [2022-03-25T14:35:37.557Z] === RUN TestNetworkLocalhostTCPNat [2022-03-25T14:35:37.816Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-03-25T14:35:37.816Z] === RUN TestNetworkLoopbackNat [2022-03-25T14:35:38.107Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:35:38.217Z] === RUN TestIsEmptyDir [2022-03-25T14:35:38.217Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-25T14:35:38.217Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-03-25T14:35:38.217Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-03-25T14:35:38.217Z] PASS [2022-03-25T14:35:38.217Z] coverage: 2.3% of statements [2022-03-25T14:35:38.217Z] ok github.com/docker/docker/daemon/graphdriver 0.297s coverage: 2.3% of statements [2022-03-25T14:35:38.217Z] === RUN TestLinkNaming [2022-03-25T14:35:38.217Z] --- PASS: TestLinkNaming (0.00s) [2022-03-25T14:35:38.217Z] === RUN TestLinkNew [2022-03-25T14:35:38.217Z] --- PASS: TestLinkNew (0.00s) [2022-03-25T14:35:38.217Z] === RUN TestLinkEnv [2022-03-25T14:35:38.217Z] --- PASS: TestLinkEnv (0.00s) [2022-03-25T14:35:38.217Z] === RUN TestLinkMultipleEnv [2022-03-25T14:35:38.217Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-25T14:35:38.217Z] === RUN TestLinkPortRangeEnv [2022-03-25T14:35:38.217Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-25T14:35:38.217Z] PASS [2022-03-25T14:35:38.217Z] coverage: 93.0% of statements [2022-03-25T14:35:38.217Z] ok github.com/docker/docker/daemon/links 0.057s coverage: 93.0% of statements [2022-03-25T14:35:38.254Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-25T14:35:38.254Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:38.511Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:38.676Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:35:39.207Z] === RUN TestVerifyNetworkingConfig [2022-03-25T14:35:39.207Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-25T14:35:39.207Z] === RUN TestGetContainer [2022-03-25T14:35:39.207Z] --- PASS: TestGetContainer (0.01s) [2022-03-25T14:35:39.207Z] === RUN TestValidContainerNames [2022-03-25T14:35:39.207Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-25T14:35:39.207Z] === RUN TestContainerInitDNS [2022-03-25T14:35:39.207Z] daemon_test.go:145: root required [2022-03-25T14:35:39.207Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-25T14:35:39.207Z] === RUN TestMerge [2022-03-25T14:35:39.207Z] --- PASS: TestMerge (0.00s) [2022-03-25T14:35:39.207Z] === RUN TestValidateContainerIsolation [2022-03-25T14:35:39.207Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-25T14:35:39.207Z] === RUN TestFindNetworkErrorType [2022-03-25T14:35:39.207Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-25T14:35:39.207Z] === RUN TestEnsureServicesExist [2022-03-25T14:35:39.207Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-25T14:35:39.207Z] === RUN TestEnsureServicesExistErrors [2022-03-25T14:35:39.207Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-25T14:35:39.207Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-25T14:35:39.207Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-25T14:35:39.207Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-25T14:35:39.207Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-25T14:35:39.207Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-25T14:35:39.207Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-25T14:35:39.207Z] === RUN TestContainerDelete [2022-03-25T14:35:39.675Z] --- PASS: TestContainerDelete (0.01s) [2022-03-25T14:35:39.675Z] === RUN TestContainerDoubleDelete [2022-03-25T14:35:39.675Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestLogContainerEventCopyLabels [2022-03-25T14:35:39.675Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestLogContainerEventWithAttributes [2022-03-25T14:35:39.675Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestNoneHealthcheck [2022-03-25T14:35:39.675Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestHealthStates [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] time="2022-03-25T14:35:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-25T14:35:39.675Z] --- PASS: TestHealthStates (0.26s) [2022-03-25T14:35:39.675Z] === RUN TestGetInspectData [2022-03-25T14:35:39.675Z] --- PASS: TestGetInspectData (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestFillLicense [2022-03-25T14:35:39.675Z] --- PASS: TestFillLicense (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestListInvalidFilter [2022-03-25T14:35:39.675Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestNameFilter [2022-03-25T14:35:39.675Z] --- PASS: TestNameFilter (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-25T14:35:39.675Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-25T14:35:39.675Z] === 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-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-25T14:35:39.675Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-25T14:35:39.675Z] --- 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-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-25T14:35:39.675Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestDaemonReloadLabels [2022-03-25T14:35:39.675Z] --- PASS: TestDaemonReloadLabels (0.01s) [2022-03-25T14:35:39.675Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-25T14:35:39.675Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestDaemonReloadMirrors [2022-03-25T14:35:39.675Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-25T14:35:39.675Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-25T14:35:39.675Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-25T14:35:39.675Z] reload_test.go:342: root required [2022-03-25T14:35:39.675Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-25T14:35:39.675Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-25T14:35:39.675Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-25T14:35:39.676Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-25T14:35:39.676Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-25T14:35:39.676Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-25T14:35:39.676Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-25T14:35:39.676Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-25T14:35:39.676Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-25T14:35:39.676Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-25T14:35:39.676Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-25T14:35:39.676Z] === RUN TestParseVolumesFrom [2022-03-25T14:35:39.676Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-25T14:35:39.676Z] PASS [2022-03-25T14:35:39.676Z] coverage: 8.6% of statements [2022-03-25T14:35:39.676Z] ok github.com/docker/docker/daemon 0.771s coverage: 8.6% of statements [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-25T14:35:39.676Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-25T14:35:39.877Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:39.877Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-25T14:35:39.877Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:39.877Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.53s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.20s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.19s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.22s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.64s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.63s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.65s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.75s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.66s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.67s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.61s) [2022-03-25T14:35:40.575Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.59s) [2022-03-25T14:35:40.575Z] === RUN TestCgroupNamespacesRun [2022-03-25T14:35:41.097Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-03-25T14:35:41.097Z] === RUN TestPause [2022-03-25T14:35:41.097Z] --- PASS: TestPause (0.46s) [2022-03-25T14:35:41.097Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-25T14:35:41.097Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-25T14:35:41.097Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-25T14:35:41.097Z] === RUN TestPauseStopPausedContainer [2022-03-25T14:35:41.242Z] === RUN TestNewStreamConfig [2022-03-25T14:35:41.242Z] === RUN TestNewStreamConfig/defaults [2022-03-25T14:35:41.242Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-25T14:35:41.242Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-25T14:35:41.242Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-25T14:35:41.242Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-25T14:35:41.242Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-25T14:35:41.242Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-25T14:35:41.242Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-25T14:35:41.242Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-25T14:35:41.242Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-25T14:35:41.242Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-25T14:35:41.242Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-25T14:35:41.242Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-25T14:35:41.242Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-25T14:35:41.242Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-25T14:35:41.242Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-25T14:35:41.242Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-25T14:35:41.242Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-25T14:35:41.242Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-25T14:35:41.242Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-25T14:35:41.243Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.01s) [2022-03-25T14:35:41.243Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-25T14:35:41.243Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.01s) [2022-03-25T14:35:41.243Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-25T14:35:41.243Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-25T14:35:41.243Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-25T14:35:41.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-25T14:35:41.356Z] --- PASS: TestPauseStopPausedContainer (0.47s) [2022-03-25T14:35:41.356Z] === RUN TestPidHost [2022-03-25T14:35:41.508Z] --- PASS: TestCgroupNamespacesRun (1.08s) [2022-03-25T14:35:41.508Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-25T14:35:41.654Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-03-25T14:35:41.655Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-25T14:35:41.655Z] --- PASS: TestUpdateRestartWithAutoRemove (0.39s) [2022-03-25T14:35:41.655Z] === RUN TestWaitNonBlocked [2022-03-25T14:35:41.655Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:35:41.655Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:35:41.655Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:35:41.655Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:35:41.655Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:35:41.655Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:35:41.655Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-25T14:35:41.655Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s) [2022-03-25T14:35:41.655Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2022-03-25T14:35:41.655Z] === RUN TestWaitBlocked [2022-03-25T14:35:41.655Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:35:41.655Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:35:41.655Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:35:41.655Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:35:41.655Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:35:41.655Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:35:41.710Z] time="2022-03-25T14:35:41Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-25T14:35:41.710Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.22s) [2022-03-25T14:35:41.710Z] === RUN TestCreateSuccess [2022-03-25T14:35:41.710Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCreateStreamSkipped [2022-03-25T14:35:41.710Z] time="2022-03-25T14:35:41Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-25T14:35:41.710Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCreateLogGroupSuccess [2022-03-25T14:35:41.710Z] time="2022-03-25T14:35:41Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-25T14:35:41.710Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCreateError [2022-03-25T14:35:41.710Z] --- PASS: TestCreateError (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCreateAlreadyExists [2022-03-25T14:35:41.710Z] time="2022-03-25T14:35:41Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-25T14:35:41.710Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestLogClosed [2022-03-25T14:35:41.710Z] --- PASS: TestLogClosed (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestLogBlocking [2022-03-25T14:35:41.710Z] --- PASS: TestLogBlocking (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-25T14:35:41.710Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestLogNonBlockingBufferFull [2022-03-25T14:35:41.710Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestPublishBatchSuccess [2022-03-25T14:35:41.710Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestPublishBatchError [2022-03-25T14:35:41.710Z] time="2022-03-25T14:35:41Z" level=error msg=error [2022-03-25T14:35:41.710Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-25T14:35:41.710Z] time="2022-03-25T14:35:41Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-25T14:35:41.710Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-25T14:35:41.710Z] time="2022-03-25T14:35:41Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-25T14:35:41.710Z] time="2022-03-25T14:35:41Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-25T14:35:41.710Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCollectBatchSimple [2022-03-25T14:35:41.710Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCollectBatchTicker [2022-03-25T14:35:41.710Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCollectBatchMultilinePattern [2022-03-25T14:35:41.710Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-25T14:35:41.710Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-25T14:35:41.710Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-25T14:35:41.710Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-25T14:35:41.710Z] === RUN TestCollectBatchClose [2022-03-25T14:35:41.710Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestEffectiveLen [2022-03-25T14:35:41.710Z] === RUN TestEffectiveLen/0/Hello [2022-03-25T14:35:41.710Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-25T14:35:41.710Z] === RUN TestEffectiveLen/2/🙃 [2022-03-25T14:35:41.710Z] === RUN TestEffectiveLen/3/���� [2022-03-25T14:35:41.710Z] === RUN TestEffectiveLen/4/He��o [2022-03-25T14:35:41.710Z] === RUN TestEffectiveLen/5/ [2022-03-25T14:35:41.710Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-25T14:35:41.710Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-25T14:35:41.710Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-25T14:35:41.710Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-25T14:35:41.710Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-25T14:35:41.710Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-25T14:35:41.710Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-25T14:35:41.710Z] === RUN TestFindValidSplit [2022-03-25T14:35:41.710Z] === RUN TestFindValidSplit/0/ [2022-03-25T14:35:41.710Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:35:41.710Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:35:41.710Z] === RUN TestFindValidSplit/1/Hello [2022-03-25T14:35:41.710Z] cloudwatchlogs_test.go:1076: Hello [2022-03-25T14:35:41.710Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:35:41.710Z] === RUN TestFindValidSplit/2/Hello [2022-03-25T14:35:41.710Z] cloudwatchlogs_test.go:1076: He [2022-03-25T14:35:41.710Z] cloudwatchlogs_test.go:1077: llo [2022-03-25T14:35:41.710Z] === RUN TestFindValidSplit/3/Hello [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1077: Hello [2022-03-25T14:35:41.711Z] === RUN TestFindValidSplit/4/🙃 [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-25T14:35:41.711Z] === RUN TestFindValidSplit/5/🙃 [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:35:41.711Z] === RUN TestFindValidSplit/6/a� [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1076: a [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1077: � [2022-03-25T14:35:41.711Z] === RUN TestFindValidSplit/7/a� [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1076: a� [2022-03-25T14:35:41.711Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestProcessEventEmoji [2022-03-25T14:35:41.711Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestCollectBatchLineSplit [2022-03-25T14:35:41.711Z] --- PASS: TestCollectBatchLineSplit (0.02s) [2022-03-25T14:35:41.711Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-25T14:35:41.711Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestCollectBatchMaxEvents [2022-03-25T14:35:41.711Z] --- PASS: TestCollectBatchMaxEvents (0.05s) [2022-03-25T14:35:41.711Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-25T14:35:41.711Z] --- PASS: TestCollectBatchMaxTotalBytes (0.04s) [2022-03-25T14:35:41.711Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-25T14:35:41.711Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-25T14:35:41.711Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-25T14:35:41.711Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.12s) [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-25T14:35:41.711Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsFormat [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-25T14:35:41.711Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-25T14:35:41.711Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestCreateTagSuccess [2022-03-25T14:35:41.711Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-25T14:35:41.711Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-25T14:35:41.711Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-25T14:35:41.711Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-25T14:35:41.711Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-25T14:35:41.711Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-25T14:35:41.711Z] PASS [2022-03-25T14:35:41.711Z] coverage: 80.2% of statements [2022-03-25T14:35:41.711Z] ok github.com/docker/docker/daemon/logger/awslogs 0.613s coverage: 80.2% of statements [2022-03-25T14:35:42.179Z] === RUN TestAdapterReadLogs [2022-03-25T14:35:42.179Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-25T14:35:42.179Z] === RUN TestCopier [2022-03-25T14:35:42.179Z] --- PASS: TestCopier (0.00s) [2022-03-25T14:35:42.179Z] === RUN TestCopierLongLines [2022-03-25T14:35:42.179Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-25T14:35:42.179Z] === RUN TestCopierSlow [2022-03-25T14:35:42.179Z] --- PASS: TestCopierSlow (0.21s) [2022-03-25T14:35:42.179Z] === RUN TestCopierWithSized [2022-03-25T14:35:42.179Z] === RUN TestCopierWithSized/as_is [2022-03-25T14:35:42.179Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-25T14:35:42.179Z] --- PASS: TestCopierWithSized (0.03s) [2022-03-25T14:35:42.179Z] --- PASS: TestCopierWithSized/as_is (0.02s) [2022-03-25T14:35:42.179Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-25T14:35:42.179Z] === RUN TestCopierWithPartial [2022-03-25T14:35:42.179Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-25T14:35:42.179Z] === RUN TestRingLogger [2022-03-25T14:35:42.180Z] --- PASS: TestRingLogger (0.00s) [2022-03-25T14:35:42.180Z] === RUN TestRingCap [2022-03-25T14:35:42.180Z] --- PASS: TestRingCap (0.00s) [2022-03-25T14:35:42.180Z] === RUN TestRingClose [2022-03-25T14:35:42.180Z] --- PASS: TestRingClose (0.00s) [2022-03-25T14:35:42.180Z] === RUN TestRingDrain [2022-03-25T14:35:42.180Z] --- PASS: TestRingDrain (0.00s) [2022-03-25T14:35:42.180Z] PASS [2022-03-25T14:35:42.180Z] coverage: 43.2% of statements [2022-03-25T14:35:42.180Z] ok github.com/docker/docker/daemon/logger 0.426s coverage: 43.2% of statements [2022-03-25T14:35:42.221Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-25T14:35:42.221Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.62s) [2022-03-25T14:35:42.221Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s) [2022-03-25T14:35:42.221Z] === CONT TestDaemonRestartIpcMode [2022-03-25T14:35:42.221Z] === CONT TestIpcModeOlderClient [2022-03-25T14:35:42.221Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-25T14:35:42.221Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-25T14:35:42.442Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s) [2022-03-25T14:35:42.442Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-25T14:35:42.649Z] === RUN TestSearchRegistryForImagesErrors [2022-03-25T14:35:42.649Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-25T14:35:42.649Z] === RUN TestSearchRegistryForImages [2022-03-25T14:35:42.649Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-25T14:35:42.649Z] === RUN TestOnlyPlatformWithFallback [2022-03-25T14:35:42.649Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-25T14:35:42.649Z] === RUN TestImageDelete [2022-03-25T14:35:42.649Z] === RUN TestImageDelete/no_lease [2022-03-25T14:35:42.649Z] === RUN TestImageDelete/lease_exists [2022-03-25T14:35:42.649Z] --- PASS: TestImageDelete (0.05s) [2022-03-25T14:35:42.649Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-25T14:35:42.649Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-25T14:35:42.649Z] === RUN TestContentStoreForPull [2022-03-25T14:35:42.731Z] --- PASS: TestPidHost (1.01s) [2022-03-25T14:35:42.731Z] === RUN TestPsFilter [2022-03-25T14:35:42.731Z] --- PASS: TestPsFilter (0.13s) [2022-03-25T14:35:42.731Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-25T14:35:42.990Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-03-25T14:35:42.990Z] === RUN TestRemoveContainerWithVolume [2022-03-25T14:35:43.117Z] === RUN TestValidateLogOptReconnectInterval [2022-03-25T14:35:43.117Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-25T14:35:43.117Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-25T14:35:43.117Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-25T14:35:43.117Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-25T14:35:43.117Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-25T14:35:43.117Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-25T14:35:43.117Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-25T14:35:43.117Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-25T14:35:43.117Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-25T14:35:43.117Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-25T14:35:43.117Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-25T14:35:43.117Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-25T14:35:43.117Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-25T14:35:43.117Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-25T14:35:43.117Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-25T14:35:43.117Z] PASS [2022-03-25T14:35:43.117Z] coverage: 33.6% of statements [2022-03-25T14:35:43.117Z] ok github.com/docker/docker/daemon/logger/fluentd 0.091s coverage: 33.6% of statements [2022-03-25T14:35:43.117Z] --- PASS: TestContentStoreForPull (0.27s) [2022-03-25T14:35:43.117Z] PASS [2022-03-25T14:35:43.117Z] coverage: 6.6% of statements [2022-03-25T14:35:43.117Z] ok github.com/docker/docker/daemon/images 0.571s coverage: 6.6% of statements [2022-03-25T14:35:43.117Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-25T14:35:43.117Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-25T14:35:43.117Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-25T14:35:43.117Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-25T14:35:43.117Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-25T14:35:43.117Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-25T14:35:43.555Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2022-03-25T14:35:43.555Z] === RUN TestRemoveContainerRunning [2022-03-25T14:35:43.587Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-25T14:35:43.587Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-25T14:35:43.587Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-25T14:35:43.762Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-25T14:35:43.813Z] --- PASS: TestRemoveContainerRunning (0.46s) [2022-03-25T14:35:43.813Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-25T14:35:43.815Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.08s) [2022-03-25T14:35:43.815Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-25T14:35:44.019Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:44.058Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.28s) [2022-03-25T14:35:44.058Z] === RUN TestFastTimeMarshalJSON [2022-03-25T14:35:44.058Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2022-03-25T14:35:44.058Z] PASS [2022-03-25T14:35:44.059Z] coverage: 87.2% of statements [2022-03-25T14:35:44.059Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.357s coverage: 87.2% of statements [2022-03-25T14:35:44.381Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-03-25T14:35:44.381Z] === RUN TestRemoveInvalidContainer [2022-03-25T14:35:44.381Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-25T14:35:44.381Z] === RUN TestRenameLinkedContainer [2022-03-25T14:35:44.526Z] === RUN TestJSONFileLogger [2022-03-25T14:35:44.526Z] --- PASS: TestJSONFileLogger (0.01s) [2022-03-25T14:35:44.526Z] === RUN TestJSONFileLoggerWithTags [2022-03-25T14:35:44.526Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-25T14:35:44.526Z] === RUN TestJSONFileLoggerWithOpts [2022-03-25T14:35:44.526Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-03-25T14:35:44.526Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-25T14:35:44.526Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-03-25T14:35:44.526Z] === RUN TestEncodeDecode [2022-03-25T14:35:44.526Z] === PAUSE TestEncodeDecode [2022-03-25T14:35:44.526Z] === RUN TestUnexpectedEOF [2022-03-25T14:35:44.526Z] time="2022-03-25T14:35:44Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-25T14:35:44.526Z] time="2022-03-25T14:35:44Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-25T14:35:44.526Z] --- PASS: TestUnexpectedEOF (0.24s) [2022-03-25T14:35:44.526Z] === CONT TestEncodeDecode [2022-03-25T14:35:44.526Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-25T14:35:44.526Z] PASS [2022-03-25T14:35:44.526Z] coverage: 69.9% of statements [2022-03-25T14:35:44.526Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.480s coverage: 69.9% of statements [2022-03-25T14:35:44.748Z] --- PASS: TestCgroupNamespacesRunHostMode (1.08s) [2022-03-25T14:35:44.748Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-25T14:35:44.752Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.43s) [2022-03-25T14:35:44.752Z] --- PASS: TestDaemonRestartIpcMode (2.67s) [2022-03-25T14:35:44.752Z] PASS [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === Skipped [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-25T14:35:44.752Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-25T14:35:44.752Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-25T14:35:44.752Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-25T14:35:44.752Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-25T14:35:44.752Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-25T14:35:44.752Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-25T14:35:44.752Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-25T14:35:44.752Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-25T14:35:44.752Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-25T14:35:44.752Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-25T14:35:44.752Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-25T14:35:44.752Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-25T14:35:44.752Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-03-25T14:35:44.752Z] 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-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-25T14:35:44.752Z] 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-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-25T14:35:44.752Z] 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-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-25T14:35:44.752Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-25T14:35:44.752Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.03s) [2022-03-25T14:35:44.752Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:35:44.752Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-03-25T14:35:44.752Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-25T14:35:44.752Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-25T14:35:44.752Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-25T14:35:44.752Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-25T14:35:44.752Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-25T14:35:44.752Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-25T14:35:44.752Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-25T14:35:44.752Z] [2022-03-25T14:35:44.752Z] DONE 178 tests, 27 skipped in 71.376s [2022-03-25T14:35:44.752Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-25T14:35:44.946Z] check_test.go:308: [d0b503e586ae6] daemon is not started [2022-03-25T14:35:44.946Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-25T14:35:45.012Z] === RUN TestConfigDaemonLibtrustID [2022-03-25T14:35:45.578Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-03-25T14:35:45.578Z] === RUN TestDaemonConfigValidation [2022-03-25T14:35:45.578Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:35:45.578Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:35:45.578Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-25T14:35:45.578Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-25T14:35:45.578Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-25T14:35:45.578Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-25T14:35:45.578Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-25T14:35:45.579Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-25T14:35:45.579Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-25T14:35:45.579Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-25T14:35:45.579Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:35:45.579Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-25T14:35:45.579Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-25T14:35:45.579Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-25T14:35:45.682Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s) [2022-03-25T14:35:45.682Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-25T14:35:45.837Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-25T14:35:45.837Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-25T14:35:45.837Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.11s) [2022-03-25T14:35:45.837Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.11s) [2022-03-25T14:35:45.837Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-03-25T14:35:45.837Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-25T14:35:45.837Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-25T14:35:45.837Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-25T14:35:45.837Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-25T14:35:46.100Z] === RUN TestWriteLog [2022-03-25T14:35:46.100Z] === PAUSE TestWriteLog [2022-03-25T14:35:46.100Z] === RUN TestReadLog [2022-03-25T14:35:46.100Z] === PAUSE TestReadLog [2022-03-25T14:35:46.100Z] === RUN TestDecode [2022-03-25T14:35:46.100Z] --- PASS: TestDecode (0.03s) [2022-03-25T14:35:46.100Z] === CONT TestWriteLog [2022-03-25T14:35:46.100Z] === CONT TestReadLog [2022-03-25T14:35:46.100Z] === RUN TestReadLog/tail_exact [2022-03-25T14:35:46.100Z] --- PASS: TestWriteLog (0.05s) [2022-03-25T14:35:46.100Z] === RUN TestReadLog/tail_less_than_available [2022-03-25T14:35:46.100Z] === RUN TestReadLog/tail_more_than_available [2022-03-25T14:35:46.100Z] --- PASS: TestReadLog (0.42s) [2022-03-25T14:35:46.100Z] --- PASS: TestReadLog/tail_exact (0.26s) [2022-03-25T14:35:46.100Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-25T14:35:46.100Z] --- PASS: TestReadLog/tail_more_than_available (0.13s) [2022-03-25T14:35:46.100Z] PASS [2022-03-25T14:35:46.100Z] coverage: 78.7% of statements [2022-03-25T14:35:46.100Z] ok github.com/docker/docker/daemon/logger/local 0.540s coverage: 78.7% of statements [2022-03-25T14:35:46.100Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-25T14:35:46.100Z] === RUN TestOpenFileDelete [2022-03-25T14:35:46.100Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-25T14:35:46.100Z] === RUN TestOpenFileRename [2022-03-25T14:35:46.100Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-25T14:35:46.100Z] === RUN TestHandleDecoderErr [2022-03-25T14:35:46.100Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-25T14:35:46.100Z] === RUN TestParseLogTagDefaultTag [2022-03-25T14:35:46.100Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-25T14:35:46.100Z] === RUN TestParseLogTag [2022-03-25T14:35:46.100Z] --- PASS: TestParseLogTag (0.00s) [2022-03-25T14:35:46.100Z] === RUN TestParseLogTagEmptyTag [2022-03-25T14:35:46.100Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-25T14:35:46.100Z] === RUN TestTailFiles [2022-03-25T14:35:46.100Z] --- PASS: TestTailFiles (0.00s) [2022-03-25T14:35:46.100Z] === RUN TestFollowLogsConsumerGone [2022-03-25T14:35:46.100Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-25T14:35:46.100Z] === RUN TestFollowLogsProducerGone [2022-03-25T14:35:46.100Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-25T14:35:46.100Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-25T14:35:46.100Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-25T14:35:46.100Z] === RUN TestCheckCapacityAndRotate [2022-03-25T14:35:46.100Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-25T14:35:46.100Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-25T14:35:46.100Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2022-03-25T14:35:46.100Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-25T14:35:46.100Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-03-25T14:35:46.100Z] PASS [2022-03-25T14:35:46.100Z] coverage: 53.5% of statements [2022-03-25T14:35:46.100Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.160s coverage: 53.5% of statements [2022-03-25T14:35:46.300Z] --- PASS: TestRenameLinkedContainer (1.80s) [2022-03-25T14:35:46.300Z] === RUN TestRenameStoppedContainer [2022-03-25T14:35:46.559Z] --- PASS: TestRenameStoppedContainer (0.44s) [2022-03-25T14:35:46.559Z] === RUN TestRenameRunningContainerAndReuse [2022-03-25T14:35:46.573Z] === RUN TestLog [2022-03-25T14:35:46.573Z] --- PASS: TestLog (0.04s) [2022-03-25T14:35:46.573Z] PASS [2022-03-25T14:35:46.573Z] coverage: 31.5% of statements [2022-03-25T14:35:46.573Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.116s coverage: 31.5% of statements [2022-03-25T14:35:46.663Z] === RUN TestMiddlewares [2022-03-25T14:35:46.663Z] --- PASS: TestMiddlewares (0.00s) [2022-03-25T14:35:46.663Z] PASS [2022-03-25T14:35:46.663Z] coverage: 7.9% of statements [2022-03-25T14:35:46.663Z] ok github.com/docker/docker/api/server 0.070s coverage: 7.9% of statements [2022-03-25T14:35:46.773Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-25T14:35:47.056Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.05s) [2022-03-25T14:35:47.056Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-25T14:35:47.315Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-03-25T14:35:47.315Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-25T14:35:47.465Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-25T14:35:47.493Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s) [2022-03-25T14:35:47.493Z] === RUN TestRenameInvalidName [2022-03-25T14:35:47.564Z] === RUN TestNewParse [2022-03-25T14:35:47.564Z] --- PASS: TestNewParse (0.00s) [2022-03-25T14:35:47.564Z] PASS [2022-03-25T14:35:47.564Z] coverage: 8.3% of statements [2022-03-25T14:35:47.564Z] ok github.com/docker/docker/daemon/logger/templates 0.109s coverage: 8.3% of statements [2022-03-25T14:35:47.564Z] === RUN TestValidateLogOpt [2022-03-25T14:35:47.564Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-25T14:35:47.564Z] === RUN TestNewMissedConfig [2022-03-25T14:35:47.564Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-25T14:35:47.564Z] === RUN TestNewMissedUrl [2022-03-25T14:35:47.564Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-25T14:35:47.564Z] === RUN TestNewMissedToken [2022-03-25T14:35:47.564Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-25T14:35:47.564Z] === RUN TestNewWithProxy [2022-03-25T14:35:47.564Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-25T14:35:47.564Z] === RUN TestDefault [2022-03-25T14:35:47.564Z] --- PASS: TestDefault (0.01s) [2022-03-25T14:35:47.564Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-25T14:35:47.564Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-25T14:35:47.564Z] === RUN TestJsonFormat [2022-03-25T14:35:47.564Z] --- PASS: TestJsonFormat (0.03s) [2022-03-25T14:35:47.564Z] === RUN TestRawFormat [2022-03-25T14:35:48.032Z] --- PASS: TestRawFormat (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestRawFormatWithLabels [2022-03-25T14:35:48.032Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestRawFormatWithoutTag [2022-03-25T14:35:48.032Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestBatching [2022-03-25T14:35:48.032Z] === RUN TestParseLogFormat [2022-03-25T14:35:48.032Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestValidateLogOptEmpty [2022-03-25T14:35:48.032Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestValidateSyslogAddress [2022-03-25T14:35:48.032Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestParseAddressDefaultPort [2022-03-25T14:35:48.032Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestValidateSyslogFacility [2022-03-25T14:35:48.032Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestValidateLogOptSyslogFormat [2022-03-25T14:35:48.032Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-25T14:35:48.032Z] === RUN TestValidateLogOpt [2022-03-25T14:35:48.032Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-25T14:35:48.032Z] PASS [2022-03-25T14:35:48.032Z] coverage: 46.8% of statements [2022-03-25T14:35:48.032Z] ok github.com/docker/docker/daemon/logger/syslog 0.072s coverage: 46.8% of statements [2022-03-25T14:35:48.032Z] --- PASS: TestBatching (0.43s) [2022-03-25T14:35:48.032Z] === RUN TestFrequency [2022-03-25T14:35:48.060Z] --- PASS: TestRenameInvalidName (0.44s) [2022-03-25T14:35:48.060Z] === RUN TestRenameAnonymousContainer [2022-03-25T14:35:48.147Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-25T14:35:48.501Z] --- PASS: TestFrequency (0.29s) [2022-03-25T14:35:48.501Z] === RUN TestOneMessagePerRequest [2022-03-25T14:35:48.501Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-25T14:35:48.501Z] === RUN TestVerify [2022-03-25T14:35:48.501Z] --- PASS: TestVerify (0.00s) [2022-03-25T14:35:48.501Z] === RUN TestSkipVerify [2022-03-25T14:35:48.703Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2022-03-25T14:35:48.703Z] === RUN TestNISDomainname [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.13s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.25s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.84s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.51s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.96s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.40s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.16s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.23s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.47s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.32s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.46s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.44s) [2022-03-25T14:35:48.834Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.74s) [2022-03-25T14:35:48.834Z] === RUN TestCgroupNamespacesRun [2022-03-25T14:35:48.961Z] --- PASS: TestNISDomainname (0.45s) [2022-03-25T14:35:48.961Z] === RUN TestHostnameDnsResolution [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] --- PASS: TestSkipVerify (0.51s) [2022-03-25T14:35:48.977Z] === RUN TestBufferMaximum [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648218948.724332\",\"host\":\"2a969a5601be\"}'" [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648218948.724332\",\"host\":\"2a969a5601be\"}'" [2022-03-25T14:35:48.977Z] --- PASS: TestBufferMaximum (0.01s) [2022-03-25T14:35:48.977Z] === RUN TestServerAlwaysDown [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648218948.728565\",\"host\":\"2a969a5601be\"}'" [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648218948.728565\",\"host\":\"2a969a5601be\"}'" [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648218948.728565\",\"host\":\"2a969a5601be\"}'" [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648218948.729565\",\"host\":\"2a969a5601be\"}'" [2022-03-25T14:35:48.977Z] time="2022-03-25T14:35:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648218948.729565\",\"host\":\"2a969a5601be\"}'" [2022-03-25T14:35:48.977Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-25T14:35:48.977Z] === RUN TestCannotSendAfterClose [2022-03-25T14:35:48.977Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-25T14:35:48.977Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-25T14:35:49.082Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-25T14:35:49.082Z] daemon_test.go:156: [d80ef4b8c6bea] daemon is not started [2022-03-25T14:35:49.082Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s) [2022-03-25T14:35:49.082Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s) [2022-03-25T14:35:49.082Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-03-25T14:35:49.082Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-25T14:35:49.082Z] === RUN TestDaemonProxy [2022-03-25T14:35:49.082Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-25T14:35:49.082Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-25T14:35:49.082Z] PASS [2022-03-25T14:35:49.082Z] [2022-03-25T14:35:49.082Z] === Skipped [2022-03-25T14:35:49.082Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-25T14:35:49.082Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-25T14:35:49.082Z] [2022-03-25T14:35:49.082Z] DONE 12 tests, 1 skipped in 4.228s [2022-03-25T14:35:49.082Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-25T14:35:49.340Z] INFO: Testing against a local daemon [2022-03-25T14:35:49.340Z] === RUN TestCommitInheritsEnv [2022-03-25T14:35:49.436Z] --- PASS: TestRenameAnonymousContainer (1.54s) [2022-03-25T14:35:49.436Z] === RUN TestRenameContainerWithSameName [2022-03-25T14:35:49.445Z] === RUN TestV1IDService [2022-03-25T14:35:49.445Z] --- PASS: TestV1IDService (0.02s) [2022-03-25T14:35:49.445Z] === RUN TestV2MetadataService [2022-03-25T14:35:49.526Z] --- PASS: TestHostnameDnsResolution (0.61s) [2022-03-25T14:35:49.526Z] === RUN TestUnprivilegedPortsAndPing [2022-03-25T14:35:49.914Z] time="2022-03-25T14:35:49Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49210/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-25T14:35:49.914Z] time="2022-03-25T14:35:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2a969a5601be\"}'" [2022-03-25T14:35:49.914Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-03-25T14:35:49.914Z] PASS [2022-03-25T14:35:49.914Z] coverage: 82.5% of statements [2022-03-25T14:35:49.914Z] ok github.com/docker/docker/daemon/logger/splunk 2.374s coverage: 82.5% of statements [2022-03-25T14:35:49.914Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-25T14:35:49.914Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-25T14:35:49.914Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-25T14:35:50.001Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-03-25T14:35:50.001Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-25T14:35:50.093Z] --- PASS: TestUnprivilegedPortsAndPing (0.46s) [2022-03-25T14:35:50.094Z] === RUN TestPrivilegedHostDevices [2022-03-25T14:35:50.660Z] --- PASS: TestPrivilegedHostDevices (0.47s) [2022-03-25T14:35:50.660Z] === RUN TestStats [2022-03-25T14:35:50.903Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-25T14:35:50.903Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-25T14:35:50.903Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-25T14:35:50.903Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-25T14:35:50.903Z] === RUN TestContinueOnError_NeverContinue [2022-03-25T14:35:50.903Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-25T14:35:50.903Z] === RUN TestManifestStore [2022-03-25T14:35:50.903Z] === RUN TestManifestStore/no_remote_or_local [2022-03-25T14:35:50.903Z] === RUN TestSuccessfulDownload [2022-03-25T14:35:50.903Z] download_test.go:267: Needs fixing on Windows [2022-03-25T14:35:50.903Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-25T14:35:50.903Z] === RUN TestCancelledDownload [2022-03-25T14:35:50.903Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-25T14:35:50.903Z] === RUN TestMaxDownloadAttempts [2022-03-25T14:35:50.903Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:35:50.903Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:35:50.903Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:35:50.903Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:35:50.903Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:35:50.903Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:35:50.903Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:35:50.903Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:35:50.903Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:35:50.903Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:35:50.903Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:35:50.903Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:35:50.903Z] time="2022-03-25T14:35:50Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local255239938\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-25T14:35:50.903Z] === RUN TestManifestStore/no_local_cache [2022-03-25T14:35:50.903Z] === RUN TestManifestStore/with_local_cache [2022-03-25T14:35:50.903Z] === RUN TestManifestStore/unknown_media_type [2022-03-25T14:35:50.903Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-25T14:35:50.903Z] time="2022-03-25T14:35:50Z" level=warning msg="reference for unknown type: " [2022-03-25T14:35:50.903Z] time="2022-03-25T14:35:50Z" level=warning msg="reference for unknown type: " [2022-03-25T14:35:50.903Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-25T14:35:50.903Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-25T14:35:50.935Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-03-25T14:35:50.935Z] === RUN TestResize [2022-03-25T14:35:51.194Z] --- PASS: TestResize (0.42s) [2022-03-25T14:35:51.194Z] === RUN TestResizeWithInvalidSize [2022-03-25T14:35:51.239Z] --- PASS: TestCommitInheritsEnv (1.91s) [2022-03-25T14:35:51.239Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-25T14:35:51.239Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-25T14:35:51.239Z] === RUN TestImportWithCustomPlatform [2022-03-25T14:35:51.239Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-25T14:35:51.239Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-25T14:35:51.239Z] === RUN TestImportWithCustomPlatform// [2022-03-25T14:35:51.239Z] === RUN TestImportWithCustomPlatform/linux [2022-03-25T14:35:51.239Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-25T14:35:51.356Z] --- PASS: TestCgroupNamespacesRun (2.07s) [2022-03-25T14:35:51.356Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-25T14:35:51.373Z] time="2022-03-25T14:35:50Z" level=warning msg="reference for unknown type: " [2022-03-25T14:35:51.373Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-25T14:35:51.373Z] time="2022-03-25T14:35:50Z" level=warning msg="reference for unknown type: " [2022-03-25T14:35:51.373Z] time="2022-03-25T14:35:50Z" level=warning msg="reference for unknown type: " [2022-03-25T14:35:51.373Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-25T14:35:51.373Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-25T14:35:51.373Z] --- PASS: TestV2MetadataService (1.61s) [2022-03-25T14:35:51.373Z] PASS [2022-03-25T14:35:51.373Z] coverage: 48.2% of statements [2022-03-25T14:35:51.373Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-25T14:35:51.373Z] ok github.com/docker/docker/distribution/metadata 1.738s coverage: 48.2% of statements [2022-03-25T14:35:51.373Z] time="2022-03-25T14:35:50Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore (0.48s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/no_remote_or_local (0.29s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/error_persisting_manifest (0.05s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-25T14:35:51.373Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.04s) [2022-03-25T14:35:51.373Z] === RUN TestDetectManifestBlobMediaType [2022-03-25T14:35:51.373Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-25T14:35:51.373Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-25T14:35:51.373Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-25T14:35:51.373Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-25T14:35:51.373Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-25T14:35:51.373Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-25T14:35:51.374Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-25T14:35:51.374Z] === RUN TestFixManifestLayers [2022-03-25T14:35:51.374Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-25T14:35:51.374Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-25T14:35:51.374Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-25T14:35:51.374Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-25T14:35:51.374Z] === RUN TestFixManifestLayersBadParent [2022-03-25T14:35:51.374Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-25T14:35:51.374Z] === RUN TestValidateManifest [2022-03-25T14:35:51.374Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-25T14:35:51.374Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-25T14:35:51.374Z] === RUN TestFormatPlatform [2022-03-25T14:35:51.374Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-25T14:35:51.374Z] === RUN TestPullSchema2Config [2022-03-25T14:35:51.374Z] === RUN TestPullSchema2Config/success_first_time [2022-03-25T14:35:51.374Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:35:51.374Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:35:51.374Z] === RUN TestPullSchema2Config/500_status [2022-03-25T14:35:51.374Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:35:51.374Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:35:51.374Z] time="2022-03-25T14:35:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:35:51.374Z] time="2022-03-25T14:35:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:35:51.374Z] time="2022-03-25T14:35:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:35:51.374Z] time="2022-03-25T14:35:50Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:35:51.374Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-25T14:35:51.374Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.50s) [2022-03-25T14:35:51.374Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.50s) [2022-03-25T14:35:51.374Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.50s) [2022-03-25T14:35:51.374Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.50s) [2022-03-25T14:35:51.374Z] === RUN TestTransfer [2022-03-25T14:35:51.374Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:35:51.374Z] === RUN TestPullSchema2Config/EOF [2022-03-25T14:35:51.374Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:35:51.374Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:35:51.374Z] 2022/03/25 14:35:51 http: panic serving 127.0.0.1:49223: intentional panic [2022-03-25T14:35:51.374Z] goroutine 87 [running]: [2022-03-25T14:35:51.374Z] net/http.(*conn).serve.func1() [2022-03-25T14:35:51.374Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-25T14:35:51.374Z] panic({0xad9000, 0xcbb8b0}) [2022-03-25T14:35:51.374Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-25T14:35:51.374Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00032a340?, {0xcc3098?, 0xc00034c000?}) [2022-03-25T14:35:51.374Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-25T14:35:51.374Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xcc3098, 0xc00034c000}, 0xc000334100) [2022-03-25T14:35:51.374Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-03-25T14:35:51.374Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xcc3098?, 0xc00034c000?}, 0xc00005ac00?) [2022-03-25T14:35:51.374Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-25T14:35:51.374Z] net/http.serverHandler.ServeHTTP({0xc000326090?}, {0xcc3098, 0xc00034c000}, 0xc000334100) [2022-03-25T14:35:51.374Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-25T14:35:51.374Z] net/http.(*conn).serve(0xc00043c0a0, {0xcc3910, 0xc000326960}) [2022-03-25T14:35:51.374Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-25T14:35:51.374Z] created by net/http.(*Server).Serve [2022-03-25T14:35:51.374Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-25T14:35:51.374Z] --- PASS: TestTransfer (0.12s) [2022-03-25T14:35:51.374Z] === RUN TestConcurrencyLimit [2022-03-25T14:35:51.497Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-25T14:35:51.497Z] === RUN TestImportWithCustomPlatform/macos [2022-03-25T14:35:51.497Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-25T14:35:51.497Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.01s) [2022-03-25T14:35:51.497Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-25T14:35:51.497Z] === RUN TestImagesFilterMultiReference [2022-03-25T14:35:51.497Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-03-25T14:35:51.497Z] === RUN TestImagePullPlatformInvalid [2022-03-25T14:35:51.497Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-25T14:35:51.497Z] === RUN TestRemoveImageOrphaning [2022-03-25T14:35:51.761Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-03-25T14:35:51.761Z] === RUN TestResizeWhenContainerNotStarted [2022-03-25T14:35:51.843Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:35:51.843Z] === RUN TestPullSchema2Config/unauthorized [2022-03-25T14:35:51.843Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:35:51.843Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:35:51.843Z] --- PASS: TestPullSchema2Config (0.56s) [2022-03-25T14:35:51.843Z] --- PASS: TestPullSchema2Config/success_first_time (0.02s) [2022-03-25T14:35:51.843Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-25T14:35:51.843Z] --- PASS: TestPullSchema2Config/EOF (0.28s) [2022-03-25T14:35:51.843Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestGetRepositoryMountCandidates [2022-03-25T14:35:51.843Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestLayerAlreadyExists [2022-03-25T14:35:51.843Z] 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-25T14:35:51.843Z] 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-25T14:35:51.843Z] 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-25T14:35:51.843Z] 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-25T14:35:51.843Z] 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-25T14:35:51.843Z] 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-25T14:35:51.843Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestWhenEmptyAuthConfig [2022-03-25T14:35:51.843Z] --- PASS: TestConcurrencyLimit (0.38s) [2022-03-25T14:35:51.843Z] === RUN TestInactiveJobs [2022-03-25T14:35:51.843Z] === RUN TestNotFound [2022-03-25T14:35:51.843Z] --- PASS: TestNotFound (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestConflict [2022-03-25T14:35:51.843Z] --- PASS: TestConflict (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestForbidden [2022-03-25T14:35:51.843Z] --- PASS: TestForbidden (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestInvalidParameter [2022-03-25T14:35:51.843Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestNotImplemented [2022-03-25T14:35:51.843Z] --- PASS: TestNotImplemented (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestNotModified [2022-03-25T14:35:51.843Z] --- PASS: TestNotModified (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestUnauthorized [2022-03-25T14:35:51.843Z] --- PASS: TestUnauthorized (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestUnknown [2022-03-25T14:35:51.843Z] --- PASS: TestUnknown (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestCancelled [2022-03-25T14:35:51.843Z] --- PASS: TestCancelled (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestDeadline [2022-03-25T14:35:51.843Z] --- PASS: TestDeadline (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestDataLoss [2022-03-25T14:35:51.843Z] --- PASS: TestDataLoss (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestUnavailable [2022-03-25T14:35:51.843Z] --- PASS: TestUnavailable (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestSystem [2022-03-25T14:35:51.843Z] --- PASS: TestSystem (0.00s) [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Not_Found [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Bad_Request [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Conflict [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Unauthorized [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Forbidden [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Not_Modified [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-25T14:35:51.843Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-25T14:35:51.843Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-25T14:35:51.843Z] PASS [2022-03-25T14:35:51.843Z] coverage: 77.0% of statements [2022-03-25T14:35:51.843Z] ok github.com/docker/docker/errdefs 0.055s coverage: 77.0% of statements [2022-03-25T14:35:52.020Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:52.020Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:52.020Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:52.020Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-25T14:35:52.020Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:52.319Z] --- PASS: TestInactiveJobs (0.36s) [2022-03-25T14:35:52.319Z] === RUN TestWatchRelease [2022-03-25T14:35:52.319Z] --- PASS: TestWatchRelease (0.04s) [2022-03-25T14:35:52.319Z] === RUN TestWatchFinishedTransfer [2022-03-25T14:35:52.319Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-25T14:35:52.319Z] === RUN TestDuplicateTransfer [2022-03-25T14:35:52.319Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-25T14:35:52.319Z] === RUN TestSuccessfulUpload [2022-03-25T14:35:52.723Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s) [2022-03-25T14:35:52.723Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-25T14:35:52.791Z] time="2022-03-25T14:35:52Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-25T14:35:52.791Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-03-25T14:35:52.791Z] === RUN TestCancelledUpload [2022-03-25T14:35:52.791Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-25T14:35:52.791Z] PASS [2022-03-25T14:35:52.791Z] coverage: 77.3% of statements [2022-03-25T14:35:52.792Z] ok github.com/docker/docker/distribution/xfer 1.946s coverage: 77.3% of statements [2022-03-25T14:35:53.189Z] --- PASS: TestStats (2.41s) [2022-03-25T14:35:53.189Z] === RUN TestStopContainerWithTimeout [2022-03-25T14:35:53.189Z] === RUN TestStopContainerWithTimeout/0 [2022-03-25T14:35:53.189Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-25T14:35:53.189Z] === RUN TestStopContainerWithTimeout/1 [2022-03-25T14:35:53.189Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-25T14:35:53.189Z] === RUN TestStopContainerWithTimeout/3 [2022-03-25T14:35:53.189Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-25T14:35:53.189Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-25T14:35:53.189Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-25T14:35:53.189Z] === CONT TestStopContainerWithTimeout/0 [2022-03-25T14:35:53.189Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-25T14:35:53.399Z] --- PASS: TestRemoveImageOrphaning (1.61s) [2022-03-25T14:35:53.399Z] === RUN TestRemoveImageGarbageCollector [2022-03-25T14:35:53.399Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-25T14:35:53.399Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-25T14:35:53.399Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-25T14:35:53.399Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-25T14:35:53.399Z] === RUN TestTagInvalidReference [2022-03-25T14:35:53.399Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-25T14:35:53.399Z] === RUN TestTagValidPrefixedRepo [2022-03-25T14:35:53.399Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-25T14:35:53.399Z] === RUN TestTagExistedNameWithoutForce [2022-03-25T14:35:53.399Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-25T14:35:53.399Z] === RUN TestTagOfficialNames [2022-03-25T14:35:53.399Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-25T14:35:53.399Z] === RUN TestTagMatchesDigest [2022-03-25T14:35:53.399Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-25T14:35:53.399Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-25T14:35:53.447Z] === CONT TestStopContainerWithTimeout/3 [2022-03-25T14:35:53.781Z] --- PASS: TestWhenEmptyAuthConfig (2.08s) [2022-03-25T14:35:53.781Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-25T14:35:53.781Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-25T14:35:53.781Z] === RUN TestTokenPassThru [2022-03-25T14:35:53.781Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-25T14:35:53.781Z] === RUN TestTokenPassThruDifferentHost [2022-03-25T14:35:53.781Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-25T14:35:53.781Z] PASS [2022-03-25T14:35:53.781Z] coverage: 26.7% of statements [2022-03-25T14:35:53.781Z] ok github.com/docker/docker/distribution 3.266s coverage: 26.7% of statements [2022-03-25T14:35:53.922Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:54.249Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-25T14:35:54.249Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-25T14:35:54.720Z] === RUN TestCompare [2022-03-25T14:35:54.720Z] --- PASS: TestCompare (0.00s) [2022-03-25T14:35:54.720Z] PASS [2022-03-25T14:35:54.720Z] coverage: 19.2% of statements [2022-03-25T14:35:54.720Z] ok github.com/docker/docker/image/cache 0.197s coverage: 19.2% of statements [2022-03-25T14:35:54.720Z] === RUN TestFSGetInvalidData [2022-03-25T14:35:54.720Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-25T14:35:54.720Z] === RUN TestFSInvalidSet [2022-03-25T14:35:54.720Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-25T14:35:54.720Z] === RUN TestFSInvalidRoot [2022-03-25T14:35:54.720Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-25T14:35:54.720Z] === RUN TestFSMetadataGetSet [2022-03-25T14:35:54.720Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-03-25T14:35:54.720Z] === RUN TestFSInvalidWalker [2022-03-25T14:35:54.720Z] --- PASS: TestFSInvalidWalker (0.03s) [2022-03-25T14:35:54.720Z] === RUN TestFSGetSet [2022-03-25T14:35:54.720Z] --- PASS: TestFSGetSet (0.05s) [2022-03-25T14:35:54.720Z] === RUN TestFSGetUnsetKey [2022-03-25T14:35:54.720Z] --- PASS: TestFSGetUnsetKey (0.02s) [2022-03-25T14:35:54.720Z] === RUN TestFSGetEmptyData [2022-03-25T14:35:54.720Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-25T14:35:54.720Z] === RUN TestFSDelete [2022-03-25T14:35:54.720Z] --- PASS: TestFSDelete (0.04s) [2022-03-25T14:35:54.720Z] === RUN TestFSWalker [2022-03-25T14:35:55.202Z] --- PASS: TestFSWalker (0.03s) [2022-03-25T14:35:55.202Z] === RUN TestFSWalkerStopOnError [2022-03-25T14:35:55.202Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-25T14:35:55.202Z] === RUN TestNewFromJSON [2022-03-25T14:35:55.202Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-25T14:35:55.202Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-25T14:35:55.202Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-25T14:35:55.202Z] === RUN TestMarshalKeyOrder [2022-03-25T14:35:55.202Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-25T14:35:55.202Z] === RUN TestHistoryEqual [2022-03-25T14:35:55.202Z] === RUN TestValidateManifest [2022-03-25T14:35:55.202Z] === RUN TestValidateManifest/nil [2022-03-25T14:35:55.202Z] === RUN TestValidateManifest/non-nil [2022-03-25T14:35:55.202Z] --- PASS: TestValidateManifest (0.00s) [2022-03-25T14:35:55.202Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-25T14:35:55.202Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-25T14:35:55.202Z] PASS [2022-03-25T14:35:55.202Z] coverage: 0.7% of statements [2022-03-25T14:35:55.202Z] ok github.com/docker/docker/image/tarexport 0.131s coverage: 0.7% of statements [2022-03-25T14:35:55.202Z] --- PASS: TestHistoryEqual (0.26s) [2022-03-25T14:35:55.202Z] === RUN TestImage [2022-03-25T14:35:55.202Z] --- PASS: TestImage (0.00s) [2022-03-25T14:35:55.202Z] === RUN TestImageOSNotEmpty [2022-03-25T14:35:55.202Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-25T14:35:55.202Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-25T14:35:55.202Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-25T14:35:55.202Z] === RUN TestCreate [2022-03-25T14:35:55.202Z] --- PASS: TestCreate (0.01s) [2022-03-25T14:35:55.202Z] === RUN TestRestore [2022-03-25T14:35:55.202Z] time="2022-03-25T14:35:54Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-25T14:35:55.202Z] --- PASS: TestRestore (0.05s) [2022-03-25T14:35:55.202Z] === RUN TestAddDelete [2022-03-25T14:35:55.202Z] --- PASS: TestAddDelete (0.04s) [2022-03-25T14:35:55.202Z] === RUN TestSearchAfterDelete [2022-03-25T14:35:55.202Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-25T14:35:55.202Z] === RUN TestParentReset [2022-03-25T14:35:55.202Z] --- PASS: TestParentReset (0.05s) [2022-03-25T14:35:55.202Z] === RUN TestGetAndSetLastUpdated [2022-03-25T14:35:55.202Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-03-25T14:35:55.202Z] === RUN TestStoreLen [2022-03-25T14:35:55.245Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-25T14:35:55.245Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.21s) [2022-03-25T14:35:55.245Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-25T14:35:55.296Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:55.671Z] --- PASS: TestStoreLen (0.06s) [2022-03-25T14:35:55.671Z] PASS [2022-03-25T14:35:55.671Z] coverage: 86.9% of statements [2022-03-25T14:35:55.671Z] ok github.com/docker/docker/image 0.910s coverage: 86.9% of statements [2022-03-25T14:35:55.974Z] === CONT TestStopContainerWithTimeout/1 [2022-03-25T14:35:56.143Z] === RUN TestMakeV1ConfigFromConfig [2022-03-25T14:35:56.143Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-25T14:35:56.143Z] PASS [2022-03-25T14:35:56.143Z] coverage: 25.0% of statements [2022-03-25T14:35:56.143Z] ok github.com/docker/docker/image/v1 0.242s coverage: 25.0% of statements [2022-03-25T14:35:56.143Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-25T14:35:56.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-25T14:35:56.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-25T14:35:56.639Z] Removing intermediate container 7ebd32261d87 [2022-03-25T14:35:56.639Z] ---> 3fa56e4b3d89 [2022-03-25T14:35:56.639Z] 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-25T14:35:56.639Z] ---> Running in 2edcd25f48ca [2022-03-25T14:35:56.639Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-25T14:35:56.639Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-25T14:35:56.639Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-25T14:35:56.639Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-25T14:35:56.639Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-25T14:35:56.639Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-25T14:35:56.639Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-25T14:35:56.639Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-25T14:35:56.639Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-25T14:35:56.639Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-25T14:35:56.639Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-25T14:35:56.639Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-25T14:35:56.639Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-25T14:35:56.639Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-25T14:35:56.639Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-25T14:35:56.639Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-25T14:35:56.908Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-25T14:35:56.908Z] --- PASS: TestStopContainerWithTimeout/0 (0.58s) [2022-03-25T14:35:56.908Z] --- PASS: TestStopContainerWithTimeout/-1 (2.59s) [2022-03-25T14:35:56.908Z] --- PASS: TestStopContainerWithTimeout/3 (2.35s) [2022-03-25T14:35:56.908Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2022-03-25T14:35:56.908Z] === RUN TestDeleteDevicemapper [2022-03-25T14:35:56.908Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-25T14:35:56.908Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-25T14:35:56.908Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-25T14:35:57.137Z] --- PASS: TestCgroupNamespacesRunHostMode (2.12s) [2022-03-25T14:35:57.137Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-25T14:35:57.605Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:35:57.605Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-25T14:35:57.706Z] === RUN TestSerialization [2022-03-25T14:35:57.707Z] --- PASS: TestSerialization (0.02s) [2022-03-25T14:35:57.707Z] PASS [2022-03-25T14:35:57.707Z] coverage: 100.0% of statements [2022-03-25T14:35:57.707Z] ok github.com/docker/docker/libcontainerd/queue 0.092s coverage: 100.0% of statements [2022-03-25T14:35:58.282Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.29s) [2022-03-25T14:35:58.282Z] === RUN TestUpdateMemory [2022-03-25T14:35:58.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-25T14:35:58.541Z] --- PASS: TestUpdateMemory (0.45s) [2022-03-25T14:35:58.541Z] === RUN TestUpdateCPUQuota [2022-03-25T14:35:58.704Z] === RUN TestEmptyLayer [2022-03-25T14:35:58.704Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestCommitFailure [2022-03-25T14:35:58.704Z] --- PASS: TestCommitFailure (0.02s) [2022-03-25T14:35:58.704Z] === RUN TestStartTransactionFailure [2022-03-25T14:35:58.704Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-03-25T14:35:58.704Z] === RUN TestGetOrphan [2022-03-25T14:35:58.704Z] --- PASS: TestGetOrphan (0.01s) [2022-03-25T14:35:58.704Z] === RUN TestMountAndRegister [2022-03-25T14:35:58.704Z] layer_test.go:258: Layer size: 14 [2022-03-25T14:35:58.704Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-25T14:35:58.704Z] === RUN TestLayerRelease [2022-03-25T14:35:58.704Z] layer_test.go:291: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestStoreRestore [2022-03-25T14:35:58.704Z] layer_test.go:340: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestTarStreamStability [2022-03-25T14:35:58.704Z] layer_test.go:455: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestRegisterExistingLayer [2022-03-25T14:35:58.704Z] === RUN TestEnvironmentParsing [2022-03-25T14:35:58.704Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-25T14:35:58.704Z] PASS [2022-03-25T14:35:58.704Z] coverage: 1.2% of statements [2022-03-25T14:35:58.704Z] ok github.com/docker/docker/libcontainerd/local 0.084s coverage: 1.2% of statements [2022-03-25T14:35:58.704Z] --- PASS: TestRegisterExistingLayer (0.19s) [2022-03-25T14:35:58.704Z] === RUN TestTarStreamVerification [2022-03-25T14:35:58.704Z] layer_test.go:684: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestLayerMigration [2022-03-25T14:35:58.704Z] migration_test.go:45: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestLayerMigrationNoTarsplit [2022-03-25T14:35:58.704Z] migration_test.go:181: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestMountInit [2022-03-25T14:35:58.704Z] mount_test.go:17: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestMountInit (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestMountSize [2022-03-25T14:35:58.704Z] mount_test.go:76: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestMountSize (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestMountChanges [2022-03-25T14:35:58.704Z] mount_test.go:125: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestMountChanges (0.00s) [2022-03-25T14:35:58.704Z] === RUN TestMountApply [2022-03-25T14:35:58.704Z] mount_test.go:212: Failing on Windows [2022-03-25T14:35:58.704Z] --- SKIP: TestMountApply (0.00s) [2022-03-25T14:35:58.704Z] PASS [2022-03-25T14:35:58.704Z] coverage: 30.6% of statements [2022-03-25T14:35:58.704Z] ok github.com/docker/docker/layer 0.463s coverage: 30.6% of statements [2022-03-25T14:35:58.762Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s) [2022-03-25T14:35:58.762Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-25T14:35:59.173Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-25T14:35:59.173Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-25T14:35:59.173Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-25T14:35:59.173Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-25T14:35:59.477Z] --- PASS: TestUpdateCPUQuota (0.68s) [2022-03-25T14:35:59.477Z] === RUN TestUpdatePidsLimit [2022-03-25T14:35:59.477Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-25T14:35:59.477Z] === RUN TestUpdatePidsLimit/no_change [2022-03-25T14:35:59.642Z] === RUN TestSequenceGetAvailableBit [2022-03-25T14:35:59.642Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestSequenceEqual [2022-03-25T14:35:59.642Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestSequenceCopy [2022-03-25T14:35:59.642Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestGetFirstAvailable [2022-03-25T14:35:59.642Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestFindSequence [2022-03-25T14:35:59.642Z] --- PASS: TestFindSequence (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestCheckIfAvailable [2022-03-25T14:35:59.642Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestMergeSequences [2022-03-25T14:35:59.642Z] --- PASS: TestMergeSequences (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestPushReservation [2022-03-25T14:35:59.642Z] --- PASS: TestPushReservation (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestSerializeDeserialize [2022-03-25T14:35:59.642Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestSet [2022-03-25T14:35:59.642Z] --- PASS: TestSet (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestSetUnset [2022-03-25T14:35:59.642Z] --- PASS: TestSetUnset (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestOffsetSetUnset [2022-03-25T14:35:59.642Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestSetInRange [2022-03-25T14:35:59.642Z] --- PASS: TestSetInRange (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestSetAnyInRange [2022-03-25T14:35:59.642Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestMethods [2022-03-25T14:35:59.642Z] --- PASS: TestMethods (0.00s) [2022-03-25T14:35:59.642Z] === RUN TestRandomAllocateDeallocate [2022-03-25T14:35:59.735Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-25T14:35:59.735Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-25T14:35:59.994Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-25T14:36:00.252Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-25T14:36:00.510Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-25T14:36:00.668Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.67s) [2022-03-25T14:36:00.668Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-25T14:36:01.077Z] --- PASS: TestUpdatePidsLimit (1.62s) [2022-03-25T14:36:01.077Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-03-25T14:36:01.077Z] --- PASS: TestUpdatePidsLimit/no_change (0.17s) [2022-03-25T14:36:01.077Z] --- PASS: TestUpdatePidsLimit/update_lower (0.16s) [2022-03-25T14:36:01.077Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s) [2022-03-25T14:36:01.077Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.16s) [2022-03-25T14:36:01.077Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-03-25T14:36:01.077Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.16s) [2022-03-25T14:36:01.077Z] === RUN TestUpdateRestartPolicy [2022-03-25T14:36:01.235Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2022-03-25T14:36:01.235Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-25T14:36:01.493Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-25T14:36:01.753Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-25T14:36:01.753Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-25T14:36:01.791Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-25T14:36:01.791Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-25T14:36:01.858Z] === RUN TestInvalidConfig [2022-03-25T14:36:01.858Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-25T14:36:01.858Z] === RUN TestConfig [2022-03-25T14:36:01.858Z] --- PASS: TestConfig (0.00s) [2022-03-25T14:36:01.858Z] === RUN TestOptionsLabels [2022-03-25T14:36:01.858Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-25T14:36:01.858Z] === RUN TestValidName [2022-03-25T14:36:01.858Z] --- PASS: TestValidName (0.00s) [2022-03-25T14:36:01.858Z] PASS [2022-03-25T14:36:01.858Z] coverage: 19.7% of statements [2022-03-25T14:36:01.858Z] ok github.com/docker/docker/libnetwork/config 0.107s coverage: 19.7% of statements [2022-03-25T14:36:02.327Z] === RUN TestKey [2022-03-25T14:36:02.327Z] --- PASS: TestKey (0.00s) [2022-03-25T14:36:02.327Z] === RUN TestParseKey [2022-03-25T14:36:02.327Z] --- PASS: TestParseKey (0.00s) [2022-03-25T14:36:02.327Z] === RUN TestInvalidDataStore [2022-03-25T14:36:02.327Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-25T14:36:02.327Z] === RUN TestKVObjectFlatKey [2022-03-25T14:36:02.327Z] --- PASS: TestKVObjectFlatKey (0.01s) [2022-03-25T14:36:02.327Z] === RUN TestAtomicKVObjectFlatKey [2022-03-25T14:36:02.327Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-25T14:36:02.327Z] PASS [2022-03-25T14:36:02.327Z] coverage: 21.9% of statements [2022-03-25T14:36:02.327Z] ok github.com/docker/docker/libnetwork/datastore 0.219s coverage: 21.9% of statements [2022-03-25T14:36:03.122Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s) [2022-03-25T14:36:03.122Z] === RUN TestNISDomainname [2022-03-25T14:36:03.683Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-25T14:36:03.691Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-25T14:36:03.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-25T14:36:03.940Z] --- PASS: TestNISDomainname (0.96s) [2022-03-25T14:36:03.940Z] === RUN TestHostnameDnsResolution [2022-03-25T14:36:04.549Z] === RUN TestIPDataMarshalling [2022-03-25T14:36:04.549Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-25T14:36:04.549Z] === RUN TestValidateAndIsV6 [2022-03-25T14:36:04.549Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-25T14:36:04.549Z] PASS [2022-03-25T14:36:04.549Z] coverage: 68.9% of statements [2022-03-25T14:36:04.549Z] ok github.com/docker/docker/libnetwork/driverapi 0.076s coverage: 68.9% of statements [2022-03-25T14:36:05.019Z] === RUN TestDriver [2022-03-25T14:36:05.019Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:36:05.019Z] PASS [2022-03-25T14:36:05.019Z] coverage: 34.8% of statements [2022-03-25T14:36:05.019Z] ok github.com/docker/docker/libnetwork/drivers/host 0.065s coverage: 34.8% of statements [2022-03-25T14:36:05.019Z] === RUN TestErrorInterfaces [2022-03-25T14:36:05.019Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-25T14:36:05.019Z] === RUN TestNetworkMarshalling [2022-03-25T14:36:05.053Z] sha256:4683644947b3bb4aa2ed7bfba73437ecad65f44516ea18612e6870c83049ec7c [2022-03-25T14:36:05.054Z] INFO: Starting docker-py tests... [2022-03-25T14:36:05.305Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-25T14:36:05.305Z] --- PASS: TestHostnameDnsResolution (1.15s) [2022-03-25T14:36:05.305Z] === RUN TestUnprivilegedPortsAndPing [2022-03-25T14:36:05.312Z] ============================= test session starts ============================== [2022-03-25T14:36:05.312Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-25T14:36:05.312Z] rootdir: /src, inifile: pytest.ini [2022-03-25T14:36:05.312Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-25T14:36:05.488Z] --- PASS: TestNetworkMarshalling (0.26s) [2022-03-25T14:36:05.488Z] === RUN TestEndpointMarshalling [2022-03-25T14:36:05.488Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-25T14:36:05.488Z] === RUN TestAuxAddresses [2022-03-25T14:36:05.488Z] time="2022-03-25T14:36:05Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:36:05.488Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-25T14:36:05.488Z] === RUN TestSRVServiceQuery [2022-03-25T14:36:05.488Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-25T14:36:05.488Z] === RUN TestServiceVIPReuse [2022-03-25T14:36:05.488Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-25T14:36:05.488Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-25T14:36:05.488Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-25T14:36:05.488Z] === RUN TestDNSIPQuery [2022-03-25T14:36:05.488Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-25T14:36:05.488Z] === RUN TestDNSProxyServFail [2022-03-25T14:36:05.488Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-25T14:36:05.488Z] === RUN TestSandboxAddEmpty [2022-03-25T14:36:05.488Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestSandboxAddEmpty (0.01s) [2022-03-25T14:36:05.488Z] === RUN TestSandboxAddMultiPrio [2022-03-25T14:36:05.488Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-25T14:36:05.488Z] === RUN TestSandboxAddSamePrio [2022-03-25T14:36:05.488Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-25T14:36:05.488Z] === RUN TestCleanupServiceDiscovery [2022-03-25T14:36:05.488Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-25T14:36:05.488Z] === RUN TestDNSOptions [2022-03-25T14:36:05.488Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:36:05.488Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-25T14:36:05.488Z] === RUN TestMultipleControllersWithSameStore [2022-03-25T14:36:05.488Z] time="2022-03-25T14:36:05Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:36:05.488Z] time="2022-03-25T14:36:05Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:36:05.488Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-25T14:36:05.488Z] PASS [2022-03-25T14:36:05.488Z] coverage: 8.5% of statements [2022-03-25T14:36:05.488Z] ok github.com/docker/docker/libnetwork 0.487s coverage: 8.5% of statements [2022-03-25T14:36:05.589Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-25T14:36:05.590Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-25T14:36:05.867Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-25T14:36:05.867Z] --- PASS: TestUnprivilegedPortsAndPing (0.87s) [2022-03-25T14:36:05.867Z] === RUN TestPrivilegedHostDevices [2022-03-25T14:36:05.956Z] === RUN TestDriver [2022-03-25T14:36:05.956Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:36:05.956Z] PASS [2022-03-25T14:36:05.956Z] coverage: 34.8% of statements [2022-03-25T14:36:05.956Z] ok github.com/docker/docker/libnetwork/drivers/null 0.057s coverage: 34.8% of statements [2022-03-25T14:36:06.246Z] collected 395 items / 2 deselected / 393 selected [2022-03-25T14:36:06.246Z] [2022-03-25T14:36:06.424Z] === RUN TestNetworkAllocateFree [2022-03-25T14:36:06.424Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-25T14:36:06.424Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-25T14:36:06.424Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-25T14:36:06.424Z] PASS [2022-03-25T14:36:06.424Z] coverage: 63.6% of statements [2022-03-25T14:36:06.424Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.058s coverage: 63.6% of statements [2022-03-25T14:36:06.798Z] --- PASS: TestPrivilegedHostDevices (0.86s) [2022-03-25T14:36:06.798Z] === RUN TestStats [2022-03-25T14:36:07.411Z] === RUN TestGetEmptyCapabilities [2022-03-25T14:36:07.411Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-25T14:36:07.411Z] === RUN TestGetExtraCapabilities [2022-03-25T14:36:07.411Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-25T14:36:07.411Z] === RUN TestGetInvalidCapabilities [2022-03-25T14:36:07.411Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-25T14:36:07.411Z] === RUN TestRemoteDriver [2022-03-25T14:36:07.411Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-25T14:36:07.411Z] === RUN TestDriverError [2022-03-25T14:36:07.411Z] --- PASS: TestDriverError (0.01s) [2022-03-25T14:36:07.411Z] === RUN TestMissingValues [2022-03-25T14:36:07.411Z] --- PASS: TestMissingValues (0.01s) [2022-03-25T14:36:07.411Z] === RUN TestRollback [2022-03-25T14:36:07.411Z] --- PASS: TestRollback (0.01s) [2022-03-25T14:36:07.411Z] PASS [2022-03-25T14:36:07.411Z] coverage: 57.4% of statements [2022-03-25T14:36:07.411Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.113s coverage: 57.4% of statements [2022-03-25T14:36:07.492Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-25T14:36:07.492Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-25T14:36:07.882Z] === RUN TestNAT [2022-03-25T14:36:07.882Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-25T14:36:07.882Z] --- SKIP: TestNAT (0.00s) [2022-03-25T14:36:07.882Z] === RUN TestTransparent [2022-03-25T14:36:07.882Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-25T14:36:07.882Z] --- SKIP: TestTransparent (0.00s) [2022-03-25T14:36:07.882Z] PASS [2022-03-25T14:36:07.882Z] coverage: 0.0% of statements [2022-03-25T14:36:08.350Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.061s coverage: 0.0% of statements [2022-03-25T14:36:08.350Z] === RUN TestBuildDefault [2022-03-25T14:36:08.350Z] --- PASS: TestBuildDefault (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestBuildHostnameDomainname [2022-03-25T14:36:08.350Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestBuildHostname [2022-03-25T14:36:08.350Z] --- PASS: TestBuildHostname (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestBuildHostnameFQDN [2022-03-25T14:36:08.350Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestBuildNoIP [2022-03-25T14:36:08.350Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestUpdate [2022-03-25T14:36:08.350Z] --- PASS: TestUpdate (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-25T14:36:08.350Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-25T14:36:08.350Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestAddEmpty [2022-03-25T14:36:08.350Z] --- PASS: TestAddEmpty (0.00s) [2022-03-25T14:36:08.350Z] === RUN TestAdd [2022-03-25T14:36:08.350Z] --- PASS: TestAdd (0.01s) [2022-03-25T14:36:08.350Z] === RUN TestDeleteEmpty [2022-03-25T14:36:08.350Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestDeleteNewline [2022-03-25T14:36:08.819Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestDelete [2022-03-25T14:36:08.819Z] --- PASS: TestDelete (0.01s) [2022-03-25T14:36:08.819Z] === RUN TestConcurrentWrites [2022-03-25T14:36:08.819Z] === RUN TestNew [2022-03-25T14:36:08.819Z] --- PASS: TestNew (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestAddDriver [2022-03-25T14:36:08.819Z] --- PASS: TestAddDriver (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestAddDuplicateDriver [2022-03-25T14:36:08.819Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-25T14:36:08.819Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestDriver [2022-03-25T14:36:08.819Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestIPAM [2022-03-25T14:36:08.819Z] --- PASS: TestIPAM (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestWalkIPAMs [2022-03-25T14:36:08.819Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-25T14:36:08.819Z] === RUN TestWalkDrivers [2022-03-25T14:36:08.819Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-25T14:36:08.819Z] PASS [2022-03-25T14:36:08.819Z] coverage: 82.4% of statements [2022-03-25T14:36:08.819Z] ok github.com/docker/docker/libnetwork/drvregistry 0.102s coverage: 82.4% of statements [2022-03-25T14:36:08.819Z] --- PASS: TestConcurrentWrites (0.26s) [2022-03-25T14:36:08.819Z] PASS [2022-03-25T14:36:08.819Z] coverage: 81.2% of statements [2022-03-25T14:36:08.819Z] ok github.com/docker/docker/libnetwork/etchosts 0.350s coverage: 81.2% of statements [2022-03-25T14:36:08.867Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-25T14:36:09.289Z] === RUN TestNew [2022-03-25T14:36:09.289Z] --- PASS: TestNew (0.00s) [2022-03-25T14:36:09.289Z] === RUN TestAllocate [2022-03-25T14:36:09.289Z] --- PASS: TestAllocate (0.00s) [2022-03-25T14:36:09.289Z] === RUN TestUninitialized [2022-03-25T14:36:09.289Z] --- PASS: TestUninitialized (0.00s) [2022-03-25T14:36:09.289Z] === RUN TestAllocateInRange [2022-03-25T14:36:09.289Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-25T14:36:09.289Z] === RUN TestAllocateSerial [2022-03-25T14:36:09.289Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-25T14:36:09.289Z] PASS [2022-03-25T14:36:09.289Z] coverage: 87.5% of statements [2022-03-25T14:36:09.289Z] ok github.com/docker/docker/libnetwork/idm 0.055s coverage: 87.5% of statements [2022-03-25T14:36:09.319Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-25T14:36:09.576Z] --- PASS: TestStats (2.79s) [2022-03-25T14:36:09.576Z] === RUN TestStopContainerWithTimeout [2022-03-25T14:36:09.576Z] === RUN TestStopContainerWithTimeout/0 [2022-03-25T14:36:09.576Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-25T14:36:09.576Z] === RUN TestStopContainerWithTimeout/1 [2022-03-25T14:36:09.576Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-25T14:36:09.576Z] === RUN TestStopContainerWithTimeout/3 [2022-03-25T14:36:09.576Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-25T14:36:09.576Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-25T14:36:09.576Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-25T14:36:09.576Z] === CONT TestStopContainerWithTimeout/0 [2022-03-25T14:36:09.576Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-25T14:36:09.757Z] === RUN TestCaller [2022-03-25T14:36:09.757Z] --- PASS: TestCaller (0.00s) [2022-03-25T14:36:09.757Z] PASS [2022-03-25T14:36:09.757Z] coverage: 100.0% of statements [2022-03-25T14:36:09.757Z] ok github.com/docker/docker/libnetwork/internal/caller 0.045s coverage: 100.0% of statements [2022-03-25T14:36:10.144Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-25T14:36:10.227Z] === RUN TestSetSerialInsertDelete [2022-03-25T14:36:10.227Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-25T14:36:10.227Z] === RUN TestSetParallelInsertDelete [2022-03-25T14:36:10.707Z] === CONT TestStopContainerWithTimeout/3 [2022-03-25T14:36:10.767Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.26s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.39s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.39s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.72s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.70s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.27s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.69s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.18s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.75s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.99s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s) [2022-03-25T14:36:10.768Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-03-25T14:36:10.768Z] === RUN TestCgroupNamespacesRun [2022-03-25T14:36:11.269Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-25T14:36:11.708Z] --- PASS: TestCgroupNamespacesRun (1.24s) [2022-03-25T14:36:11.708Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-25T14:36:11.708Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-25T14:36:11.708Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-25T14:36:11.708Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-25T14:36:11.792Z] === RUN TestInt2IP2IntConversion [2022-03-25T14:36:12.198Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-25T14:36:12.198Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-25T14:36:12.260Z] === RUN TestPoolRequest [2022-03-25T14:36:12.260Z] --- PASS: TestPoolRequest (0.00s) [2022-03-25T14:36:12.260Z] === RUN TestOtherRequests [2022-03-25T14:36:12.260Z] --- PASS: TestOtherRequests (0.00s) [2022-03-25T14:36:12.260Z] PASS [2022-03-25T14:36:12.260Z] coverage: 57.1% of statements [2022-03-25T14:36:12.260Z] ok github.com/docker/docker/libnetwork/ipams/null 0.065s coverage: 57.1% of statements [2022-03-25T14:36:12.260Z] --- PASS: TestInt2IP2IntConversion (0.67s) [2022-03-25T14:36:12.260Z] === RUN TestGetAddressVersion [2022-03-25T14:36:12.454Z] === CONT TestStopContainerWithTimeout/1 [2022-03-25T14:36:12.729Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-25T14:36:12.729Z] === RUN TestKeyString [2022-03-25T14:36:12.729Z] --- PASS: TestKeyString (0.00s) [2022-03-25T14:36:12.729Z] === RUN TestPoolDataMarshal [2022-03-25T14:36:12.729Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-25T14:36:12.729Z] === RUN TestSubnetsMarshal [2022-03-25T14:36:12.729Z] --- PASS: TestSubnetsMarshal (0.13s) [2022-03-25T14:36:12.729Z] === RUN TestAddSubnets [2022-03-25T14:36:12.729Z] --- PASS: TestAddSubnets (0.08s) [2022-03-25T14:36:12.729Z] === RUN TestDoublePoolRelease [2022-03-25T14:36:12.729Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-03-25T14:36:12.729Z] === RUN TestAddReleasePoolID [2022-03-25T14:36:12.729Z] --- PASS: TestAddReleasePoolID (0.11s) [2022-03-25T14:36:12.729Z] === RUN TestPredefinedPool [2022-03-25T14:36:12.729Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-25T14:36:12.729Z] === RUN TestRemoveSubnet [2022-03-25T14:36:13.017Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-25T14:36:13.122Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s) [2022-03-25T14:36:13.122Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-25T14:36:13.197Z] --- PASS: TestRandomAllocateDeallocate (13.52s) [2022-03-25T14:36:13.197Z] === RUN TestAllocateRandomDeallocate [2022-03-25T14:36:13.197Z] --- PASS: TestRemoveSubnet (0.24s) [2022-03-25T14:36:13.197Z] === RUN TestGetSameAddress [2022-03-25T14:36:13.197Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-25T14:36:13.197Z] === RUN TestPoolAllocationReuse [2022-03-25T14:36:13.344Z] --- PASS: TestUpdateRestartPolicy (10.63s) [2022-03-25T14:36:13.344Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-25T14:36:13.344Z] --- PASS: TestUpdateRestartWithAutoRemove (0.37s) [2022-03-25T14:36:13.344Z] === RUN TestWaitNonBlocked [2022-03-25T14:36:13.344Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:13.344Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:13.344Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:13.344Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:13.344Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:13.344Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:13.344Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-25T14:36:13.344Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s) [2022-03-25T14:36:13.344Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s) [2022-03-25T14:36:13.344Z] === RUN TestWaitBlocked [2022-03-25T14:36:13.345Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:13.345Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:13.345Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:13.345Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:13.345Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:13.345Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:13.345Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-25T14:36:13.345Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.56s) [2022-03-25T14:36:13.345Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s) [2022-03-25T14:36:13.345Z] === CONT TestContainerStartOnDaemonRestart [2022-03-25T14:36:13.345Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-25T14:36:13.667Z] === RUN TestGetCapabilities [2022-03-25T14:36:13.667Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-25T14:36:13.667Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-25T14:36:13.667Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-25T14:36:13.667Z] === RUN TestGetDefaultAddressSpaces [2022-03-25T14:36:13.667Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-25T14:36:13.667Z] === RUN TestRemoteDriver [2022-03-25T14:36:13.948Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-25T14:36:14.056Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-03-25T14:36:14.056Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-25T14:36:14.135Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-25T14:36:14.135Z] PASS [2022-03-25T14:36:14.135Z] coverage: 47.4% of statements [2022-03-25T14:36:14.135Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.110s coverage: 47.4% of statements [2022-03-25T14:36:14.205Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-25T14:36:14.205Z] --- PASS: TestStopContainerWithTimeout/0 (1.10s) [2022-03-25T14:36:14.205Z] --- PASS: TestStopContainerWithTimeout/-1 (2.88s) [2022-03-25T14:36:14.205Z] --- PASS: TestStopContainerWithTimeout/3 (2.69s) [2022-03-25T14:36:14.205Z] --- PASS: TestStopContainerWithTimeout/1 (1.62s) [2022-03-25T14:36:14.205Z] === RUN TestDeleteDevicemapper [2022-03-25T14:36:14.205Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-25T14:36:14.205Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-25T14:36:14.205Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-25T14:36:14.473Z] Removing intermediate container 2edcd25f48ca [2022-03-25T14:36:14.473Z] ---> aa2d0a2ab85f [2022-03-25T14:36:14.473Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-25T14:36:14.473Z] ---> Running in e8a30df9de5e [2022-03-25T14:36:14.473Z] Removing intermediate container e8a30df9de5e [2022-03-25T14:36:14.473Z] ---> 1f0e2674cc6e [2022-03-25T14:36:14.473Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-25T14:36:14.473Z] ---> Running in 4da9892851ba [2022-03-25T14:36:14.473Z] Removing intermediate container 4da9892851ba [2022-03-25T14:36:14.473Z] ---> b47c99149e72 [2022-03-25T14:36:14.473Z] Step 11/11 : COPY . . [2022-03-25T14:36:14.603Z] --- PASS: TestAllocateRandomDeallocate (1.37s) [2022-03-25T14:36:14.603Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-25T14:36:15.075Z] === RUN TestWindowsIPAM [2022-03-25T14:36:15.075Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-25T14:36:15.075Z] PASS [2022-03-25T14:36:15.075Z] coverage: 71.4% of statements [2022-03-25T14:36:15.075Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.048s coverage: 71.4% of statements [2022-03-25T14:36:15.075Z] --- PASS: TestPoolAllocationReuse (2.02s) [2022-03-25T14:36:15.075Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-25T14:36:15.075Z] --- PASS: TestGetAddressSubPoolEqualPool (0.06s) [2022-03-25T14:36:15.075Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-25T14:36:15.256Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.89s) [2022-03-25T14:36:15.256Z] === CONT TestIpcModeOlderClient [2022-03-25T14:36:15.256Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-25T14:36:15.256Z] === CONT TestContainerKillOnDaemonStart [2022-03-25T14:36:15.256Z] --- PASS: TestContainerStartOnDaemonRestart (2.08s) [2022-03-25T14:36:15.256Z] === CONT TestDaemonHostGatewayIP [2022-03-25T14:36:15.429Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s) [2022-03-25T14:36:15.429Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-25T14:36:15.543Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.10s) [2022-03-25T14:36:15.543Z] === RUN TestRetrieveFromStore [2022-03-25T14:36:16.014Z] === RUN TestDefaultNetwork [2022-03-25T14:36:16.014Z] --- PASS: TestRetrieveFromStore (0.54s) [2022-03-25T14:36:16.014Z] === RUN TestIsCorrupted [2022-03-25T14:36:16.014Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-25T14:36:16.014Z] === RUN TestSetRollover [2022-03-25T14:36:16.484Z] --- PASS: TestDefaultNetwork (0.35s) [2022-03-25T14:36:16.484Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-25T14:36:16.805Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.33s) [2022-03-25T14:36:16.805Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-25T14:36:16.960Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.32s) [2022-03-25T14:36:16.960Z] === RUN TestInitAddressPools [2022-03-25T14:36:16.960Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-25T14:36:16.960Z] PASS [2022-03-25T14:36:16.960Z] coverage: 74.0% of statements [2022-03-25T14:36:16.960Z] ok github.com/docker/docker/libnetwork/ipamutils 0.761s coverage: 74.0% of statements [2022-03-25T14:36:17.372Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-03-25T14:36:17.372Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-25T14:36:17.428Z] === RUN TestKeyValue [2022-03-25T14:36:17.428Z] --- PASS: TestKeyValue (0.00s) [2022-03-25T14:36:17.428Z] PASS [2022-03-25T14:36:17.428Z] coverage: 60.0% of statements [2022-03-25T14:36:17.428Z] ok github.com/docker/docker/libnetwork/netlabel 0.050s coverage: 60.0% of statements [2022-03-25T14:36:17.474Z] check_test.go:308: [d87b9791b794c] daemon is not started [2022-03-25T14:36:17.474Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-25T14:36:17.734Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.71s) [2022-03-25T14:36:17.734Z] === RUN TestUpdateMemory [2022-03-25T14:36:17.734Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:36:17.734Z] --- SKIP: TestUpdateMemory (0.01s) [2022-03-25T14:36:17.734Z] === RUN TestUpdateCPUQuota [2022-03-25T14:36:17.783Z] --- PASS: TestDaemonHostGatewayIP (2.20s) [2022-03-25T14:36:17.784Z] === CONT TestDaemonRestartIpcMode [2022-03-25T14:36:17.896Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.54s) [2022-03-25T14:36:17.896Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-25T14:36:17.896Z] --- PASS: TestSetRollover (1.76s) [2022-03-25T14:36:17.896Z] === RUN TestSetRolloverSerial [2022-03-25T14:36:18.664Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-25T14:36:18.746Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2022-03-25T14:36:18.746Z] === RUN TestNISDomainname [2022-03-25T14:36:19.005Z] --- PASS: TestNISDomainname (0.58s) [2022-03-25T14:36:19.005Z] === RUN TestHostnameDnsResolution [2022-03-25T14:36:19.226Z] --- PASS: TestUpdateCPUQuota (1.23s) [2022-03-25T14:36:19.226Z] === RUN TestUpdatePidsLimit [2022-03-25T14:36:19.226Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-25T14:36:19.226Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-25T14:36:19.482Z] === RUN TestUpdatePidsLimit/no_change [2022-03-25T14:36:19.683Z] --- PASS: TestDaemonRestartIpcMode (2.03s) [2022-03-25T14:36:19.738Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-25T14:36:19.941Z] --- PASS: TestHostnameDnsResolution (0.70s) [2022-03-25T14:36:19.941Z] === RUN TestUnprivilegedPortsAndPing [2022-03-25T14:36:19.995Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-25T14:36:20.199Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-03-25T14:36:20.199Z] === RUN TestPrivilegedHostDevices [2022-03-25T14:36:20.384Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-25T14:36:20.384Z] PASS [2022-03-25T14:36:20.384Z] coverage: 100.0% of statements [2022-03-25T14:36:20.385Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.059s coverage: 100.0% of statements [2022-03-25T14:36:20.559Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-25T14:36:20.559Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-25T14:36:20.766Z] --- PASS: TestPrivilegedHostDevices (0.48s) [2022-03-25T14:36:20.766Z] === RUN TestStats [2022-03-25T14:36:20.816Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-25T14:36:20.816Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-25T14:36:20.845Z] --- PASS: TestSetRolloverSerial (2.76s) [2022-03-25T14:36:20.845Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-25T14:36:20.845Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-25T14:36:20.845Z] PASS [2022-03-25T14:36:20.845Z] coverage: 84.4% of statements [2022-03-25T14:36:20.845Z] ok github.com/docker/docker/libnetwork/bitseq 21.155s coverage: 84.4% of statements [2022-03-25T14:36:21.073Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-25T14:36:21.309Z] === RUN TestNetworkDBSimple [2022-03-25T14:36:21.330Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-25T14:36:21.770Z] === RUN TestGenerate [2022-03-25T14:36:21.770Z] --- PASS: TestGenerate (0.00s) [2022-03-25T14:36:21.770Z] === RUN TestGeneratePtr [2022-03-25T14:36:21.770Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-25T14:36:21.770Z] === RUN TestGenerateMissingField [2022-03-25T14:36:21.770Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-25T14:36:21.770Z] === RUN TestFieldCannotBeSet [2022-03-25T14:36:21.770Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-25T14:36:21.770Z] === RUN TestTypeMismatchError [2022-03-25T14:36:21.770Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-25T14:36:21.770Z] PASS [2022-03-25T14:36:21.770Z] coverage: 100.0% of statements [2022-03-25T14:36:21.770Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2022-03-25T14:36:22.231Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (4.31s) [2022-03-25T14:36:22.231Z] === RUN TestGetAddress [2022-03-25T14:36:22.263Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-25T14:36:22.337Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-25T14:36:22.520Z] --- PASS: TestUpdatePidsLimit (3.41s) [2022-03-25T14:36:22.520Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2022-03-25T14:36:22.520Z] --- PASS: TestUpdatePidsLimit/no_change (0.34s) [2022-03-25T14:36:22.520Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) [2022-03-25T14:36:22.520Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2022-03-25T14:36:22.520Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) [2022-03-25T14:36:22.520Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s) [2022-03-25T14:36:22.520Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.35s) [2022-03-25T14:36:22.520Z] === RUN TestUpdateRestartPolicy [2022-03-25T14:36:22.691Z] 2022/03/25 14:36:22 Closing DB instances... [2022-03-25T14:36:22.691Z] testing: warning: no tests to run [2022-03-25T14:36:22.691Z] PASS [2022-03-25T14:36:22.691Z] coverage: 0.0% of statements [2022-03-25T14:36:22.691Z] ok github.com/docker/docker/libnetwork/osl 0.051s coverage: 0.0% of statements [no tests to run] [2022-03-25T14:36:23.163Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-25T14:36:23.295Z] --- PASS: TestStats (2.46s) [2022-03-25T14:36:23.295Z] === RUN TestStopContainerWithTimeout [2022-03-25T14:36:23.295Z] === RUN TestStopContainerWithTimeout/0 [2022-03-25T14:36:23.295Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-25T14:36:23.295Z] === RUN TestStopContainerWithTimeout/1 [2022-03-25T14:36:23.295Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-25T14:36:23.295Z] === RUN TestStopContainerWithTimeout/3 [2022-03-25T14:36:23.295Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-25T14:36:23.295Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-25T14:36:23.295Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-25T14:36:23.295Z] === CONT TestStopContainerWithTimeout/0 [2022-03-25T14:36:23.295Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-25T14:36:23.861Z] === CONT TestStopContainerWithTimeout/3 [2022-03-25T14:36:24.233Z] --- PASS: TestNetworkDBSimple (2.69s) [2022-03-25T14:36:24.233Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-25T14:36:24.233Z] === RUN TestRequestNewPort [2022-03-25T14:36:24.233Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestRequestSpecificPort [2022-03-25T14:36:24.233Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestReleasePort [2022-03-25T14:36:24.233Z] --- PASS: TestReleasePort (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestReuseReleasedPort [2022-03-25T14:36:24.233Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestReleaseUnreadledPort [2022-03-25T14:36:24.233Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestUnknowProtocol [2022-03-25T14:36:24.233Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestAllocateAllPorts [2022-03-25T14:36:24.233Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestPortAllocation [2022-03-25T14:36:24.233Z] --- PASS: TestPortAllocation (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestPortAllocationWithCustomRange [2022-03-25T14:36:24.233Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestNoDuplicateBPR [2022-03-25T14:36:24.233Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-25T14:36:24.233Z] === RUN TestChangePortRange [2022-03-25T14:36:24.233Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-25T14:36:24.233Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-25T14:36:24.233Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-25T14:36:24.663Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-25T14:36:24.694Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-25T14:36:24.694Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-25T14:36:24.694Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-25T14:36:24.694Z] --- PASS: TestChangePortRange (0.00s) [2022-03-25T14:36:24.694Z] PASS [2022-03-25T14:36:24.694Z] coverage: 88.6% of statements [2022-03-25T14:36:24.694Z] ok github.com/docker/docker/libnetwork/portallocator 0.068s coverage: 88.6% of statements [2022-03-25T14:36:25.666Z] 2022/03/25 14:36:25 Closing DB instances... [2022-03-25T14:36:25.666Z] testing: warning: no tests to run [2022-03-25T14:36:25.666Z] PASS [2022-03-25T14:36:25.666Z] coverage: 0.0% of statements [2022-03-25T14:36:26.129Z] ok github.com/docker/docker/libnetwork/portmapper 0.084s coverage: 0.0% of statements [no tests to run] [2022-03-25T14:36:26.388Z] === CONT TestStopContainerWithTimeout/1 [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-25T14:36:26.591Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-25T14:36:27.052Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.76s) [2022-03-25T14:36:27.052Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-25T14:36:27.052Z] === RUN TestHashData [2022-03-25T14:36:27.052Z] --- PASS: TestHashData (0.00s) [2022-03-25T14:36:27.052Z] PASS [2022-03-25T14:36:27.052Z] coverage: 2.8% of statements [2022-03-25T14:36:27.052Z] ok github.com/docker/docker/libnetwork/resolvconf 0.059s coverage: 2.8% of statements [2022-03-25T14:36:27.322Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-25T14:36:27.322Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-03-25T14:36:27.322Z] --- PASS: TestStopContainerWithTimeout/-1 (2.72s) [2022-03-25T14:36:27.322Z] --- PASS: TestStopContainerWithTimeout/3 (2.43s) [2022-03-25T14:36:27.322Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-03-25T14:36:27.322Z] === RUN TestDeleteDevicemapper [2022-03-25T14:36:27.322Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-25T14:36:27.322Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-25T14:36:27.322Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-25T14:36:27.769Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-25T14:36:27.788Z] --- PASS: TestContainerKillOnDaemonStart (11.52s) [2022-03-25T14:36:27.788Z] PASS [2022-03-25T14:36:27.788Z] [2022-03-25T14:36:27.788Z] === Skipped [2022-03-25T14:36:27.788Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-25T14:36:27.788Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:36:27.788Z] [2022-03-25T14:36:27.788Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-25T14:36:27.788Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-25T14:36:27.788Z] [2022-03-25T14:36:27.788Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-25T14:36:27.788Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-25T14:36:27.788Z] [2022-03-25T14:36:27.788Z] DONE 201 tests, 3 skipped in 107.709s [2022-03-25T14:36:27.788Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-25T14:36:27.788Z] ++ 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-25T14:36:27.788Z] ++ set -e [2022-03-25T14:36:27.788Z] ++ '[' -n 0 ']' [2022-03-25T14:36:27.788Z] ++ set -x [2022-03-25T14:36:27.788Z] ++ 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-25T14:36:27.788Z] === RUN TestConfigDaemonLibtrustID [2022-03-25T14:36:27.788Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-25T14:36:27.788Z] === RUN TestDaemonConfigValidation [2022-03-25T14:36:27.788Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:36:27.788Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:36:27.788Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-25T14:36:27.788Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-25T14:36:27.788Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-25T14:36:27.788Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-25T14:36:27.788Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-25T14:36:27.788Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-25T14:36:27.788Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-25T14:36:27.788Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-25T14:36:27.788Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:36:27.788Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-25T14:36:27.788Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-25T14:36:27.788Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-25T14:36:27.788Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-25T14:36:27.788Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-25T14:36:27.788Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-03-25T14:36:27.788Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-03-25T14:36:27.788Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-03-25T14:36:27.788Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-03-25T14:36:27.788Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-03-25T14:36:27.788Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-25T14:36:27.788Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-25T14:36:28.025Z] === RUN TestErrorConstructors [2022-03-25T14:36:28.025Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-25T14:36:28.025Z] === RUN TestCompareIPMask [2022-03-25T14:36:28.025Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-25T14:36:28.025Z] === RUN TestUtilGetHostPartIP [2022-03-25T14:36:28.025Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-25T14:36:28.025Z] === RUN TestUtilGetBroadcastIP [2022-03-25T14:36:28.026Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-25T14:36:28.026Z] === RUN TestParseCIDR [2022-03-25T14:36:28.026Z] --- PASS: TestParseCIDR (0.00s) [2022-03-25T14:36:28.026Z] PASS [2022-03-25T14:36:28.026Z] coverage: 37.3% of statements [2022-03-25T14:36:28.026Z] 2022/03/25 14:36:27 Closing DB instances... [2022-03-25T14:36:28.026Z] ok github.com/docker/docker/libnetwork/types 0.053s coverage: 37.3% of statements [2022-03-25T14:36:28.721Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-25T14:36:29.005Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-25T14:36:29.005Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-25T14:36:29.005Z] PASS [2022-03-25T14:36:29.005Z] coverage: 55.0% of statements [2022-03-25T14:36:29.005Z] ok github.com/docker/docker/oci 0.069s coverage: 55.0% of statements [2022-03-25T14:36:29.135Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-25T14:36:29.135Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-25T14:36:29.223Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.60s) [2022-03-25T14:36:29.223Z] === RUN TestUpdateMemory [2022-03-25T14:36:29.223Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:36:29.223Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-25T14:36:29.223Z] === RUN TestUpdateCPUQuota [2022-03-25T14:36:29.473Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.75s) [2022-03-25T14:36:29.473Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-25T14:36:29.655Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-25T14:36:29.698Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-25T14:36:29.941Z] === RUN TestParseVersion [2022-03-25T14:36:29.941Z] --- PASS: TestParseVersion (0.00s) [2022-03-25T14:36:29.941Z] PASS [2022-03-25T14:36:29.941Z] coverage: 52.9% of statements [2022-03-25T14:36:29.941Z] ok github.com/docker/docker/pkg/aaparser 0.060s coverage: 52.9% of statements [2022-03-25T14:36:29.956Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-25T14:36:30.157Z] --- PASS: TestUpdateCPUQuota (0.92s) [2022-03-25T14:36:30.157Z] === RUN TestUpdatePidsLimit [2022-03-25T14:36:30.157Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-25T14:36:30.157Z] === RUN TestUpdatePidsLimit/no_change [2022-03-25T14:36:30.212Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-25T14:36:30.415Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-25T14:36:30.588Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-25T14:36:30.588Z] daemon_test.go:156: [db5431807a71b] daemon is not started [2022-03-25T14:36:30.588Z] --- PASS: TestConfigDaemonSeccompProfiles (3.10s) [2022-03-25T14:36:30.588Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s) [2022-03-25T14:36:30.588Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s) [2022-03-25T14:36:30.588Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-03-25T14:36:30.588Z] === RUN TestDaemonProxy [2022-03-25T14:36:30.588Z] === RUN TestDaemonProxy/environment_variables [2022-03-25T14:36:30.673Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-25T14:36:30.776Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-25T14:36:30.932Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-25T14:36:30.932Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-25T14:36:31.032Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-25T14:36:31.032Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-25T14:36:31.032Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-25T14:36:31.190Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-25T14:36:31.506Z] === RUN TestAddressPoolOpt [2022-03-25T14:36:31.506Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/a [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/something [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/_=a [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/env1=value1 [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/_env1=value1 [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/PATH [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/=a [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/PATH= [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/PATH=something [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/asd!qwe [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/1asd [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/123 [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/some_space [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/__some_space_before [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/some_space_after__ [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/= [2022-03-25T14:36:31.506Z] === RUN TestValidateEnv/PaTh [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestParseHost [2022-03-25T14:36:31.506Z] --- PASS: TestParseHost (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestParseDockerDaemonHost [2022-03-25T14:36:31.506Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestParseTCP [2022-03-25T14:36:31.506Z] --- PASS: TestParseTCP (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-25T14:36:31.506Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestValidateExtraHosts [2022-03-25T14:36:31.506Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestIpOptString [2022-03-25T14:36:31.506Z] --- PASS: TestIpOptString (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-25T14:36:31.506Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestNewIpOptValidDefaultVal [2022-03-25T14:36:31.506Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestIpOptSetInvalidVal [2022-03-25T14:36:31.506Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestValidateIPAddress [2022-03-25T14:36:31.506Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestMapOpts [2022-03-25T14:36:31.506Z] --- PASS: TestMapOpts (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestListOptsWithoutValidator [2022-03-25T14:36:31.506Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestListOptsWithValidator [2022-03-25T14:36:31.506Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestValidateDNSSearch [2022-03-25T14:36:31.506Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_general_format [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_one_more [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-25T14:36:31.506Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-25T14:36:31.506Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestNamedListOpts [2022-03-25T14:36:31.506Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestNamedMapOpts [2022-03-25T14:36:31.506Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestParseLink [2022-03-25T14:36:31.506Z] --- PASS: TestParseLink (0.00s) [2022-03-25T14:36:31.506Z] === RUN TestUlimitOpt [2022-03-25T14:36:31.506Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-25T14:36:31.506Z] PASS [2022-03-25T14:36:31.506Z] coverage: 66.3% of statements [2022-03-25T14:36:31.506Z] ok github.com/docker/docker/opts 0.169s coverage: 66.3% of statements [2022-03-25T14:36:31.596Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-25T14:36:31.975Z] 2022/03/25 14:36:31 Closing DB instances... [2022-03-25T14:36:32.126Z] --- PASS: TestUpdatePidsLimit (2.12s) [2022-03-25T14:36:32.126Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-03-25T14:36:32.126Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-03-25T14:36:32.126Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-03-25T14:36:32.126Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-03-25T14:36:32.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2022-03-25T14:36:32.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-03-25T14:36:32.126Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2022-03-25T14:36:32.126Z] === RUN TestUpdateRestartPolicy [2022-03-25T14:36:32.160Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-25T14:36:32.488Z] === RUN TestDaemonProxy/command-line_options [2022-03-25T14:36:33.528Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-25T14:36:33.542Z] === RUN TestIsArchivePathDir [2022-03-25T14:36:33.542Z] --- PASS: TestIsArchivePathDir (0.10s) [2022-03-25T14:36:33.542Z] === RUN TestIsArchivePathInvalidFile [2022-03-25T14:36:34.017Z] --- PASS: TestIsArchivePathInvalidFile (0.18s) [2022-03-25T14:36:34.017Z] === RUN TestIsArchivePathTar [2022-03-25T14:36:34.017Z] --- PASS: TestIsArchivePathTar (0.26s) [2022-03-25T14:36:34.017Z] === RUN TestDecompressStreamGzip [2022-03-25T14:36:34.017Z] --- PASS: TestNetworkDBCRUDTableEntry (4.49s) [2022-03-25T14:36:34.017Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-25T14:36:34.387Z] === RUN TestDaemonProxy/configuration_file [2022-03-25T14:36:34.485Z] --- PASS: TestDecompressStreamGzip (0.32s) [2022-03-25T14:36:34.485Z] === RUN TestDecompressStreamBzip2 [2022-03-25T14:36:34.485Z] --- PASS: TestDecompressStreamBzip2 (0.18s) [2022-03-25T14:36:34.485Z] === RUN TestDecompressStreamXz [2022-03-25T14:36:34.485Z] archive_test.go:133: Xz not present in msys2 [2022-03-25T14:36:34.485Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestDecompressStreamZstd [2022-03-25T14:36:34.485Z] archive_test.go:140: zstd not installed [2022-03-25T14:36:34.485Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-25T14:36:34.485Z] === RUN TestCompressStreamXzUnsupported [2022-03-25T14:36:34.485Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-25T14:36:34.485Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestCompressStreamInvalid [2022-03-25T14:36:34.485Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestExtensionInvalid [2022-03-25T14:36:34.485Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestExtensionUncompressed [2022-03-25T14:36:34.485Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestExtensionBzip2 [2022-03-25T14:36:34.485Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestExtensionGzip [2022-03-25T14:36:34.485Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestExtensionXz [2022-03-25T14:36:34.485Z] --- PASS: TestExtensionXz (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestExtensionZstd [2022-03-25T14:36:34.485Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-25T14:36:34.485Z] === RUN TestCmdStreamLargeStderr [2022-03-25T14:36:34.954Z] === RUN TestPeerCertificateMarshalJSON [2022-03-25T14:36:34.954Z] --- PASS: TestCmdStreamLargeStderr (0.11s) [2022-03-25T14:36:34.954Z] === RUN TestCmdStreamBad [2022-03-25T14:36:34.954Z] archive_test.go:252: Failing on Windows CI machines [2022-03-25T14:36:34.954Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-25T14:36:34.954Z] === RUN TestCmdStreamGood [2022-03-25T14:36:34.954Z] --- PASS: TestCmdStreamGood (0.07s) [2022-03-25T14:36:34.954Z] === RUN TestUntarPathWithInvalidDest [2022-03-25T14:36:34.954Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-25T14:36:34.954Z] === RUN TestUntarPathWithInvalidSrc [2022-03-25T14:36:34.954Z] --- PASS: TestUntarPathWithInvalidSrc (0.01s) [2022-03-25T14:36:34.954Z] === RUN TestUntarPath [2022-03-25T14:36:34.954Z] --- PASS: TestUntarPath (0.12s) [2022-03-25T14:36:34.954Z] === RUN TestUntarPathWithDestinationFile [2022-03-25T14:36:34.954Z] --- PASS: TestUntarPathWithDestinationFile (0.10s) [2022-03-25T14:36:34.954Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-25T14:36:35.418Z] --- PASS: TestUpdateRestartPolicy (12.59s) [2022-03-25T14:36:35.418Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-25T14:36:35.418Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-25T14:36:35.422Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.10s) [2022-03-25T14:36:35.422Z] === RUN TestCopyWithTarInvalidSrc [2022-03-25T14:36:35.422Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-25T14:36:35.422Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-25T14:36:35.422Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-25T14:36:35.422Z] === RUN TestCopyWithTarSrcFile [2022-03-25T14:36:35.422Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-25T14:36:35.422Z] === RUN TestCopyWithTarSrcFolder [2022-03-25T14:36:35.422Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-25T14:36:35.422Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-25T14:36:35.422Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-25T14:36:35.422Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-25T14:36:35.422Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-25T14:36:35.422Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-25T14:36:35.422Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-03-25T14:36:35.422Z] === RUN TestCopyFileWithTarSrcFile [2022-03-25T14:36:35.422Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-25T14:36:35.422Z] === RUN TestTarFiles [2022-03-25T14:36:35.422Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-25T14:36:35.422Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-25T14:36:35.422Z] --- PASS: TestPeerCertificateMarshalJSON (0.70s) [2022-03-25T14:36:35.422Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-25T14:36:35.422Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-25T14:36:35.422Z] === RUN TestMiddleware [2022-03-25T14:36:35.422Z] --- PASS: TestMiddleware (0.00s) [2022-03-25T14:36:35.422Z] === RUN TestNewResponseModifier [2022-03-25T14:36:35.422Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-25T14:36:35.422Z] PASS [2022-03-25T14:36:35.422Z] coverage: 26.8% of statements [2022-03-25T14:36:35.422Z] ok github.com/docker/docker/pkg/authorization 0.763s coverage: 26.8% of statements [2022-03-25T14:36:35.980Z] --- PASS: TestUpdateRestartWithAutoRemove (0.76s) [2022-03-25T14:36:35.980Z] === RUN TestWaitNonBlocked [2022-03-25T14:36:35.980Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:35.980Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:35.980Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:35.980Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:35.980Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:35.981Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:35.981Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-25T14:36:36.286Z] === RUN TestDaemonProxy/conflicting_options [2022-03-25T14:36:36.411Z] 2022/03/25 14:36:36 Closing DB instances... [2022-03-25T14:36:36.411Z] === RUN TestUnbuffered [2022-03-25T14:36:36.411Z] --- PASS: TestUnbuffered (0.00s) [2022-03-25T14:36:36.411Z] === RUN TestRaceUnbuffered [2022-03-25T14:36:36.411Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-25T14:36:36.411Z] PASS [2022-03-25T14:36:36.411Z] coverage: 100.0% of statements [2022-03-25T14:36:36.411Z] ok github.com/docker/docker/pkg/broadcaster 0.055s coverage: 100.0% of statements [2022-03-25T14:36:36.544Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-25T14:36:36.842Z] --- PASS: TestDaemonProxy (6.30s) [2022-03-25T14:36:36.842Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-03-25T14:36:36.842Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-03-25T14:36:36.842Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-25T14:36:36.842Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-25T14:36:36.842Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-25T14:36:36.842Z] PASS [2022-03-25T14:36:36.842Z] [2022-03-25T14:36:36.842Z] DONE 17 tests in 10.218s [2022-03-25T14:36:37.101Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-25T14:36:37.101Z] ++ 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-25T14:36:37.101Z] ++ set -e [2022-03-25T14:36:37.101Z] ++ '[' -n 0 ']' [2022-03-25T14:36:37.101Z] ++ set -x [2022-03-25T14:36:37.101Z] ++ 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-25T14:36:37.101Z] INFO: Testing against a local daemon [2022-03-25T14:36:37.101Z] === RUN TestCommitInheritsEnv [2022-03-25T14:36:37.349Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-25T14:36:37.349Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s) [2022-03-25T14:36:37.349Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.24s) [2022-03-25T14:36:37.349Z] === RUN TestWaitBlocked [2022-03-25T14:36:37.349Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:37.349Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:37.349Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:37.349Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:37.349Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:37.349Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:37.349Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-25T14:36:37.358Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-03-25T14:36:37.359Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-25T14:36:37.359Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-25T14:36:37.359Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-25T14:36:37.359Z] === RUN TestImportWithCustomPlatform [2022-03-25T14:36:37.359Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-25T14:36:37.359Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-25T14:36:37.359Z] === RUN TestImportWithCustomPlatform// [2022-03-25T14:36:37.359Z] === RUN TestImportWithCustomPlatform/linux [2022-03-25T14:36:37.398Z] --- PASS: TestNetworkDBCRUDTableEntries (3.42s) [2022-03-25T14:36:37.398Z] === RUN TestNetworkDBNodeLeave [2022-03-25T14:36:37.616Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-25T14:36:37.616Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-25T14:36:37.616Z] === RUN TestImportWithCustomPlatform/macos [2022-03-25T14:36:37.616Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-25T14:36:37.616Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-25T14:36:37.616Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-25T14:36:37.616Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-25T14:36:37.616Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-25T14:36:37.616Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-25T14:36:37.616Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-25T14:36:37.616Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-25T14:36:37.616Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-25T14:36:37.616Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-25T14:36:37.617Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-25T14:36:37.617Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-25T14:36:37.617Z] === RUN TestImagesFilterMultiReference [2022-03-25T14:36:37.617Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-25T14:36:37.617Z] === RUN TestImagePullPlatformInvalid [2022-03-25T14:36:37.617Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-25T14:36:37.617Z] === RUN TestRemoveImageOrphaning [2022-03-25T14:36:37.866Z] === RUN TestMatch [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[foo]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[foo_bar]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[]#01 [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[qux]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-25T14:36:37.866Z] === RUN TestMatch/[[foo_baz]] [2022-03-25T14:36:37.866Z] --- PASS: TestMatch (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-25T14:36:37.866Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-25T14:36:37.866Z] PASS [2022-03-25T14:36:37.866Z] coverage: 87.5% of statements [2022-03-25T14:36:37.866Z] ok github.com/docker/docker/pkg/capabilities 0.057s coverage: 87.5% of statements [2022-03-25T14:36:37.874Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-03-25T14:36:37.874Z] === RUN TestRemoveImageGarbageCollector [2022-03-25T14:36:37.874Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:36:37.874Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-25T14:36:37.875Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-25T14:36:37.875Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-25T14:36:37.875Z] === RUN TestTagInvalidReference [2022-03-25T14:36:38.133Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-25T14:36:38.133Z] === RUN TestTagValidPrefixedRepo [2022-03-25T14:36:38.133Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-25T14:36:38.133Z] === RUN TestTagExistedNameWithoutForce [2022-03-25T14:36:38.133Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-25T14:36:38.133Z] === RUN TestTagOfficialNames [2022-03-25T14:36:38.133Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-25T14:36:38.133Z] === RUN TestTagMatchesDigest [2022-03-25T14:36:38.133Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-25T14:36:38.133Z] PASS [2022-03-25T14:36:38.133Z] [2022-03-25T14:36:38.133Z] === Skipped [2022-03-25T14:36:38.133Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-25T14:36:38.133Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-25T14:36:38.133Z] [2022-03-25T14:36:38.133Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-25T14:36:38.133Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:36:38.133Z] [2022-03-25T14:36:38.133Z] DONE 22 tests, 2 skipped in 1.168s [2022-03-25T14:36:38.133Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-25T14:36:38.133Z] ++ 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-25T14:36:38.133Z] ++ set -e [2022-03-25T14:36:38.133Z] ++ '[' -n 0 ']' [2022-03-25T14:36:38.133Z] ++ set -x [2022-03-25T14:36:38.133Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-25T14:36:38.133Z] INFO: Testing against a local daemon [2022-03-25T14:36:38.133Z] === RUN TestNetworkCreateDelete [2022-03-25T14:36:38.277Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-25T14:36:38.277Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2022-03-25T14:36:38.277Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s) [2022-03-25T14:36:38.277Z] === CONT TestContainerStartOnDaemonRestart [2022-03-25T14:36:38.277Z] === CONT TestContainerKillOnDaemonStart [2022-03-25T14:36:38.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-25T14:36:38.277Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-25T14:36:38.277Z] check_test.go:308: [d6905c0e6d71b] daemon is not started [2022-03-25T14:36:38.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-25T14:36:38.277Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-25T14:36:38.277Z] check_test.go:308: [d7470bef6a385] daemon is not started [2022-03-25T14:36:38.277Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-25T14:36:38.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-25T14:36:38.391Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-25T14:36:38.391Z] === RUN TestDockerNetworkDeletePreferID [2022-03-25T14:36:38.534Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-25T14:36:38.649Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-03-25T14:36:38.649Z] === RUN TestDaemonDNSFallback [2022-03-25T14:36:39.462Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-25T14:36:40.025Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-25T14:36:40.083Z] === RUN TestChrootTarUntar [2022-03-25T14:36:40.083Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootTarUntar (0.01s) [2022-03-25T14:36:40.083Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-25T14:36:40.083Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-25T14:36:40.083Z] === RUN TestChrootUntarEmptyArchive [2022-03-25T14:36:40.083Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-25T14:36:40.083Z] === RUN TestChrootTarUntarWithSymlink [2022-03-25T14:36:40.083Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-25T14:36:40.083Z] === RUN TestChrootCopyWithTar [2022-03-25T14:36:40.083Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-25T14:36:40.083Z] === RUN TestChrootCopyFileWithTar [2022-03-25T14:36:40.083Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-25T14:36:40.083Z] === RUN TestChrootUntarPath [2022-03-25T14:36:40.083Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-25T14:36:40.083Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-25T14:36:40.083Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:36:40.083Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-25T14:36:40.083Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:36:40.083Z] === RUN TestChrootApplyDotDotFile [2022-03-25T14:36:40.083Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:36:40.083Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-25T14:36:40.083Z] PASS [2022-03-25T14:36:40.083Z] coverage: 12.0% of statements [2022-03-25T14:36:40.083Z] ok github.com/docker/docker/pkg/chrootarchive 0.287s coverage: 12.0% of statements [2022-03-25T14:36:40.555Z] --- PASS: TestNetworkDBNodeLeave (2.93s) [2022-03-25T14:36:40.555Z] === RUN TestNetworkDBWatch [2022-03-25T14:36:40.588Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-25T14:36:41.528Z] --- PASS: TestContainerStartOnDaemonRestart (3.17s) [2022-03-25T14:36:41.528Z] === CONT TestIpcModeOlderClient [2022-03-25T14:36:41.528Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-25T14:36:41.528Z] === CONT TestDaemonHostGatewayIP [2022-03-25T14:36:41.542Z] === RUN TestEnsureRemoveAllNotExist [2022-03-25T14:36:41.542Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-25T14:36:41.542Z] === RUN TestEnsureRemoveAllWithDir [2022-03-25T14:36:41.542Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-25T14:36:41.542Z] === RUN TestEnsureRemoveAllWithFile [2022-03-25T14:36:41.542Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-25T14:36:41.542Z] PASS [2022-03-25T14:36:41.542Z] coverage: 0.0% of statements [2022-03-25T14:36:41.542Z] ok github.com/docker/docker/pkg/containerfs 0.065s coverage: 0.0% of statements [2022-03-25T14:36:41.785Z] check_test.go:308: [d7874edf277f8] daemon is not started [2022-03-25T14:36:41.785Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-25T14:36:42.011Z] 2022/03/25 14:36:41 Closing DB instances... [2022-03-25T14:36:42.479Z] === RUN TestSizeEmpty [2022-03-25T14:36:42.479Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-25T14:36:42.479Z] === RUN TestSizeEmptyFile [2022-03-25T14:36:42.479Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-25T14:36:42.479Z] === RUN TestSizeNonemptyFile [2022-03-25T14:36:42.479Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-25T14:36:42.479Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-25T14:36:42.479Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-25T14:36:42.479Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-25T14:36:42.479Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-25T14:36:42.479Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-25T14:36:42.479Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-25T14:36:42.479Z] === RUN TestMoveToSubdir [2022-03-25T14:36:42.479Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-25T14:36:42.479Z] === RUN TestSizeNonExistingDirectory [2022-03-25T14:36:42.479Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-25T14:36:42.479Z] PASS [2022-03-25T14:36:42.479Z] coverage: 80.0% of statements [2022-03-25T14:36:42.479Z] ok github.com/docker/docker/pkg/directory 0.057s coverage: 80.0% of statements [2022-03-25T14:36:42.948Z] --- PASS: TestTarFiles (7.61s) [2022-03-25T14:36:42.948Z] === RUN TestDetectCompressionZstd [2022-03-25T14:36:42.948Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-25T14:36:42.948Z] === RUN TestTarUntar [2022-03-25T14:36:42.948Z] --- PASS: TestTarUntar (0.04s) [2022-03-25T14:36:42.948Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-25T14:36:42.948Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-25T14:36:42.948Z] === RUN TestTarWithOptions [2022-03-25T14:36:42.948Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-25T14:36:42.948Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-25T14:36:42.948Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-25T14:36:42.948Z] === RUN TestUntarUstarGnuConflict [2022-03-25T14:36:42.948Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-25T14:36:42.948Z] === RUN TestUntarInvalidFilenames [2022-03-25T14:36:43.415Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3768372164\\dest" [2022-03-25T14:36:43.415Z] --- PASS: TestUntarInvalidFilenames (0.23s) [2022-03-25T14:36:43.415Z] === RUN TestUntarHardlinkToSymlink [2022-03-25T14:36:43.415Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-25T14:36:43.415Z] === RUN TestUntarInvalidHardlink [2022-03-25T14:36:43.415Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink313377278\\victim\\hello" -> "../victim/hello" [2022-03-25T14:36:43.415Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1187081109\\victim\\hello" -> "/../victim/hello" [2022-03-25T14:36:43.415Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink358726960\\victim" -> "../victim" [2022-03-25T14:36:43.415Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3568075793\\victim" -> "../victim" [2022-03-25T14:36:43.415Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1301519260\\victim" -> "../victim" [2022-03-25T14:36:43.415Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1042317951\\victim" -> "../victim" [2022-03-25T14:36:43.415Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-25T14:36:43.415Z] === RUN TestUntarInvalidSymlink [2022-03-25T14:36:43.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1489893544\\dest\\dotdot" -> "../victim/hello" [2022-03-25T14:36:43.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1724299982\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-25T14:36:43.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2191421955\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:36:43.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4116254779\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:36:43.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2476818688\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:36:43.415Z] === RUN TestPollerAddRemove [2022-03-25T14:36:43.415Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-25T14:36:43.415Z] === RUN TestPollerEvent [2022-03-25T14:36:43.415Z] poller_test.go:40: No chmod on Windows [2022-03-25T14:36:43.415Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-25T14:36:43.415Z] === RUN TestPollerClose [2022-03-25T14:36:43.415Z] --- PASS: TestPollerClose (0.00s) [2022-03-25T14:36:43.415Z] PASS [2022-03-25T14:36:43.415Z] coverage: 45.7% of statements [2022-03-25T14:36:43.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3678671847\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:36:43.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2269676808\\dest\\dir\\loophole" -> "../../victim" [2022-03-25T14:36:43.415Z] ok github.com/docker/docker/pkg/filenotify 0.046s coverage: 45.7% of statements [2022-03-25T14:36:43.415Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-25T14:36:43.415Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-25T14:36:43.415Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-25T14:36:43.415Z] === RUN TestXGlobalNoParent [2022-03-25T14:36:43.415Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-25T14:36:43.415Z] === RUN TestReplaceFileTarWrapper [2022-03-25T14:36:43.415Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-03-25T14:36:43.415Z] === RUN TestPrefixHeaderReadable [2022-03-25T14:36:43.415Z] --- PASS: TestNetworkDBWatch (3.06s) [2022-03-25T14:36:43.415Z] === RUN TestNetworkDBBulkSync [2022-03-25T14:36:43.415Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-25T14:36:43.415Z] === RUN TestDisablePigz [2022-03-25T14:36:43.415Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-25T14:36:43.889Z] --- PASS: TestDisablePigz (0.18s) [2022-03-25T14:36:43.889Z] === RUN TestPigz [2022-03-25T14:36:43.889Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-25T14:36:43.889Z] --- PASS: TestPigz (0.19s) [2022-03-25T14:36:43.889Z] === RUN TestNosysFileInfo [2022-03-25T14:36:43.889Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-25T14:36:43.889Z] === RUN TestCopyFileWithInvalidDest [2022-03-25T14:36:43.889Z] archive_windows_test.go:16: Currently fails [2022-03-25T14:36:43.889Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:36:43.889Z] === RUN TestCanonicalTarNameForPath [2022-03-25T14:36:43.889Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-25T14:36:43.889Z] === RUN TestCanonicalTarName [2022-03-25T14:36:43.889Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-25T14:36:43.889Z] === RUN TestChmodTarEntry [2022-03-25T14:36:43.889Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-25T14:36:43.889Z] === RUN TestHardLinkOrder [2022-03-25T14:36:43.889Z] --- PASS: TestHardLinkOrder (0.11s) [2022-03-25T14:36:43.889Z] === RUN TestChangeString [2022-03-25T14:36:43.889Z] --- PASS: TestChangeString (0.00s) [2022-03-25T14:36:43.889Z] === RUN TestChangesWithNoChanges [2022-03-25T14:36:43.889Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-25T14:36:43.889Z] === RUN TestChangesWithChanges [2022-03-25T14:36:43.889Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-25T14:36:43.889Z] === RUN TestChangesWithChangesGH13590 [2022-03-25T14:36:43.889Z] changes_test.go:196: needs more investigation [2022-03-25T14:36:43.889Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-25T14:36:43.889Z] === RUN TestChangesDirsEmpty [2022-03-25T14:36:43.889Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-25T14:36:43.889Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-25T14:36:43.889Z] === RUN TestChangesDirsMutated [2022-03-25T14:36:44.329Z] --- PASS: TestUpdateRestartPolicy (11.11s) [2022-03-25T14:36:44.329Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-25T14:36:44.329Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-03-25T14:36:44.329Z] === RUN TestWaitNonBlocked [2022-03-25T14:36:44.329Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:44.329Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:44.329Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:44.329Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:44.329Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:36:44.329Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:36:44.329Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-25T14:36:44.329Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s) [2022-03-25T14:36:44.329Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-03-25T14:36:44.329Z] === RUN TestWaitBlocked [2022-03-25T14:36:44.329Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:44.329Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:44.329Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:44.329Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:44.329Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-25T14:36:44.329Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-25T14:36:44.357Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-25T14:36:44.357Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestApplyLayer [2022-03-25T14:36:44.357Z] changes_test.go:433: needs further investigation [2022-03-25T14:36:44.357Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestChangesSizeWithHardlinks [2022-03-25T14:36:44.357Z] changes_test.go:469: needs further investigation [2022-03-25T14:36:44.357Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestChangesSizeWithNoChanges [2022-03-25T14:36:44.357Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-25T14:36:44.357Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestChangesSize [2022-03-25T14:36:44.357Z] --- PASS: TestChangesSize (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestApplyLayerInvalidFilenames [2022-03-25T14:36:44.357Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1449459321\\dest" [2022-03-25T14:36:44.357Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-25T14:36:44.357Z] === RUN TestApplyLayerInvalidHardlink [2022-03-25T14:36:44.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink767188210\\victim\\hello" -> "../victim/hello" [2022-03-25T14:36:44.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink56604632\\victim\\hello" -> "/../victim/hello" [2022-03-25T14:36:44.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1340692781\\victim" -> "../victim" [2022-03-25T14:36:44.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3770452153\\victim" -> "../victim" [2022-03-25T14:36:44.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1145444893\\victim" -> "../victim" [2022-03-25T14:36:44.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1360495519\\victim" -> "../victim" [2022-03-25T14:36:44.357Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-25T14:36:44.357Z] === RUN TestApplyLayerInvalidSymlink [2022-03-25T14:36:44.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1270734809\\dest\\dotdot" -> "../victim/hello" [2022-03-25T14:36:44.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3099305439\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-25T14:36:44.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2172721772\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:36:44.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1149473720\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:36:44.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3312709727\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:36:44.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink535048164\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:36:44.357Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-03-25T14:36:44.357Z] === RUN TestApplyLayerWhiteouts [2022-03-25T14:36:44.357Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-03-25T14:36:44.357Z] === RUN TestGenerateEmptyFile [2022-03-25T14:36:44.357Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestGenerateWithContent [2022-03-25T14:36:44.357Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-25T14:36:44.357Z] PASS [2022-03-25T14:36:44.357Z] coverage: 61.9% of statements [2022-03-25T14:36:44.357Z] ok github.com/docker/docker/pkg/archive 10.805s coverage: 61.9% of statements [2022-03-25T14:36:44.357Z] === RUN TestCopyFileWithInvalidSrc [2022-03-25T14:36:44.357Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestCopyFileWithInvalidDest [2022-03-25T14:36:44.357Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-25T14:36:44.357Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-25T14:36:44.357Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestCopyFile [2022-03-25T14:36:44.357Z] --- PASS: TestCopyFile (0.01s) [2022-03-25T14:36:44.357Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-25T14:36:44.357Z] fileutils_test.go:133: Needs porting to Windows [2022-03-25T14:36:44.357Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-25T14:36:44.357Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-25T14:36:44.357Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-25T14:36:44.358Z] fileutils_test.go:179: Needs porting to Windows [2022-03-25T14:36:44.358Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestWildcardMatches [2022-03-25T14:36:44.358Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestPatternMatches [2022-03-25T14:36:44.358Z] --- PASS: TestPatternMatches (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-25T14:36:44.358Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestPatternMatchesFolderExclusions [2022-03-25T14:36:44.358Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-25T14:36:44.358Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-25T14:36:44.358Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-25T14:36:44.358Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-25T14:36:44.358Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestSingleExclamationError [2022-03-25T14:36:44.358Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestMatchesWithNoPatterns [2022-03-25T14:36:44.358Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestMatchesWithMalformedPatterns [2022-03-25T14:36:44.358Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestMatches [2022-03-25T14:36:44.358Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-25T14:36:44.358Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-25T14:36:44.358Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-25T14:36:44.358Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-25T14:36:44.358Z] --- PASS: TestMatches (0.02s) [2022-03-25T14:36:44.358Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-25T14:36:44.358Z] --- PASS: TestMatches/MatchesUsingParentResult (0.01s) [2022-03-25T14:36:44.358Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-25T14:36:44.358Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestCleanPatterns [2022-03-25T14:36:44.358Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-25T14:36:44.358Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestCleanPatternsExceptionFlag [2022-03-25T14:36:44.358Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-25T14:36:44.358Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-25T14:36:44.358Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestCleanPatternsErrorSingleException [2022-03-25T14:36:44.358Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestCreateIfNotExistsDir [2022-03-25T14:36:44.358Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-25T14:36:44.358Z] === RUN TestCreateIfNotExistsFile [2022-03-25T14:36:44.358Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-25T14:36:44.358Z] === RUN TestMatch [2022-03-25T14:36:44.358Z] --- PASS: TestMatch (0.00s) [2022-03-25T14:36:44.358Z] === RUN TestCompile [2022-03-25T14:36:44.358Z] === RUN TestCompile/slash [2022-03-25T14:36:44.358Z] === RUN TestCompile/backslash [2022-03-25T14:36:44.358Z] --- PASS: TestCompile (0.00s) [2022-03-25T14:36:44.358Z] --- PASS: TestCompile/slash (0.00s) [2022-03-25T14:36:44.358Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-25T14:36:44.358Z] PASS [2022-03-25T14:36:44.358Z] coverage: 84.7% of statements [2022-03-25T14:36:44.358Z] ok github.com/docker/docker/pkg/fileutils 0.124s coverage: 84.7% of statements [2022-03-25T14:36:44.583Z] ---> 09e2e2ff6674 [2022-03-25T14:36:44.827Z] 2022/03/25 14:36:44 Closing DB instances... [2022-03-25T14:36:45.059Z] --- PASS: TestDaemonHostGatewayIP (3.26s) [2022-03-25T14:36:45.059Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-25T14:36:45.207Z] --- PASS: TestDaemonDNSFallback (6.19s) [2022-03-25T14:36:45.207Z] === RUN TestInspectNetwork [2022-03-25T14:36:45.275Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-25T14:36:45.275Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s) [2022-03-25T14:36:45.275Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s) [2022-03-25T14:36:45.275Z] === CONT TestContainerStartOnDaemonRestart [2022-03-25T14:36:45.275Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-25T14:36:45.295Z] === RUN TestGet [2022-03-25T14:36:45.295Z] --- PASS: TestGet (0.00s) [2022-03-25T14:36:45.295Z] === RUN TestGetShortcutString [2022-03-25T14:36:45.295Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-25T14:36:45.295Z] PASS [2022-03-25T14:36:45.295Z] coverage: 42.9% of statements [2022-03-25T14:36:45.295Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-03-25T14:36:45.603Z] Successfully built 09e2e2ff6674 [2022-03-25T14:36:45.603Z] Successfully tagged docker:latest [2022-03-25T14:36:45.603Z] INFO: Image build ended at 03/25/2022 14:36:45. Duration:00:03:54.4431832 [2022-03-25T14:36:45.603Z] [2022-03-25T14:36:45.603Z] [2022-03-25T14:36:45.603Z] INFO: Building the test binaries at 03/25/2022 14:36:45... [2022-03-25T14:36:46.282Z] --- PASS: TestNetworkDBBulkSync (2.66s) [2022-03-25T14:36:46.282Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-25T14:36:46.282Z] === RUN TestCreateIDMapOrder [2022-03-25T14:36:46.282Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-25T14:36:46.282Z] PASS [2022-03-25T14:36:46.282Z] coverage: 7.2% of statements [2022-03-25T14:36:46.282Z] ok github.com/docker/docker/pkg/idtools 0.051s coverage: 7.2% of statements [2022-03-25T14:36:46.428Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-25T14:36:47.737Z] === RUN TestInspectNetwork/full_network_id [2022-03-25T14:36:47.737Z] === RUN TestInspectNetwork/partial_network_id [2022-03-25T14:36:47.737Z] === RUN TestInspectNetwork/network_name [2022-03-25T14:36:47.737Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-25T14:36:47.800Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.76s) [2022-03-25T14:36:47.800Z] === CONT TestDaemonRestartIpcMode [2022-03-25T14:36:47.806Z] --- PASS: TestContainerStartOnDaemonRestart (2.36s) [2022-03-25T14:36:47.806Z] === CONT TestIpcModeOlderClient [2022-03-25T14:36:47.806Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.39s) [2022-03-25T14:36:47.806Z] === CONT TestContainerKillOnDaemonStart [2022-03-25T14:36:47.806Z] --- PASS: TestIpcModeOlderClient (0.12s) [2022-03-25T14:36:47.806Z] === CONT TestDaemonHostGatewayIP [2022-03-25T14:36:47.846Z] === RUN TestFixedBufferCap [2022-03-25T14:36:47.846Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-25T14:36:47.846Z] === RUN TestFixedBufferLen [2022-03-25T14:36:47.846Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-25T14:36:47.846Z] === RUN TestFixedBufferString [2022-03-25T14:36:47.846Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-25T14:36:47.846Z] === RUN TestFixedBufferWrite [2022-03-25T14:36:47.846Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-25T14:36:47.846Z] === RUN TestFixedBufferRead [2022-03-25T14:36:47.846Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-25T14:36:47.846Z] === RUN TestBytesPipeRead [2022-03-25T14:36:47.846Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-25T14:36:47.846Z] === RUN TestBytesPipeWrite [2022-03-25T14:36:47.846Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-25T14:36:47.846Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-25T14:36:48.843Z] --- PASS: TestBytesPipeWriteRandomChunks (0.57s) [2022-03-25T14:36:48.843Z] === RUN TestAtomicWriteToFile [2022-03-25T14:36:48.843Z] --- PASS: TestAtomicWriteToFile (0.03s) [2022-03-25T14:36:48.843Z] === RUN TestAtomicWriteSetCommit [2022-03-25T14:36:48.843Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-25T14:36:48.843Z] === RUN TestAtomicWriteSetCancel [2022-03-25T14:36:48.843Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-25T14:36:48.843Z] === RUN TestReadCloserWrapperClose [2022-03-25T14:36:48.843Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-25T14:36:48.843Z] === RUN TestReaderErrWrapperReadOnError [2022-03-25T14:36:48.843Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-25T14:36:48.843Z] === RUN TestReaderErrWrapperRead [2022-03-25T14:36:48.843Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-25T14:36:48.843Z] === RUN TestCancelReadCloser [2022-03-25T14:36:48.843Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-25T14:36:48.843Z] === RUN TestWriteCloserWrapperClose [2022-03-25T14:36:48.843Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-25T14:36:48.843Z] === RUN TestNopWriteCloser [2022-03-25T14:36:48.843Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-25T14:36:48.843Z] === RUN TestNopWriter [2022-03-25T14:36:48.843Z] --- PASS: TestNopWriter (0.00s) [2022-03-25T14:36:48.843Z] === RUN TestWriteCounter [2022-03-25T14:36:48.843Z] --- PASS: TestWriteCounter (0.00s) [2022-03-25T14:36:48.843Z] PASS [2022-03-25T14:36:48.843Z] coverage: 70.5% of statements [2022-03-25T14:36:48.843Z] ok github.com/docker/docker/pkg/ioutils 0.771s coverage: 70.5% of statements [2022-03-25T14:36:49.171Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-25T14:36:49.832Z] 2022/03/25 14:36:49 Closing DB instances... [2022-03-25T14:36:49.832Z] === RUN TestError [2022-03-25T14:36:49.832Z] --- PASS: TestError (0.00s) [2022-03-25T14:36:49.832Z] === RUN TestProgressString [2022-03-25T14:36:49.832Z] === RUN TestProgressString/no_progress [2022-03-25T14:36:49.832Z] === RUN TestProgressString/progress_1 [2022-03-25T14:36:49.832Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-25T14:36:49.832Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-25T14:36:49.832Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-25T14:36:49.832Z] === RUN TestProgressString/with_units [2022-03-25T14:36:49.832Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-25T14:36:49.832Z] === RUN TestProgressString/hide_counts [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString (0.00s) [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-25T14:36:49.832Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-25T14:36:49.832Z] === RUN TestJSONMessageDisplay [2022-03-25T14:36:49.832Z] --- PASS: TestJSONMessageDisplay (0.24s) [2022-03-25T14:36:49.832Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-25T14:36:49.832Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-25T14:36:49.832Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-25T14:36:49.832Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-25T14:36:49.832Z] === RUN TestDisplayJSONMessagesStream [2022-03-25T14:36:49.832Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-25T14:36:49.832Z] PASS [2022-03-25T14:36:49.832Z] coverage: 91.7% of statements [2022-03-25T14:36:49.832Z] ok github.com/docker/docker/pkg/jsonmessage 0.295s coverage: 91.7% of statements [2022-03-25T14:36:50.300Z] time="2022-03-25T14:36:50Z" level=error msg="node: f783c0ec4209 is unknown to memberlist" [2022-03-25T14:36:50.333Z] --- PASS: TestDaemonHostGatewayIP (2.53s) [2022-03-25T14:36:50.333Z] === CONT TestDaemonRestartIpcMode [2022-03-25T14:36:50.388Z] INFO: make.ps1 starting at 03/25/2022 14:36:49 [2022-03-25T14:36:50.388Z] INFO: Git commit (3853eb59d1) assumed from DOCKER_GITCOMMIT environment variable [2022-03-25T14:36:50.388Z] INFO: Invoking autogen... [2022-03-25T14:36:50.769Z] === RUN TestStandardLongPath [2022-03-25T14:36:50.769Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-25T14:36:50.769Z] === RUN TestUNCLongPath [2022-03-25T14:36:50.769Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-25T14:36:50.769Z] PASS [2022-03-25T14:36:50.769Z] coverage: 100.0% of statements [2022-03-25T14:36:50.769Z] ok github.com/docker/docker/pkg/longpath 0.040s coverage: 100.0% of statements [2022-03-25T14:36:50.855Z] INFO: Building daemon... [2022-03-25T14:36:51.109Z] --- PASS: TestDaemonRestartIpcMode (3.21s) [2022-03-25T14:36:51.109Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-25T14:36:51.109Z] --- PASS: TestContainerKillOnDaemonStart (12.87s) [2022-03-25T14:36:51.109Z] PASS [2022-03-25T14:36:51.109Z] [2022-03-25T14:36:51.109Z] === Skipped [2022-03-25T14:36:51.109Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-25T14:36:51.109Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:36:51.109Z] [2022-03-25T14:36:51.109Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-25T14:36:51.109Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:36:51.109Z] [2022-03-25T14:36:51.109Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-25T14:36:51.109Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:36:51.109Z] [2022-03-25T14:36:51.109Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-25T14:36:51.109Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-25T14:36:51.109Z] [2022-03-25T14:36:51.109Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-25T14:36:51.109Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-25T14:36:51.109Z] [2022-03-25T14:36:51.109Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2022-03-25T14:36:51.109Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:36:51.109Z] [2022-03-25T14:36:51.109Z] DONE 201 tests, 6 skipped in 158.092s [2022-03-25T14:36:51.109Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-25T14:36:51.109Z] ++ 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-25T14:36:51.109Z] ++ set -e [2022-03-25T14:36:51.109Z] ++ '[' -n 0 ']' [2022-03-25T14:36:51.109Z] ++ set -x [2022-03-25T14:36:51.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=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-25T14:36:51.237Z] === RUN TestNameFormat [2022-03-25T14:36:51.237Z] --- PASS: TestNameFormat (0.00s) [2022-03-25T14:36:51.237Z] === RUN TestNameRetries [2022-03-25T14:36:51.237Z] --- PASS: TestNameRetries (0.00s) [2022-03-25T14:36:51.237Z] PASS [2022-03-25T14:36:51.237Z] coverage: 85.7% of statements [2022-03-25T14:36:51.237Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2022-03-25T14:36:51.365Z] === RUN TestConfigDaemonLibtrustID [2022-03-25T14:36:51.921Z] --- PASS: TestInspectNetwork (6.34s) [2022-03-25T14:36:51.921Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-25T14:36:51.921Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-25T14:36:51.921Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-25T14:36:51.921Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-25T14:36:51.921Z] === RUN TestRunContainerWithBridgeNone [2022-03-25T14:36:51.928Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-25T14:36:51.928Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-25T14:36:51.928Z] === RUN TestDaemonConfigValidation [2022-03-25T14:36:51.928Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:36:51.928Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:36:51.928Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-25T14:36:51.928Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-25T14:36:51.928Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-25T14:36:51.928Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-25T14:36:51.928Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-25T14:36:51.928Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-25T14:36:51.928Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-25T14:36:51.928Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-25T14:36:51.928Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:36:51.928Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-25T14:36:52.185Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-25T14:36:52.185Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-25T14:36:52.185Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-25T14:36:52.223Z] === RUN TestParseKeyValueOpt [2022-03-25T14:36:52.223Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-25T14:36:52.223Z] === RUN TestParseUintList [2022-03-25T14:36:52.223Z] --- PASS: TestParseUintList (0.00s) [2022-03-25T14:36:52.223Z] === RUN TestParseUintListMaximumLimits [2022-03-25T14:36:52.223Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-25T14:36:52.223Z] PASS [2022-03-25T14:36:52.223Z] coverage: 97.0% of statements [2022-03-25T14:36:52.223Z] ok github.com/docker/docker/pkg/parsers 0.073s coverage: 97.0% of statements [2022-03-25T14:36:52.232Z] --- PASS: TestDaemonRestartIpcMode (2.25s) [2022-03-25T14:36:52.441Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-25T14:36:52.441Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.19s) [2022-03-25T14:36:52.441Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.21s) [2022-03-25T14:36:52.441Z] --- PASS: TestDaemonConfigValidation/valid_config (0.18s) [2022-03-25T14:36:52.441Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.18s) [2022-03-25T14:36:52.441Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.10s) [2022-03-25T14:36:52.441Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-25T14:36:52.441Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-25T14:36:52.441Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-25T14:36:52.487Z] --- PASS: TestRunContainerWithBridgeNone (1.36s) [2022-03-25T14:36:52.487Z] === RUN TestNetworkInvalidJSON [2022-03-25T14:36:52.487Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-25T14:36:52.487Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-25T14:36:52.487Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:36:52.487Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:36:52.487Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:36:52.487Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:36:52.487Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-25T14:36:52.487Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:36:52.487Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:36:52.487Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-25T14:36:52.487Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-25T14:36:52.487Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-25T14:36:52.487Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-25T14:36:52.487Z] === RUN TestNetworkList [2022-03-25T14:36:52.487Z] === RUN TestNetworkList//networks [2022-03-25T14:36:52.487Z] === PAUSE TestNetworkList//networks [2022-03-25T14:36:52.487Z] === RUN TestNetworkList//networks/ [2022-03-25T14:36:52.487Z] === PAUSE TestNetworkList//networks/ [2022-03-25T14:36:52.691Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.52s) [2022-03-25T14:36:52.692Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-25T14:36:52.697Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-25T14:36:52.745Z] === CONT TestNetworkList//networks [2022-03-25T14:36:52.745Z] === CONT TestNetworkList//networks/ [2022-03-25T14:36:52.745Z] --- PASS: TestNetworkList (0.01s) [2022-03-25T14:36:52.745Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-25T14:36:52.745Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-25T14:36:52.745Z] === RUN TestHostIPv4BridgeLabel [2022-03-25T14:36:53.159Z] === RUN Test_windowsOSRelease_String [2022-03-25T14:36:53.159Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-03-25T14:36:53.159Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-03-25T14:36:53.159Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-03-25T14:36:53.159Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-03-25T14:36:53.159Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-03-25T14:36:53.159Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-03-25T14:36:53.159Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-03-25T14:36:53.160Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-03-25T14:36:53.160Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-03-25T14:36:53.160Z] PASS [2022-03-25T14:36:53.160Z] coverage: 36.4% of statements [2022-03-25T14:36:53.160Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.043s coverage: 36.4% of statements [2022-03-25T14:36:53.316Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-25T14:36:53.317Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-25T14:36:53.626Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-25T14:36:54.147Z] === RUN TestNewAndRemove [2022-03-25T14:36:54.147Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-25T14:36:54.147Z] === RUN TestRemoveInvalidPath [2022-03-25T14:36:54.147Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-25T14:36:54.147Z] PASS [2022-03-25T14:36:54.147Z] coverage: 82.6% of statements [2022-03-25T14:36:54.147Z] ok github.com/docker/docker/pkg/pidfile 0.048s coverage: 82.6% of statements [2022-03-25T14:36:54.250Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-25T14:36:54.251Z] === RUN TestDaemonDefaultNetworkPools [2022-03-25T14:36:54.476Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-25T14:36:54.555Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-25T14:36:54.811Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-25T14:36:54.816Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-03-25T14:36:54.816Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-25T14:36:55.134Z] --- PASS: TestGetAddress (33.26s) [2022-03-25T14:36:55.134Z] === RUN TestRequestSyntaxCheck [2022-03-25T14:36:55.374Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-25T14:36:55.603Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-25T14:36:55.603Z] === RUN TestRequest [2022-03-25T14:36:55.631Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-25T14:36:55.631Z] daemon_test.go:156: [d90d513bd1dce] daemon is not started [2022-03-25T14:36:55.631Z] --- PASS: TestConfigDaemonSeccompProfiles (3.16s) [2022-03-25T14:36:55.631Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-03-25T14:36:55.631Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.06s) [2022-03-25T14:36:55.631Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-03-25T14:36:55.631Z] === RUN TestDaemonProxy [2022-03-25T14:36:55.631Z] === RUN TestDaemonProxy/environment_variables [2022-03-25T14:36:56.071Z] === RUN TestFailedConnection [2022-03-25T14:36:56.190Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-25T14:36:56.190Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-25T14:36:57.124Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2022-03-25T14:36:57.124Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-25T14:36:57.522Z] === RUN TestDaemonProxy/command-line_options [2022-03-25T14:36:57.522Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-25T14:36:57.690Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-25T14:36:57.690Z] === RUN TestServiceWithPredefinedNetwork [2022-03-25T14:36:58.290Z] --- PASS: TestFailedConnection (2.02s) [2022-03-25T14:36:58.290Z] === RUN TestFailOnce [2022-03-25T14:36:58.290Z] 2022/03/25 14:36:57 http: panic serving 127.0.0.1:49321: Plugin not ready [2022-03-25T14:36:58.290Z] goroutine 38 [running]: [2022-03-25T14:36:58.290Z] net/http.(*conn).serve.func1() [2022-03-25T14:36:58.290Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-25T14:36:58.291Z] panic({0x463700, 0x5ad030}) [2022-03-25T14:36:58.291Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-25T14:36:58.291Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0002c5a70?) [2022-03-25T14:36:58.291Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-25T14:36:58.291Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x5b2838?, 0xc00022a000?}, 0x3bda46?) [2022-03-25T14:36:58.291Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-25T14:36:58.291Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x5b2838, 0xc00022a000}, 0xc0002b0200) [2022-03-25T14:36:58.291Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-03-25T14:36:58.291Z] net/http.serverHandler.ServeHTTP({0x5b0e58?}, {0x5b2838, 0xc00022a000}, 0xc0002b0200) [2022-03-25T14:36:58.291Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-25T14:36:58.291Z] net/http.(*conn).serve(0xc0002be000, {0x5b2d38, 0xc0002060c0}) [2022-03-25T14:36:58.291Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-25T14:36:58.291Z] created by net/http.(*Server).Serve [2022-03-25T14:36:58.291Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-25T14:36:58.291Z] time="2022-03-25T14:36:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49320/Test.FailOnce: Post \"http://127.0.0.1:49320/Test.FailOnce\": EOF, retrying in 1s" [2022-03-25T14:36:58.450Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-25T14:36:58.450Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-25T14:36:58.450Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-25T14:36:58.450Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-25T14:36:58.450Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-25T14:36:58.450Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-25T14:36:58.450Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-25T14:36:58.450Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-25T14:36:58.450Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-25T14:36:59.002Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-25T14:36:59.002Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-03-25T14:36:59.002Z] === RUN TestBoolValue [2022-03-25T14:36:59.002Z] --- PASS: TestBoolValue (0.00s) [2022-03-25T14:36:59.002Z] === RUN TestBoolValueOrDefault [2022-03-25T14:36:59.002Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-25T14:36:59.002Z] === RUN TestInt64ValueOrZero [2022-03-25T14:36:59.002Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-25T14:36:59.002Z] === RUN TestInt64ValueOrDefault [2022-03-25T14:36:59.002Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-25T14:36:59.002Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-25T14:36:59.002Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-25T14:36:59.002Z] === RUN TestJsonContentType [2022-03-25T14:36:59.002Z] --- PASS: TestJsonContentType (0.00s) [2022-03-25T14:36:59.002Z] PASS [2022-03-25T14:36:59.002Z] coverage: 16.2% of statements [2022-03-25T14:36:59.002Z] ok github.com/docker/docker/api/server/httputils 0.059s coverage: 16.2% of statements [2022-03-25T14:36:59.012Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-25T14:36:59.012Z] === RUN TestDaemonProxy/configuration_file [2022-03-25T14:36:59.277Z] --- PASS: TestFailOnce (1.21s) [2022-03-25T14:36:59.277Z] === RUN TestEchoInputOutput [2022-03-25T14:36:59.277Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-25T14:36:59.277Z] === RUN TestBackoff [2022-03-25T14:36:59.277Z] --- PASS: TestBackoff (0.00s) [2022-03-25T14:36:59.277Z] === RUN TestAbortRetry [2022-03-25T14:36:59.277Z] --- PASS: TestAbortRetry (0.00s) [2022-03-25T14:36:59.277Z] === RUN TestClientScheme [2022-03-25T14:36:59.277Z] --- PASS: TestClientScheme (0.00s) [2022-03-25T14:36:59.277Z] === RUN TestNewClientWithTimeout [2022-03-25T14:36:59.752Z] time="2022-03-25T14:36:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49325/Test.Echo: Post \"http://127.0.0.1:49325/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-25T14:37:00.262Z] --- PASS: TestServiceWithPredefinedNetwork (2.11s) [2022-03-25T14:37:00.262Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-25T14:37:00.262Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:37:00.262Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:37:00.262Z] === RUN TestServiceWithDataPathPortInit [2022-03-25T14:37:00.340Z] --- PASS: TestContainerKillOnDaemonStart (11.73s) [2022-03-25T14:37:00.340Z] PASS [2022-03-25T14:37:00.340Z] [2022-03-25T14:37:00.340Z] === Skipped [2022-03-25T14:37:00.340Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-25T14:37:00.340Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:37:00.340Z] [2022-03-25T14:37:00.340Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.02s) [2022-03-25T14:37:00.340Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:37:00.340Z] [2022-03-25T14:37:00.340Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-25T14:37:00.340Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:37:00.340Z] [2022-03-25T14:37:00.340Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-25T14:37:00.340Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-25T14:37:00.340Z] [2022-03-25T14:37:00.340Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-25T14:37:00.340Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-25T14:37:00.340Z] [2022-03-25T14:37:00.340Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-25T14:37:00.340Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-25T14:37:00.340Z] [2022-03-25T14:37:00.340Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-25T14:37:00.340Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:37:00.340Z] [2022-03-25T14:37:00.340Z] DONE 201 tests, 7 skipped in 119.854s [2022-03-25T14:37:00.340Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-25T14:37:00.340Z] === RUN TestConfigDaemonLibtrustID [2022-03-25T14:37:00.340Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-25T14:37:00.340Z] === RUN TestDaemonConfigValidation [2022-03-25T14:37:00.340Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:37:00.340Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:37:00.340Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-25T14:37:00.340Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-25T14:37:00.340Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-25T14:37:00.340Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-25T14:37:00.340Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-25T14:37:00.340Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-25T14:37:00.340Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-25T14:37:00.340Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-25T14:37:00.340Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-25T14:37:00.340Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-25T14:37:00.340Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-25T14:37:00.340Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-25T14:37:00.340Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-25T14:37:00.340Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-25T14:37:00.340Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-25T14:37:00.340Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-03-25T14:37:00.340Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2022-03-25T14:37:00.340Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-03-25T14:37:00.340Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-03-25T14:37:00.340Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-25T14:37:00.340Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-25T14:37:00.905Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-25T14:37:00.906Z] === RUN TestDaemonProxy/conflicting_options [2022-03-25T14:37:01.224Z] === RUN TestMaskSecretKeys [2022-03-25T14:37:01.224Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-25T14:37:01.224Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-25T14:37:01.224Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-25T14:37:01.224Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-25T14:37:01.224Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-25T14:37:01.224Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-25T14:37:01.224Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-25T14:37:01.224Z] === RUN TestVersionMiddlewareVersion [2022-03-25T14:37:01.224Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-25T14:37:01.224Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-25T14:37:01.224Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-25T14:37:01.224Z] PASS [2022-03-25T14:37:01.224Z] coverage: 37.7% of statements [2022-03-25T14:37:01.224Z] ok github.com/docker/docker/api/server/middleware 0.062s coverage: 37.7% of statements [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-25T14:37:01.224Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-25T14:37:01.317Z] time="2022-03-25T14:37:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49325/Test.Echo: Post \"http://127.0.0.1:49325/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-25T14:37:01.469Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-25T14:37:01.469Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-25T14:37:02.034Z] --- PASS: TestDaemonProxy (6.37s) [2022-03-25T14:37:02.034Z] --- PASS: TestDaemonProxy/environment_variables (1.79s) [2022-03-25T14:37:02.034Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-03-25T14:37:02.034Z] --- PASS: TestDaemonProxy/configuration_file (1.80s) [2022-03-25T14:37:02.034Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-25T14:37:02.034Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-25T14:37:02.034Z] PASS [2022-03-25T14:37:02.034Z] [2022-03-25T14:37:02.034Z] DONE 17 tests in 10.723s [2022-03-25T14:37:02.034Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-25T14:37:02.034Z] ++ 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-25T14:37:02.034Z] ++ set -e [2022-03-25T14:37:02.034Z] ++ '[' -n 0 ']' [2022-03-25T14:37:02.034Z] ++ set -x [2022-03-25T14:37:02.034Z] ++ 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-25T14:37:02.034Z] INFO: Testing against a local daemon [2022-03-25T14:37:02.034Z] === RUN TestCommitInheritsEnv [2022-03-25T14:37:02.215Z] === RUN TestStrSliceMarshalJSON [2022-03-25T14:37:02.215Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-25T14:37:02.215Z] === RUN TestStrSliceUnmarshalJSON [2022-03-25T14:37:02.215Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-25T14:37:02.215Z] === RUN TestStrSliceUnmarshalString [2022-03-25T14:37:02.215Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-25T14:37:02.215Z] === RUN TestStrSliceUnmarshalSlice [2022-03-25T14:37:02.215Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-25T14:37:02.215Z] PASS [2022-03-25T14:37:02.215Z] coverage: 90.0% of statements [2022-03-25T14:37:02.215Z] ok github.com/docker/docker/api/types/strslice 0.049s coverage: 90.0% of statements [2022-03-25T14:37:02.279Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-25T14:37:02.290Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-25T14:37:02.547Z] --- PASS: TestCommitInheritsEnv (0.44s) [2022-03-25T14:37:02.547Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-25T14:37:02.547Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-25T14:37:02.547Z] === RUN TestImportWithCustomPlatform [2022-03-25T14:37:02.547Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-25T14:37:02.685Z] === RUN TestToJSON [2022-03-25T14:37:02.685Z] --- PASS: TestToJSON (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestToParamWithVersion [2022-03-25T14:37:02.685Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestFromJSON [2022-03-25T14:37:02.685Z] --- PASS: TestFromJSON (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestEmpty [2022-03-25T14:37:02.685Z] --- PASS: TestEmpty (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestArgsMatchKVListEmptySources [2022-03-25T14:37:02.685Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestArgsMatchKVList [2022-03-25T14:37:02.685Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestArgsMatch [2022-03-25T14:37:02.685Z] --- PASS: TestArgsMatch (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestAdd [2022-03-25T14:37:02.685Z] --- PASS: TestAdd (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestDel [2022-03-25T14:37:02.685Z] --- PASS: TestDel (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestLen [2022-03-25T14:37:02.685Z] --- PASS: TestLen (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestExactMatch [2022-03-25T14:37:02.685Z] --- PASS: TestExactMatch (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestOnlyOneExactMatch [2022-03-25T14:37:02.685Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestContains [2022-03-25T14:37:02.685Z] --- PASS: TestContains (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestValidate [2022-03-25T14:37:02.685Z] --- PASS: TestValidate (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestWalkValues [2022-03-25T14:37:02.685Z] --- PASS: TestWalkValues (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestFuzzyMatch [2022-03-25T14:37:02.685Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestClone [2022-03-25T14:37:02.685Z] --- PASS: TestClone (0.00s) [2022-03-25T14:37:02.685Z] PASS [2022-03-25T14:37:02.685Z] coverage: 92.2% of statements [2022-03-25T14:37:02.685Z] ok github.com/docker/docker/api/types/filters 0.060s coverage: 92.2% of statements [2022-03-25T14:37:02.685Z] === RUN TestDurationToSecondsString [2022-03-25T14:37:02.685Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-25T14:37:02.685Z] === RUN TestGetTimestamp [2022-03-25T14:37:02.685Z] === RUN TestAdjustForAPIVersion [2022-03-25T14:37:02.685Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-25T14:37:02.685Z] PASS [2022-03-25T14:37:02.685Z] coverage: 5.7% of statements [2022-03-25T14:37:02.685Z] ok github.com/docker/docker/api/server/router/swarm 0.057s coverage: 5.7% of statements [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-25T14:37:02.685Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-25T14:37:02.685Z] --- PASS: TestGetTimestamp (0.21s) [2022-03-25T14:37:02.685Z] === RUN TestParseTimestamps [2022-03-25T14:37:02.685Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-25T14:37:02.685Z] PASS [2022-03-25T14:37:02.685Z] coverage: 100.0% of statements [2022-03-25T14:37:02.685Z] ok github.com/docker/docker/api/types/time 0.254s coverage: 100.0% of statements [2022-03-25T14:37:02.803Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-25T14:37:02.803Z] === RUN TestImportWithCustomPlatform// [2022-03-25T14:37:02.803Z] === RUN TestImportWithCustomPlatform/linux [2022-03-25T14:37:02.803Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-25T14:37:03.061Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-25T14:37:03.062Z] === RUN TestImportWithCustomPlatform/macos [2022-03-25T14:37:03.062Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-25T14:37:03.062Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform (0.57s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform/#00 (0.14s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform/linux (0.13s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.12s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.13s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-25T14:37:03.062Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-25T14:37:03.062Z] === RUN TestImagesFilterMultiReference [2022-03-25T14:37:03.155Z] === RUN TestCompareVersion [2022-03-25T14:37:03.155Z] --- PASS: TestCompareVersion (0.00s) [2022-03-25T14:37:03.155Z] PASS [2022-03-25T14:37:03.155Z] coverage: 77.3% of statements [2022-03-25T14:37:03.155Z] ok github.com/docker/docker/api/types/versions 0.053s coverage: 77.3% of statements [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/builder [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-25T14:37:03.155Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-25T14:37:03.213Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-25T14:37:03.213Z] daemon_test.go:156: [dee1042ef90c3] daemon is not started [2022-03-25T14:37:03.213Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-25T14:37:03.213Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-25T14:37:03.213Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-25T14:37:03.213Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-25T14:37:03.213Z] === RUN TestDaemonProxy [2022-03-25T14:37:03.213Z] === RUN TestDaemonProxy/environment_variables [2022-03-25T14:37:03.318Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-03-25T14:37:03.318Z] === RUN TestImagePullPlatformInvalid [2022-03-25T14:37:03.318Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-25T14:37:03.318Z] === RUN TestRemoveImageOrphaning [2022-03-25T14:37:03.882Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2022-03-25T14:37:03.882Z] === RUN TestRemoveImageGarbageCollector [2022-03-25T14:37:04.139Z] time="2022-03-25T14:37:04Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-03-25T14:37:04.268Z] time="2022-03-25T14:37:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49325/Test.Echo: Post \"http://127.0.0.1:49325/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-25T14:37:04.734Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-25T14:37:04.734Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-25T14:37:04.734Z] === RUN TestCloneArgsSmartHttp [2022-03-25T14:37:04.734Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-25T14:37:04.734Z] === RUN TestCloneArgsDumbHttp [2022-03-25T14:37:04.734Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-25T14:37:04.734Z] === RUN TestCloneArgsGit [2022-03-25T14:37:04.734Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-25T14:37:04.734Z] === RUN TestCheckoutGit [2022-03-25T14:37:04.737Z] --- PASS: TestRequest (9.51s) [2022-03-25T14:37:04.737Z] === RUN TestOverlappingRequests [2022-03-25T14:37:05.111Z] === RUN TestDaemonProxy/command-line_options [2022-03-25T14:37:05.204Z] --- PASS: TestOverlappingRequests (0.44s) [2022-03-25T14:37:05.204Z] === RUN TestRelease [2022-03-25T14:37:06.031Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-25T14:37:06.031Z] --- PASS: TestRemoveImageGarbageCollector (2.43s) [2022-03-25T14:37:06.031Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-25T14:37:06.287Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-25T14:37:06.287Z] === RUN TestTagInvalidReference [2022-03-25T14:37:06.287Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-25T14:37:06.287Z] === RUN TestTagValidPrefixedRepo [2022-03-25T14:37:06.287Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-25T14:37:06.287Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-25T14:37:06.287Z] === RUN TestTagExistedNameWithoutForce [2022-03-25T14:37:06.287Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-25T14:37:06.287Z] === RUN TestTagOfficialNames [2022-03-25T14:37:06.287Z] --- PASS: TestTagOfficialNames (0.07s) [2022-03-25T14:37:06.287Z] === RUN TestTagMatchesDigest [2022-03-25T14:37:06.287Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-25T14:37:06.287Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-25T14:37:06.966Z] === RUN TestEnable [2022-03-25T14:37:06.966Z] --- PASS: TestEnable (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestDisable [2022-03-25T14:37:06.966Z] --- PASS: TestDisable (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestEnabled [2022-03-25T14:37:06.966Z] --- PASS: TestEnabled (0.00s) [2022-03-25T14:37:06.966Z] PASS [2022-03-25T14:37:06.966Z] coverage: 100.0% of statements [2022-03-25T14:37:06.966Z] ok github.com/docker/docker/cli/debug 0.044s coverage: 100.0% of statements [2022-03-25T14:37:06.966Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-25T14:37:06.966Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-25T14:37:06.966Z] === RUN TestProcessNoDockerignore [2022-03-25T14:37:06.966Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-03-25T14:37:06.966Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-25T14:37:06.966Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-25T14:37:06.966Z] === RUN TestDetectContentType [2022-03-25T14:37:06.966Z] --- PASS: TestDetectContentType (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestSelectAcceptableMIME [2022-03-25T14:37:06.966Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestInspectEmptyResponse [2022-03-25T14:37:06.966Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestInspectResponseBinary [2022-03-25T14:37:06.966Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestResponseUnsupportedContentType [2022-03-25T14:37:06.966Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestInspectResponseTextSimple [2022-03-25T14:37:06.966Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestInspectResponseEmptyContentType [2022-03-25T14:37:06.966Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestUnknownContentLength [2022-03-25T14:37:06.966Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestDownloadRemote [2022-03-25T14:37:06.966Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-25T14:37:06.966Z] === RUN TestGetWithStatusError [2022-03-25T14:37:06.966Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestCloseRootDirectory [2022-03-25T14:37:06.966Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:37:06.966Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-25T14:37:06.966Z] === RUN TestHashFile [2022-03-25T14:37:06.966Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:37:06.966Z] --- SKIP: TestHashFile (0.01s) [2022-03-25T14:37:06.966Z] === RUN TestHashSubdir [2022-03-25T14:37:06.966Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:37:06.966Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-25T14:37:06.966Z] === RUN TestRemoveDirectory [2022-03-25T14:37:06.966Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:37:06.966Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-25T14:37:06.966Z] PASS [2022-03-25T14:37:06.966Z] coverage: 9.3% of statements [2022-03-25T14:37:06.966Z] ok github.com/docker/docker/builder/remotecontext 0.348s coverage: 9.3% of statements [2022-03-25T14:37:07.009Z] === RUN TestDaemonProxy/configuration_file [2022-03-25T14:37:07.420Z] --- PASS: TestRelease (1.79s) [2022-03-25T14:37:07.420Z] === RUN TestAllocateRandomDeallocate [2022-03-25T14:37:07.957Z] === RUN TestGetAllAllowed [2022-03-25T14:37:07.957Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestGetAllMeta [2022-03-25T14:37:07.957Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-25T14:37:07.957Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestIsUnreferencedBuiltin [2022-03-25T14:37:07.957Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestIsExistingDirectory [2022-03-25T14:37:07.957Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestGetFilenameForDownload [2022-03-25T14:37:07.957Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestEnv2Variables [2022-03-25T14:37:07.957Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-25T14:37:07.957Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestMaintainer [2022-03-25T14:37:07.957Z] --- PASS: TestMaintainer (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestLabel [2022-03-25T14:37:07.957Z] --- PASS: TestLabel (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestFromScratch [2022-03-25T14:37:07.957Z] --- PASS: TestFromScratch (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestFromWithArg [2022-03-25T14:37:07.957Z] --- PASS: TestFromWithArg (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-25T14:37:07.957Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestFromWithUndefinedArg [2022-03-25T14:37:07.957Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-25T14:37:07.957Z] === RUN TestFromMultiStageWithNamedStage [2022-03-25T14:37:07.957Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-25T14:37:08.382Z] === RUN TestDaemonProxy/conflicting_options [2022-03-25T14:37:08.407Z] time="2022-03-25T14:37:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49325/Test.Echo: Post \"http://127.0.0.1:49325/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-25T14:37:08.427Z] === RUN TestOnbuild [2022-03-25T14:37:08.427Z] --- PASS: TestOnbuild (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestWorkdir [2022-03-25T14:37:08.427Z] --- PASS: TestWorkdir (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestCmd [2022-03-25T14:37:08.427Z] --- PASS: TestCmd (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestHealthcheckNone [2022-03-25T14:37:08.427Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestHealthcheckCmd [2022-03-25T14:37:08.427Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestEntrypoint [2022-03-25T14:37:08.427Z] --- PASS: TestEntrypoint (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestExpose [2022-03-25T14:37:08.427Z] --- PASS: TestExpose (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestUser [2022-03-25T14:37:08.427Z] --- PASS: TestUser (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestVolume [2022-03-25T14:37:08.427Z] --- PASS: TestVolume (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestStopSignal [2022-03-25T14:37:08.427Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-25T14:37:08.427Z] --- SKIP: TestStopSignal (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestArg [2022-03-25T14:37:08.427Z] --- PASS: TestArg (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestShell [2022-03-25T14:37:08.427Z] --- PASS: TestShell (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestPrependEnvOnCmd [2022-03-25T14:37:08.427Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestRunWithBuildArgs [2022-03-25T14:37:08.427Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestRunIgnoresHealthcheck [2022-03-25T14:37:08.427Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestDispatchUnsupportedOptions [2022-03-25T14:37:08.427Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-25T14:37:08.427Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-25T14:37:08.427Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-25T14:37:08.427Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-25T14:37:08.427Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-25T14:37:08.427Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-25T14:37:08.427Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestNormalizeWorkdir [2022-03-25T14:37:08.427Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-25T14:37:08.427Z] === RUN TestDispatch [2022-03-25T14:37:08.427Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-25T14:37:08.427Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-25T14:37:08.427Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-25T14:37:08.428Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-25T14:37:08.428Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-25T14:37:08.428Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-25T14:37:08.428Z] === RUN TestDispatch/COPY_url [2022-03-25T14:37:08.428Z] --- PASS: TestDispatch (0.08s) [2022-03-25T14:37:08.428Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-25T14:37:08.428Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-25T14:37:08.428Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-25T14:37:08.428Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.03s) [2022-03-25T14:37:08.428Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2022-03-25T14:37:08.428Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2022-03-25T14:37:08.428Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestAddScratchImageAddsToMounts [2022-03-25T14:37:08.428Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-25T14:37:08.428Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-25T14:37:08.428Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-25T14:37:08.428Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestImageSourceGetAddsToMounts [2022-03-25T14:37:08.428Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestEmptyDockerfile [2022-03-25T14:37:08.428Z] --- PASS: TestEmptyDockerfile (0.03s) [2022-03-25T14:37:08.428Z] === RUN TestSymlinkDockerfile [2022-03-25T14:37:08.428Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-25T14:37:08.428Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-25T14:37:08.428Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-03-25T14:37:08.428Z] === RUN TestNonExistingDockerfile [2022-03-25T14:37:08.428Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestCopyRunConfig [2022-03-25T14:37:08.428Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestDeepCopyRunConfig [2022-03-25T14:37:08.428Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestExportImage [2022-03-25T14:37:08.428Z] --- PASS: TestExportImage (0.00s) [2022-03-25T14:37:08.428Z] === RUN TestNormalizeDest [2022-03-25T14:37:08.428Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-25T14:37:08.428Z] PASS [2022-03-25T14:37:08.428Z] coverage: 46.7% of statements [2022-03-25T14:37:08.428Z] ok github.com/docker/docker/builder/dockerfile 0.410s coverage: 46.7% of statements [2022-03-25T14:37:08.808Z] check_test.go:308: [d6035bec1d34e] daemon is not started [2022-03-25T14:37:08.808Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-25T14:37:08.808Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-25T14:37:08.897Z] === RUN TestTCP4Proxy [2022-03-25T14:37:08.897Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-25T14:37:08.897Z] === RUN TestTCP4ProxyHalfClose [2022-03-25T14:37:08.897Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2022-03-25T14:37:08.897Z] === RUN TestTCP6Proxy [2022-03-25T14:37:08.897Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-25T14:37:08.897Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-25T14:37:08.897Z] === RUN TestTCPDualStackProxy [2022-03-25T14:37:08.897Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-25T14:37:08.897Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-25T14:37:08.897Z] === RUN TestUDP4Proxy [2022-03-25T14:37:08.897Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-25T14:37:08.897Z] === RUN TestUDP6Proxy [2022-03-25T14:37:08.897Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-25T14:37:08.897Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-25T14:37:08.897Z] === RUN TestUDPWriteError [2022-03-25T14:37:08.897Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-25T14:37:08.897Z] === RUN TestSCTP4Proxy [2022-03-25T14:37:08.897Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-25T14:37:08.897Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-25T14:37:08.897Z] === RUN TestSCTP6Proxy [2022-03-25T14:37:08.897Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-25T14:37:08.897Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-25T14:37:08.897Z] PASS [2022-03-25T14:37:08.897Z] coverage: 49.4% of statements [2022-03-25T14:37:08.897Z] ok github.com/docker/docker/cmd/docker-proxy 0.076s coverage: 49.4% of statements [2022-03-25T14:37:08.948Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-25T14:37:09.372Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-25T14:37:09.515Z] --- PASS: TestDaemonProxy (6.33s) [2022-03-25T14:37:09.515Z] --- PASS: TestDaemonProxy/environment_variables (1.82s) [2022-03-25T14:37:09.515Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-03-25T14:37:09.515Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-03-25T14:37:09.515Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-25T14:37:09.515Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-25T14:37:09.515Z] PASS [2022-03-25T14:37:09.515Z] [2022-03-25T14:37:09.515Z] DONE 17 tests in 10.253s [2022-03-25T14:37:09.515Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-25T14:37:09.515Z] INFO: Testing against a local daemon [2022-03-25T14:37:09.515Z] === RUN TestCommitInheritsEnv [2022-03-25T14:37:09.773Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-03-25T14:37:09.773Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-25T14:37:09.773Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-25T14:37:09.773Z] === RUN TestImportWithCustomPlatform [2022-03-25T14:37:09.773Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-25T14:37:09.773Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-25T14:37:09.773Z] === RUN TestImportWithCustomPlatform// [2022-03-25T14:37:09.773Z] === RUN TestImportWithCustomPlatform/linux [2022-03-25T14:37:09.974Z] === RUN TestParseEmptyInterface [2022-03-25T14:37:09.974Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-25T14:37:09.974Z] === RUN TestParseNonInterfaceType [2022-03-25T14:37:09.974Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-25T14:37:09.974Z] === RUN TestParseWithOneFunction [2022-03-25T14:37:09.974Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-25T14:37:09.974Z] === RUN TestParseWithMultipleFuncs [2022-03-25T14:37:09.974Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-25T14:37:09.974Z] === RUN TestParseWithUnnamedReturn [2022-03-25T14:37:09.974Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-25T14:37:09.974Z] === RUN TestEmbeddedInterface [2022-03-25T14:37:09.974Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-25T14:37:09.974Z] === RUN TestParsedImports [2022-03-25T14:37:09.974Z] --- PASS: TestParsedImports (0.00s) [2022-03-25T14:37:09.974Z] === RUN TestAliasedImports [2022-03-25T14:37:09.974Z] --- PASS: TestAliasedImports (0.00s) [2022-03-25T14:37:09.974Z] PASS [2022-03-25T14:37:09.974Z] coverage: 56.8% of statements [2022-03-25T14:37:09.974Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.064s coverage: 56.8% of statements [2022-03-25T14:37:10.031Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-25T14:37:10.031Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-25T14:37:10.031Z] === RUN TestImportWithCustomPlatform/macos [2022-03-25T14:37:10.031Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-25T14:37:10.031Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-25T14:37:10.031Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-25T14:37:10.032Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-25T14:37:10.032Z] === RUN TestImagesFilterMultiReference [2022-03-25T14:37:10.289Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-03-25T14:37:10.289Z] === RUN TestImagePullPlatformInvalid [2022-03-25T14:37:10.289Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-25T14:37:10.289Z] === RUN TestRemoveImageOrphaning [2022-03-25T14:37:10.548Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-03-25T14:37:10.548Z] === RUN TestRemoveImageGarbageCollector [2022-03-25T14:37:10.962Z] === RUN TestHTTPTransport [2022-03-25T14:37:10.962Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-25T14:37:10.962Z] PASS [2022-03-25T14:37:10.962Z] coverage: 85.7% of statements [2022-03-25T14:37:10.962Z] ok github.com/docker/docker/pkg/plugins/transport 0.043s coverage: 85.7% of statements [2022-03-25T14:37:11.113Z] time="2022-03-25T14:37:10Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-03-25T14:37:11.905Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-25T14:37:11.949Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-25T14:37:11.949Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-25T14:37:11.949Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-25T14:37:11.949Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-25T14:37:11.949Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-25T14:37:11.949Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-25T14:37:11.949Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-25T14:37:11.949Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-25T14:37:11.949Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-25T14:37:11.949Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-25T14:37:11.949Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-25T14:37:11.949Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-25T14:37:11.949Z] === RUN TestBufferPoolPutAndGet [2022-03-25T14:37:11.949Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-25T14:37:11.949Z] PASS [2022-03-25T14:37:11.949Z] coverage: 88.2% of statements [2022-03-25T14:37:11.949Z] ok github.com/docker/docker/pkg/pools 0.044s coverage: 88.2% of statements [2022-03-25T14:37:11.949Z] --- PASS: TestAllocateRandomDeallocate (4.99s) [2022-03-25T14:37:11.949Z] === RUN TestRetrieveFromStore [2022-03-25T14:37:12.418Z] === RUN TestOutputOnPrematureClose [2022-03-25T14:37:12.418Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-25T14:37:12.418Z] === RUN TestCompleteSilently [2022-03-25T14:37:12.418Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-25T14:37:12.418Z] PASS [2022-03-25T14:37:12.418Z] coverage: 75.9% of statements [2022-03-25T14:37:12.418Z] ok github.com/docker/docker/pkg/progress 0.036s coverage: 75.9% of statements [2022-03-25T14:37:12.487Z] --- PASS: TestRemoveImageGarbageCollector (1.87s) [2022-03-25T14:37:12.487Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-25T14:37:12.487Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-25T14:37:12.487Z] === RUN TestTagInvalidReference [2022-03-25T14:37:12.487Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-25T14:37:12.487Z] === RUN TestTagValidPrefixedRepo [2022-03-25T14:37:12.487Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-25T14:37:12.487Z] === RUN TestTagExistedNameWithoutForce [2022-03-25T14:37:12.487Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-25T14:37:12.487Z] === RUN TestTagOfficialNames [2022-03-25T14:37:12.487Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-25T14:37:12.487Z] === RUN TestTagMatchesDigest [2022-03-25T14:37:12.487Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-25T14:37:12.487Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-25T14:37:12.886Z] === RUN TestSendToOneSub [2022-03-25T14:37:12.886Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-25T14:37:12.886Z] === RUN TestSendToMultipleSubs [2022-03-25T14:37:12.886Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-25T14:37:12.886Z] === RUN TestEvictOneSub [2022-03-25T14:37:12.886Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-25T14:37:12.886Z] === RUN TestClosePublisher [2022-03-25T14:37:12.886Z] --- PASS: TestClosePublisher (0.00s) [2022-03-25T14:37:12.886Z] === RUN TestPubSubRace [2022-03-25T14:37:13.875Z] --- PASS: TestRetrieveFromStore (1.66s) [2022-03-25T14:37:13.875Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-25T14:37:13.875Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-03-25T14:37:13.875Z] === RUN TestParallelPredefinedRequest1 [2022-03-25T14:37:13.875Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-25T14:37:13.875Z] === RUN TestParallelPredefinedRequest2 [2022-03-25T14:37:13.875Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-25T14:37:13.875Z] === RUN TestParallelPredefinedRequest3 [2022-03-25T14:37:13.875Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-25T14:37:13.875Z] === RUN TestParallelPredefinedRequest4 [2022-03-25T14:37:13.875Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-25T14:37:13.875Z] === RUN TestParallelPredefinedRequest5 [2022-03-25T14:37:13.875Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-25T14:37:13.875Z] === RUN TestDebug [2022-03-25T14:37:13.875Z] --- PASS: TestDebug (0.00s) [2022-03-25T14:37:13.875Z] === RUN TestRequestPoolParallel [2022-03-25T14:37:13.875Z] --- PASS: TestPubSubRace (1.08s) [2022-03-25T14:37:13.875Z] PASS [2022-03-25T14:37:13.875Z] coverage: 75.0% of statements [2022-03-25T14:37:13.875Z] ok github.com/docker/docker/pkg/pubsub 1.119s coverage: 75.0% of statements [2022-03-25T14:37:14.343Z] --- PASS: TestRequestPoolParallel (0.44s) [2022-03-25T14:37:14.343Z] === RUN TestFullAllocateRelease [2022-03-25T14:37:14.812Z] === RUN TestRegister [2022-03-25T14:37:14.812Z] --- PASS: TestRegister (0.00s) [2022-03-25T14:37:14.812Z] === RUN TestCommand [2022-03-25T14:37:14.812Z] --- PASS: TestCommand (0.03s) [2022-03-25T14:37:14.812Z] === RUN TestNaiveSelf [2022-03-25T14:37:14.812Z] --- PASS: TestFullAllocateRelease (0.63s) [2022-03-25T14:37:14.812Z] === RUN TestOddAllocateRelease [2022-03-25T14:37:14.812Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-25T14:37:14.812Z] PASS [2022-03-25T14:37:14.812Z] coverage: 82.4% of statements [2022-03-25T14:37:14.812Z] ok github.com/docker/docker/pkg/reexec 0.109s coverage: 82.4% of statements [2022-03-25T14:37:15.129Z] --- PASS: TestServiceWithDataPathPortInit (13.37s) [2022-03-25T14:37:15.129Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-25T14:37:15.175Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-25T14:37:15.175Z] docker_cli_daemon_plugins_test.go:106: [d45a04cc5c1cc] daemon is not started [2022-03-25T14:37:15.281Z] --- PASS: TestOddAllocateRelease (0.29s) [2022-03-25T14:37:15.281Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-25T14:37:15.281Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-03-25T14:37:15.281Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-25T14:37:15.281Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-25T14:37:15.281Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-25T14:37:15.281Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest1 [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest4 [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest1 [2022-03-25T14:37:15.281Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest3 [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest4 [2022-03-25T14:37:15.281Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest5 [2022-03-25T14:37:15.281Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest2 [2022-03-25T14:37:15.281Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest2 [2022-03-25T14:37:15.281Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:37:15.281Z] === CONT TestParallelPredefinedRequest3 [2022-03-25T14:37:15.281Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:37:15.281Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-25T14:37:15.281Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-25T14:37:15.281Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-25T14:37:15.281Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-25T14:37:15.281Z] PASS [2022-03-25T14:37:15.281Z] coverage: 85.3% of statements [2022-03-25T14:37:15.281Z] ok github.com/docker/docker/libnetwork/ipam 63.632s coverage: 85.3% of statements [2022-03-25T14:37:15.695Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7xvsdw5j8to3omz8fz0dzzr45 Created:2022-03-25 14:37:14.527451484 +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[3fe7089cc1bee8285ccb217b8281e925854b27dac3d171d8c9e0acf12604bb24:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.o02rg5rx2qmij0rxmurftkiks EndpointID:7e096a67079c3e31384e9a44351c6e26b3b4f1d2e4dd0156b3d2456e29f9ef23 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a83568d5aed61d54aae4bf574751c5f41978636efbc5d14edefb39dc8afe2348 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:b6b226494e33 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.o02rg5rx2qmij0rxmurftkiks EndpointID:7e096a67079c3e31384e9a44351c6e26b3b4f1d2e4dd0156b3d2456e29f9ef23 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-25T14:37:15.752Z] === RUN TestDump [2022-03-25T14:37:15.752Z] goroutine 35 [running]: [2022-03-25T14:37:15.752Z] github.com/docker/docker/pkg/stack.dump(0xc52d57?) [2022-03-25T14:37:15.752Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-25T14:37:15.752Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-25T14:37:15.752Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-25T14:37:15.752Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-03-25T14:37:15.752Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-25T14:37:15.752Z] testing.tRunner(0xc000145040, 0xe1a498) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:37:15.752Z] created by testing.(*T).Run [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-25T14:37:15.752Z] [2022-03-25T14:37:15.752Z] goroutine 1 [chan receive]: [2022-03-25T14:37:15.752Z] testing.(*T).Run(0xc000144ea0, {0xe0913c?, 0xc2c1f3?}, 0xe1a498) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-25T14:37:15.752Z] testing.runTests.func1(0xc000132810?) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-25T14:37:15.752Z] testing.tRunner(0xc000144ea0, 0xc00013dca0) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:37:15.752Z] testing.runTests(0xc000110500?, {0xf9e400, 0x3, 0x3}, {0x2145b3d0a28?, 0x40?, 0xfa34a0?}) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-25T14:37:15.752Z] testing.(*M).Run(0xc000110500) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-25T14:37:15.752Z] main.main() [2022-03-25T14:37:15.752Z] _testmain.go:99 +0x255 [2022-03-25T14:37:15.752Z] --- PASS: TestDump (0.00s) [2022-03-25T14:37:15.752Z] === RUN TestDumpToFile [2022-03-25T14:37:15.752Z] --- PASS: TestDumpToFile (0.18s) [2022-03-25T14:37:15.752Z] === RUN TestDumpToFileWithEmptyInput [2022-03-25T14:37:15.752Z] goroutine 37 [running]: [2022-03-25T14:37:15.752Z] github.com/docker/docker/pkg/stack.dump(0xccecd3?) [2022-03-25T14:37:15.752Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-25T14:37:15.752Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xcceca0?}) [2022-03-25T14:37:15.752Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-03-25T14:37:15.752Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000145040?) [2022-03-25T14:37:15.752Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-25T14:37:15.752Z] testing.tRunner(0xc0001456c0, 0xe1a488) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:37:15.752Z] created by testing.(*T).Run [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-25T14:37:15.752Z] [2022-03-25T14:37:15.752Z] goroutine 1 [chan receive]: [2022-03-25T14:37:15.752Z] testing.(*T).Run(0xc000144ea0, {0xe10713?, 0xc2c1f3?}, 0xe1a488) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-25T14:37:15.752Z] testing.runTests.func1(0xc000132810?) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-25T14:37:15.752Z] testing.tRunner(0xc000144ea0, 0xc00013dca0) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:37:15.752Z] testing.runTests(0xc000110500?, {0xf9e400, 0x3, 0x3}, {0x2145b3d0a28?, 0x40?, 0xfa34a0?}) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-25T14:37:15.752Z] testing.(*M).Run(0xc000110500) [2022-03-25T14:37:15.752Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-25T14:37:15.752Z] main.main() [2022-03-25T14:37:15.752Z] _testmain.go:99 +0x255 [2022-03-25T14:37:15.752Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-25T14:37:15.752Z] PASS [2022-03-25T14:37:15.752Z] coverage: 90.9% of statements [2022-03-25T14:37:15.752Z] ok github.com/docker/docker/pkg/stack 0.231s coverage: 90.9% of statements [2022-03-25T14:37:16.104Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-25T14:37:16.740Z] === RUN TestNewStdWriter [2022-03-25T14:37:16.740Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-25T14:37:16.740Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestWriteWithNilBytes [2022-03-25T14:37:16.740Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestWrite [2022-03-25T14:37:16.740Z] --- PASS: TestWrite (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestWriteWithWriterError [2022-03-25T14:37:16.740Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-25T14:37:16.740Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyWriteAndRead [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-25T14:37:16.740Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-25T14:37:16.740Z] PASS [2022-03-25T14:37:16.740Z] coverage: 100.0% of statements [2022-03-25T14:37:16.740Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2022-03-25T14:37:16.740Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-25T14:37:16.740Z] === RUN TestClientStream [2022-03-25T14:37:16.740Z] --- PASS: TestClientStream (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestClientSendFile [2022-03-25T14:37:16.740Z] --- PASS: TestClientSendFile (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestClientWithRequestTimeout [2022-03-25T14:37:16.740Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestFileSpecPlugin [2022-03-25T14:37:16.740Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-25T14:37:16.740Z] === RUN TestFileJSONSpecPlugin [2022-03-25T14:37:16.740Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-25T14:37:16.740Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestPluginAddHandler [2022-03-25T14:37:16.740Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestPluginWaitBadPlugin [2022-03-25T14:37:16.740Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-25T14:37:16.740Z] === RUN TestGet [2022-03-25T14:37:16.740Z] time="2022-03-25T14:37:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-25T14:37:17.209Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-25T14:37:17.209Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-25T14:37:17.209Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestFormatStatus [2022-03-25T14:37:17.209Z] --- PASS: TestFormatStatus (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestFormatError [2022-03-25T14:37:17.209Z] --- PASS: TestFormatError (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestFormatJSONError [2022-03-25T14:37:17.209Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-25T14:37:17.209Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-25T14:37:17.209Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestNewJSONProgressOutput [2022-03-25T14:37:17.209Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestAuxFormatterEmit [2022-03-25T14:37:17.209Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestStreamWriterStdout [2022-03-25T14:37:17.209Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-25T14:37:17.209Z] === RUN TestStreamWriterStderr [2022-03-25T14:37:17.209Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-25T14:37:17.209Z] PASS [2022-03-25T14:37:17.209Z] coverage: 66.2% of statements [2022-03-25T14:37:17.209Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2022-03-25T14:37:17.677Z] === RUN TestGenerateRandomID [2022-03-25T14:37:17.677Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-25T14:37:17.677Z] === RUN TestShortenId [2022-03-25T14:37:17.677Z] --- PASS: TestShortenId (0.00s) [2022-03-25T14:37:17.677Z] === RUN TestShortenSha256Id [2022-03-25T14:37:17.677Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-25T14:37:17.677Z] === RUN TestShortenIdEmpty [2022-03-25T14:37:17.677Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-25T14:37:17.677Z] === RUN TestShortenIdInvalid [2022-03-25T14:37:17.677Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-25T14:37:17.996Z] check_test.go:308: [d02e74633cfde] daemon is not started [2022-03-25T14:37:17.996Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-25T14:37:18.146Z] === RUN TestIsShortIDNonHex [2022-03-25T14:37:18.146Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-25T14:37:18.146Z] === RUN TestIsShortIDNotCorrectSize [2022-03-25T14:37:18.146Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-25T14:37:18.146Z] PASS [2022-03-25T14:37:18.146Z] coverage: 70.6% of statements [2022-03-25T14:37:18.146Z] ok github.com/docker/docker/pkg/stringid 0.042s coverage: 70.6% of statements [2022-03-25T14:37:18.146Z] time="2022-03-25T14:37:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-25T14:37:18.616Z] === RUN TestIsCpusetListAvailable [2022-03-25T14:37:18.616Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-25T14:37:18.616Z] PASS [2022-03-25T14:37:18.616Z] coverage: 39.4% of statements [2022-03-25T14:37:18.616Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-03-25T14:37:19.878Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.71s) [2022-03-25T14:37:19.878Z] PASS [2022-03-25T14:37:19.878Z] [2022-03-25T14:37:19.878Z] === Skipped [2022-03-25T14:37:19.878Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:37:19.878Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:37:19.878Z] [2022-03-25T14:37:19.878Z] DONE 26 tests, 1 skipped in 41.846s [2022-03-25T14:37:19.886Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-25T14:37:20.137Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-25T14:37:20.137Z] ++ 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-25T14:37:20.137Z] ++ set -e [2022-03-25T14:37:20.137Z] ++ '[' -n 0 ']' [2022-03-25T14:37:20.137Z] ++ set -x [2022-03-25T14:37:20.137Z] ++ 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-25T14:37:20.137Z] INFO: Testing against a local daemon [2022-03-25T14:37:20.137Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-25T14:37:20.137Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:37:20.137Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-25T14:37:20.137Z] === RUN TestDockerNetworkIpvlan [2022-03-25T14:37:20.137Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:37:20.137Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-25T14:37:20.137Z] PASS [2022-03-25T14:37:20.137Z] [2022-03-25T14:37:20.137Z] === Skipped [2022-03-25T14:37:20.137Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-25T14:37:20.137Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:37:20.137Z] [2022-03-25T14:37:20.137Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-25T14:37:20.137Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:37:20.137Z] [2022-03-25T14:37:20.137Z] DONE 2 tests, 2 skipped in 0.078s [2022-03-25T14:37:20.137Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-25T14:37:20.137Z] ++ 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-25T14:37:20.137Z] ++ set -e [2022-03-25T14:37:20.137Z] ++ '[' -n 0 ']' [2022-03-25T14:37:20.137Z] ++ set -x [2022-03-25T14:37:20.137Z] ++ 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-25T14:37:20.137Z] INFO: Testing against a local daemon [2022-03-25T14:37:20.137Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-25T14:37:20.185Z] time="2022-03-25T14:37:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-25T14:37:20.185Z] === RUN TestChtimes [2022-03-25T14:37:20.185Z] --- PASS: TestChtimes (0.00s) [2022-03-25T14:37:20.185Z] === RUN TestChtimesWindows [2022-03-25T14:37:20.185Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-25T14:37:20.185Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-25T14:37:20.185Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-25T14:37:20.185Z] PASS [2022-03-25T14:37:20.185Z] coverage: 13.0% of statements [2022-03-25T14:37:20.185Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 13.0% of statements [2022-03-25T14:37:20.448Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-25T14:37:21.187Z] === RUN TestTailFile [2022-03-25T14:37:21.187Z] --- PASS: TestTailFile (0.00s) [2022-03-25T14:37:21.187Z] === RUN TestTailFileManyLines [2022-03-25T14:37:21.187Z] --- PASS: TestTailFileManyLines (0.01s) [2022-03-25T14:37:21.187Z] === RUN TestTailEmptyFile [2022-03-25T14:37:21.187Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-25T14:37:21.187Z] === RUN TestTailNegativeN [2022-03-25T14:37:21.187Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader [2022-03-25T14:37:21.187Z] === CONT TestNewTailReader [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/no_delimiter [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/truncated_last_line [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-25T14:37:21.187Z] === CONT TestNewTailReader/no_delimiter [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:37:21.187Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.187Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.188Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.188Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.189Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.189Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.190Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.190Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.190Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.190Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.190Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:37:21.376Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-25T14:37:21.417Z] === RUN TestCheckpointCreateError [2022-03-25T14:37:21.417Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCheckpointCreate [2022-03-25T14:37:21.417Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCheckpointDeleteError [2022-03-25T14:37:21.417Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCheckpointDelete [2022-03-25T14:37:21.417Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCheckpointListError [2022-03-25T14:37:21.417Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCheckpointList [2022-03-25T14:37:21.417Z] --- PASS: TestCheckpointList (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCheckpointListContainerNotFound [2022-03-25T14:37:21.417Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestNewClientWithOpsFromEnv [2022-03-25T14:37:21.417Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-25T14:37:21.417Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestGetAPIPath [2022-03-25T14:37:21.417Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestParseHostURL [2022-03-25T14:37:21.417Z] --- PASS: TestParseHostURL (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-25T14:37:21.417Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersion [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPVersionOverride [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-25T14:37:21.417Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestClientRedirect [2022-03-25T14:37:21.417Z] === RUN TestClientRedirect/GET [2022-03-25T14:37:21.417Z] === RUN TestClientRedirect/POST [2022-03-25T14:37:21.417Z] === RUN TestClientRedirect/PUT [2022-03-25T14:37:21.417Z] === RUN TestClientRedirect/DELETE [2022-03-25T14:37:21.417Z] --- PASS: TestClientRedirect (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-03-25T14:37:21.417Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigCreateUnsupported [2022-03-25T14:37:21.417Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigCreateError [2022-03-25T14:37:21.417Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigCreate [2022-03-25T14:37:21.417Z] --- PASS: TestConfigCreate (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigInspectNotFound [2022-03-25T14:37:21.417Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigInspectWithEmptyID [2022-03-25T14:37:21.417Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigInspectUnsupported [2022-03-25T14:37:21.417Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigInspectError [2022-03-25T14:37:21.417Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigInspectConfigNotFound [2022-03-25T14:37:21.417Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigInspect [2022-03-25T14:37:21.417Z] --- PASS: TestConfigInspect (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigListUnsupported [2022-03-25T14:37:21.417Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigListError [2022-03-25T14:37:21.417Z] --- PASS: TestConfigListError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigList [2022-03-25T14:37:21.417Z] --- PASS: TestConfigList (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigRemoveUnsupported [2022-03-25T14:37:21.417Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigRemoveError [2022-03-25T14:37:21.417Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigRemove [2022-03-25T14:37:21.417Z] --- PASS: TestConfigRemove (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigUpdateUnsupported [2022-03-25T14:37:21.417Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigUpdateError [2022-03-25T14:37:21.417Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestConfigUpdate [2022-03-25T14:37:21.417Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerCommitError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerCommit [2022-03-25T14:37:21.417Z] --- PASS: TestContainerCommit (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerStatPathError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerStatPathNotFoundError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerStatPathNoHeaderError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerStatPath [2022-03-25T14:37:21.417Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyToContainerError [2022-03-25T14:37:21.417Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyToContainerNotFoundError [2022-03-25T14:37:21.417Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-25T14:37:21.417Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyToContainer [2022-03-25T14:37:21.417Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyFromContainerError [2022-03-25T14:37:21.417Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyFromContainerNotFoundError [2022-03-25T14:37:21.417Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-25T14:37:21.417Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-25T14:37:21.417Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestCopyFromContainer [2022-03-25T14:37:21.417Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerCreateError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerCreateImageNotFound [2022-03-25T14:37:21.417Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerCreateWithName [2022-03-25T14:37:21.417Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerCreateAutoRemove [2022-03-25T14:37:21.417Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerDiffError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerDiff [2022-03-25T14:37:21.417Z] --- PASS: TestContainerDiff (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerExecCreateError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerExecCreate [2022-03-25T14:37:21.417Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerExecStartError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerExecStart [2022-03-25T14:37:21.417Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerExecInspectError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerExecInspect [2022-03-25T14:37:21.417Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerExportError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerExportError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerExport [2022-03-25T14:37:21.417Z] --- PASS: TestContainerExport (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerInspectError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerInspectContainerNotFound [2022-03-25T14:37:21.417Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerInspectWithEmptyID [2022-03-25T14:37:21.417Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerInspect [2022-03-25T14:37:21.417Z] --- PASS: TestContainerInspect (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerInspectNode [2022-03-25T14:37:21.417Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerKillError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerKillError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerKill [2022-03-25T14:37:21.417Z] --- PASS: TestContainerKill (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerListError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerListError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerList [2022-03-25T14:37:21.417Z] --- PASS: TestContainerList (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerLogsNotFoundError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerLogsError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerLogs [2022-03-25T14:37:21.417Z] --- PASS: TestContainerLogs (0.25s) [2022-03-25T14:37:21.417Z] === RUN TestContainerPauseError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerPause [2022-03-25T14:37:21.417Z] --- PASS: TestContainerPause (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainersPruneError [2022-03-25T14:37:21.417Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainersPrune [2022-03-25T14:37:21.417Z] --- PASS: TestContainersPrune (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerRemoveError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerRemoveNotFoundError [2022-03-25T14:37:21.417Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerRemove [2022-03-25T14:37:21.417Z] --- PASS: TestContainerRemove (0.00s) [2022-03-25T14:37:21.417Z] === RUN TestContainerRenameError [2022-03-25T14:37:21.418Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-25T14:37:21.418Z] === RUN TestContainerRename [2022-03-25T14:37:21.418Z] --- PASS: TestContainerRename (0.00s) [2022-03-25T14:37:21.418Z] === RUN TestContainerResizeError [2022-03-25T14:37:21.418Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-25T14:37:21.418Z] === RUN TestContainerExecResizeError [2022-03-25T14:37:21.418Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-25T14:37:21.418Z] === RUN TestContainerResize [2022-03-25T14:37:21.418Z] --- PASS: TestContainerResize (0.00s) [2022-03-25T14:37:21.418Z] === RUN TestContainerExecResize [2022-03-25T14:37:21.418Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-25T14:37:21.418Z] === RUN TestContainerRestartError [2022-03-25T14:37:21.418Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-25T14:37:21.418Z] === RUN TestContainerRestart [2022-03-25T14:37:21.510Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.21s) [2022-03-25T14:37:21.510Z] === RUN TestDockerNetworkMacvlan [2022-03-25T14:37:21.632Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.665Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.665Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.665Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.666Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.666Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.666Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.667Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.667Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.668Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:37:21.669Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:37:21.669Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:37:21.887Z] --- PASS: TestContainerRestart (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerStartError [2022-03-25T14:37:21.887Z] --- PASS: TestContainerStartError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerStart [2022-03-25T14:37:21.887Z] --- PASS: TestContainerStart (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerStatsError [2022-03-25T14:37:21.887Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerStats [2022-03-25T14:37:21.887Z] --- PASS: TestContainerStats (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerStopError [2022-03-25T14:37:21.887Z] --- PASS: TestContainerStopError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerStop [2022-03-25T14:37:21.887Z] --- PASS: TestContainerStop (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerTopError [2022-03-25T14:37:21.887Z] --- PASS: TestContainerTopError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerTop [2022-03-25T14:37:21.887Z] --- PASS: TestContainerTop (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerUnpauseError [2022-03-25T14:37:21.887Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerUnpause [2022-03-25T14:37:21.887Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerUpdateError [2022-03-25T14:37:21.887Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerUpdate [2022-03-25T14:37:21.887Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerWaitError [2022-03-25T14:37:21.887Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestContainerWait [2022-03-25T14:37:21.887Z] --- PASS: TestContainerWait (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestDiskUsageError [2022-03-25T14:37:21.887Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestDiskUsage [2022-03-25T14:37:21.887Z] --- PASS: TestDiskUsage (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestDistributionInspectUnsupported [2022-03-25T14:37:21.887Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestDistributionInspectWithEmptyID [2022-03-25T14:37:21.887Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestEventsErrorInOptions [2022-03-25T14:37:21.887Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestEventsErrorFromServer [2022-03-25T14:37:21.887Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestEvents [2022-03-25T14:37:21.887Z] --- PASS: TestEvents (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestTLSCloseWriter [2022-03-25T14:37:21.887Z] === PAUSE TestTLSCloseWriter [2022-03-25T14:37:21.887Z] === RUN TestImageBuildError [2022-03-25T14:37:21.887Z] --- PASS: TestImageBuildError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageBuild [2022-03-25T14:37:21.887Z] --- PASS: TestImageBuild (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestGetDockerOS [2022-03-25T14:37:21.887Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageCreateError [2022-03-25T14:37:21.887Z] --- PASS: TestImageCreateError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageCreate [2022-03-25T14:37:21.887Z] --- PASS: TestImageCreate (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageHistoryError [2022-03-25T14:37:21.887Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageHistory [2022-03-25T14:37:21.887Z] --- PASS: TestImageHistory (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageImportError [2022-03-25T14:37:21.887Z] --- PASS: TestImageImportError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageImport [2022-03-25T14:37:21.887Z] --- PASS: TestImageImport (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageInspectError [2022-03-25T14:37:21.887Z] --- PASS: TestImageInspectError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageInspectImageNotFound [2022-03-25T14:37:21.887Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageInspectWithEmptyID [2022-03-25T14:37:21.887Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageInspect [2022-03-25T14:37:21.887Z] --- PASS: TestImageInspect (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageListError [2022-03-25T14:37:21.887Z] --- PASS: TestImageListError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageList [2022-03-25T14:37:21.887Z] --- PASS: TestImageList (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageListApiBefore125 [2022-03-25T14:37:21.887Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageLoadError [2022-03-25T14:37:21.887Z] --- PASS: TestImageLoadError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageLoad [2022-03-25T14:37:21.887Z] --- PASS: TestImageLoad (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagesPruneError [2022-03-25T14:37:21.887Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagesPrune [2022-03-25T14:37:21.887Z] --- PASS: TestImagesPrune (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePullReferenceParseError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePullAnyError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePullWithoutErrors [2022-03-25T14:37:21.887Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePushReferenceError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePushAnyError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImagePushWithoutErrors [2022-03-25T14:37:21.887Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-25T14:37:21.887Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-25T14:37:21.887Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-25T14:37:21.887Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-25T14:37:21.887Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-25T14:37:21.887Z] === RUN TestImageRemoveError [2022-03-25T14:37:21.888Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageRemoveImageNotFound [2022-03-25T14:37:21.888Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageRemove [2022-03-25T14:37:21.888Z] --- PASS: TestImageRemove (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageSaveError [2022-03-25T14:37:21.888Z] --- PASS: TestImageSaveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageSave [2022-03-25T14:37:21.888Z] --- PASS: TestImageSave (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageSearchAnyError [2022-03-25T14:37:21.888Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-25T14:37:21.888Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:37:21.888Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:37:21.888Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-25T14:37:21.888Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageSearchWithoutErrors [2022-03-25T14:37:21.888Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageTagError [2022-03-25T14:37:21.888Z] --- PASS: TestImageTagError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageTagInvalidReference [2022-03-25T14:37:21.888Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageTagInvalidSourceImageName [2022-03-25T14:37:21.888Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageTagHexSource [2022-03-25T14:37:21.888Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestImageTag [2022-03-25T14:37:21.888Z] --- PASS: TestImageTag (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestInfoServerError [2022-03-25T14:37:21.888Z] --- PASS: TestInfoServerError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestInfoInvalidResponseJSONError [2022-03-25T14:37:21.888Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestInfo [2022-03-25T14:37:21.888Z] --- PASS: TestInfo (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkConnectError [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkConnect [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkCreateError [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkCreate [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkDisconnectError [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkDisconnect [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkInspect [2022-03-25T14:37:21.888Z] === RUN TestNetworkInspect/empty_ID [2022-03-25T14:37:21.888Z] === RUN TestNetworkInspect/no_options [2022-03-25T14:37:21.888Z] === RUN TestNetworkInspect/verbose [2022-03-25T14:37:21.888Z] === RUN TestNetworkInspect/global_scope [2022-03-25T14:37:21.888Z] === RUN TestNetworkInspect/unknown_network [2022-03-25T14:37:21.888Z] === RUN TestNetworkInspect/server_error [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkListError [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkListError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkList [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkList (0.01s) [2022-03-25T14:37:21.888Z] === RUN TestNetworksPruneError [2022-03-25T14:37:21.888Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworksPrune [2022-03-25T14:37:21.888Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkRemoveError [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNetworkRemove [2022-03-25T14:37:21.888Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeInspectError [2022-03-25T14:37:21.888Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeInspectNodeNotFound [2022-03-25T14:37:21.888Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeInspectWithEmptyID [2022-03-25T14:37:21.888Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeInspect [2022-03-25T14:37:21.888Z] --- PASS: TestNodeInspect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeListError [2022-03-25T14:37:21.888Z] --- PASS: TestNodeListError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeList [2022-03-25T14:37:21.888Z] --- PASS: TestNodeList (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeRemoveError [2022-03-25T14:37:21.888Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeRemove [2022-03-25T14:37:21.888Z] --- PASS: TestNodeRemove (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeUpdateError [2022-03-25T14:37:21.888Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestNodeUpdate [2022-03-25T14:37:21.888Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestOptionWithHostFromEnv [2022-03-25T14:37:21.888Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestOptionWithTimeout [2022-03-25T14:37:21.888Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestOptionWithVersionFromEnv [2022-03-25T14:37:21.888Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPingFail [2022-03-25T14:37:21.888Z] --- PASS: TestPingFail (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPingWithError [2022-03-25T14:37:21.888Z] 2022/03/25 14:37:21 RoundTripper returned a response & error; ignoring response [2022-03-25T14:37:21.888Z] 2022/03/25 14:37:21 RoundTripper returned a response & error; ignoring response [2022-03-25T14:37:21.888Z] --- PASS: TestPingWithError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPingSuccess [2022-03-25T14:37:21.888Z] --- PASS: TestPingSuccess (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPingHeadFallback [2022-03-25T14:37:21.888Z] === RUN TestPingHeadFallback/OK [2022-03-25T14:37:21.888Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-25T14:37:21.888Z] === RUN TestPingHeadFallback/Not_Found [2022-03-25T14:37:21.888Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-25T14:37:21.888Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-25T14:37:21.888Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginDisableError [2022-03-25T14:37:21.888Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginDisable [2022-03-25T14:37:21.888Z] --- PASS: TestPluginDisable (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginEnableError [2022-03-25T14:37:21.888Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginEnable [2022-03-25T14:37:21.888Z] --- PASS: TestPluginEnable (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginInspectError [2022-03-25T14:37:21.888Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginInspectWithEmptyID [2022-03-25T14:37:21.888Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginInspect [2022-03-25T14:37:21.888Z] --- PASS: TestPluginInspect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginListError [2022-03-25T14:37:21.888Z] --- PASS: TestPluginListError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginList [2022-03-25T14:37:21.888Z] --- PASS: TestPluginList (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginPushError [2022-03-25T14:37:21.888Z] --- PASS: TestPluginPushError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginPush [2022-03-25T14:37:21.888Z] --- PASS: TestPluginPush (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginRemoveError [2022-03-25T14:37:21.888Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginRemove [2022-03-25T14:37:21.888Z] --- PASS: TestPluginRemove (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginSetError [2022-03-25T14:37:21.888Z] --- PASS: TestPluginSetError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPluginSet [2022-03-25T14:37:21.888Z] --- PASS: TestPluginSet (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSetHostHeader [2022-03-25T14:37:21.888Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestPlainTextError [2022-03-25T14:37:21.888Z] --- PASS: TestPlainTextError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestInfiniteError [2022-03-25T14:37:21.888Z] --- PASS: TestInfiniteError (0.09s) [2022-03-25T14:37:21.888Z] === RUN TestCanceledContext [2022-03-25T14:37:21.888Z] 2022/03/25 14:37:21 RoundTripper returned a response & error; ignoring response [2022-03-25T14:37:21.888Z] --- PASS: TestCanceledContext (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestDeadlineExceededContext [2022-03-25T14:37:21.888Z] 2022/03/25 14:37:21 RoundTripper returned a response & error; ignoring response [2022-03-25T14:37:21.888Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretCreateUnsupported [2022-03-25T14:37:21.888Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretCreateError [2022-03-25T14:37:21.888Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretCreate [2022-03-25T14:37:21.888Z] --- PASS: TestSecretCreate (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretInspectUnsupported [2022-03-25T14:37:21.888Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretInspectError [2022-03-25T14:37:21.888Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretInspectSecretNotFound [2022-03-25T14:37:21.888Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretInspectWithEmptyID [2022-03-25T14:37:21.888Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretInspect [2022-03-25T14:37:21.888Z] --- PASS: TestSecretInspect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretListUnsupported [2022-03-25T14:37:21.888Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretListError [2022-03-25T14:37:21.888Z] --- PASS: TestSecretListError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretList [2022-03-25T14:37:21.888Z] --- PASS: TestSecretList (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretRemoveUnsupported [2022-03-25T14:37:21.888Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretRemoveError [2022-03-25T14:37:21.888Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretRemove [2022-03-25T14:37:21.888Z] --- PASS: TestSecretRemove (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretUpdateUnsupported [2022-03-25T14:37:21.888Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretUpdateError [2022-03-25T14:37:21.888Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSecretUpdate [2022-03-25T14:37:21.888Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceCreateError [2022-03-25T14:37:21.888Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceCreate [2022-03-25T14:37:21.888Z] --- PASS: TestServiceCreate (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-25T14:37:21.888Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceCreateDigestPinning [2022-03-25T14:37:21.888Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceInspectError [2022-03-25T14:37:21.888Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceInspectServiceNotFound [2022-03-25T14:37:21.888Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceInspectWithEmptyID [2022-03-25T14:37:21.888Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceInspect [2022-03-25T14:37:21.888Z] --- PASS: TestServiceInspect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceListError [2022-03-25T14:37:21.888Z] --- PASS: TestServiceListError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceList [2022-03-25T14:37:21.888Z] --- PASS: TestServiceList (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceLogsError [2022-03-25T14:37:21.888Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceLogs [2022-03-25T14:37:21.888Z] --- PASS: TestServiceLogs (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceRemoveError [2022-03-25T14:37:21.888Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceRemoveNotFoundError [2022-03-25T14:37:21.888Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceRemove [2022-03-25T14:37:21.888Z] --- PASS: TestServiceRemove (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceUpdateError [2022-03-25T14:37:21.888Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestServiceUpdate [2022-03-25T14:37:21.888Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmGetUnlockKeyError [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmGetUnlockKey [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmInitError [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmInit [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmInit (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmInspectError [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmInspect [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmJoinError [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmJoin [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmLeaveError [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmLeave [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmUnlockError [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmUnlock [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmUpdateError [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestSwarmUpdate [2022-03-25T14:37:21.888Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestTaskInspectError [2022-03-25T14:37:21.888Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestTaskInspectWithEmptyID [2022-03-25T14:37:21.888Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestTaskInspect [2022-03-25T14:37:21.888Z] --- PASS: TestTaskInspect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestTaskListError [2022-03-25T14:37:21.888Z] --- PASS: TestTaskListError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestTaskList [2022-03-25T14:37:21.888Z] --- PASS: TestTaskList (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeCreateError [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeCreate [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeInspectError [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeInspectNotFound [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeInspectWithEmptyID [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeInspect [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeListError [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeListError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeList [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeList (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeRemoveError [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-25T14:37:21.888Z] === RUN TestVolumeRemove [2022-03-25T14:37:21.888Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-25T14:37:21.888Z] === CONT TestTLSCloseWriter [2022-03-25T14:37:21.888Z] --- PASS: TestTLSCloseWriter (0.03s) [2022-03-25T14:37:21.888Z] PASS [2022-03-25T14:37:21.889Z] coverage: 75.1% of statements [2022-03-25T14:37:21.889Z] ok github.com/docker/docker/client 0.571s coverage: 75.1% of statements [2022-03-25T14:37:22.075Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:37:22.138Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.02s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:37:22.139Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:37:22.140Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:37:22.140Z] PASS [2022-03-25T14:37:22.140Z] coverage: 88.6% of statements [2022-03-25T14:37:22.140Z] ok github.com/docker/docker/pkg/tailfile 0.256s coverage: 88.6% of statements [2022-03-25T14:37:22.609Z] === RUN TestTarSumRemoveNonExistent [2022-03-25T14:37:22.609Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestTarSumRemove [2022-03-25T14:37:22.609Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestSortFileInfoSums [2022-03-25T14:37:22.609Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestNewTarSumForLabelInvalid [2022-03-25T14:37:22.609Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestNewTarSumForLabel [2022-03-25T14:37:22.609Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestEmptyTar [2022-03-25T14:37:22.609Z] --- PASS: TestEmptyTar (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestTarSumsReadSize [2022-03-25T14:37:22.609Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestTarSums [2022-03-25T14:37:22.609Z] --- PASS: TestTarSums (0.06s) [2022-03-25T14:37:22.609Z] === RUN TestIteration [2022-03-25T14:37:22.609Z] --- PASS: TestIteration (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestVersionLabelForChecksum [2022-03-25T14:37:22.609Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestVersion [2022-03-25T14:37:22.609Z] --- PASS: TestVersion (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestGetVersion [2022-03-25T14:37:22.609Z] --- PASS: TestGetVersion (0.00s) [2022-03-25T14:37:22.609Z] === RUN TestGetVersions [2022-03-25T14:37:22.609Z] --- PASS: TestGetVersions (0.00s) [2022-03-25T14:37:22.609Z] PASS [2022-03-25T14:37:22.609Z] coverage: 89.3% of statements [2022-03-25T14:37:22.609Z] ok github.com/docker/docker/pkg/tarsum 0.119s coverage: 89.3% of statements [2022-03-25T14:37:22.641Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-25T14:37:23.578Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-25T14:37:23.595Z] === RUN TestTruncIndex [2022-03-25T14:37:23.595Z] --- PASS: TestTruncIndex (0.10s) [2022-03-25T14:37:23.595Z] PASS [2022-03-25T14:37:23.595Z] coverage: 91.5% of statements [2022-03-25T14:37:23.595Z] ok github.com/docker/docker/pkg/truncindex 0.136s coverage: 91.5% of statements [2022-03-25T14:37:24.065Z] time="2022-03-25T14:37:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-25T14:37:24.065Z] === RUN TestIsGIT [2022-03-25T14:37:24.065Z] --- PASS: TestIsGIT (0.00s) [2022-03-25T14:37:24.065Z] === RUN TestIsTransport [2022-03-25T14:37:24.065Z] --- PASS: TestIsTransport (0.00s) [2022-03-25T14:37:24.065Z] PASS [2022-03-25T14:37:24.065Z] coverage: 100.0% of statements [2022-03-25T14:37:24.065Z] ok github.com/docker/docker/pkg/urlutil 0.046s coverage: 100.0% of statements [2022-03-25T14:37:24.533Z] === RUN TestVersionInfo [2022-03-25T14:37:24.533Z] --- PASS: TestVersionInfo (0.00s) [2022-03-25T14:37:24.533Z] === RUN TestAppendVersions [2022-03-25T14:37:24.533Z] --- PASS: TestAppendVersions (0.00s) [2022-03-25T14:37:24.533Z] PASS [2022-03-25T14:37:24.533Z] coverage: 88.9% of statements [2022-03-25T14:37:24.533Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2022-03-25T14:37:24.902Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-25T14:37:24.952Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-25T14:37:25.464Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-25T14:37:25.464Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-25T14:37:26.759Z] === RUN TestValidatePrivileges [2022-03-25T14:37:26.759Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-25T14:37:26.759Z] === RUN TestFilterByCapNeg [2022-03-25T14:37:26.759Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-25T14:37:26.759Z] === RUN TestFilterByCapPos [2022-03-25T14:37:26.759Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-25T14:37:26.759Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-25T14:37:26.759Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-25T14:37:26.759Z] PASS [2022-03-25T14:37:26.759Z] coverage: 12.0% of statements [2022-03-25T14:37:26.759Z] ok github.com/docker/docker/plugin 0.056s coverage: 12.0% of statements [2022-03-25T14:37:26.830Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-25T14:37:26.830Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-25T14:37:26.852Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-25T14:37:27.229Z] === RUN TestNewSettable [2022-03-25T14:37:27.229Z] --- PASS: TestNewSettable (0.00s) [2022-03-25T14:37:27.229Z] === RUN TestIsSettable [2022-03-25T14:37:27.229Z] --- PASS: TestIsSettable (0.00s) [2022-03-25T14:37:27.229Z] === RUN TestUpdateSettingsEnv [2022-03-25T14:37:27.229Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-25T14:37:27.229Z] PASS [2022-03-25T14:37:27.229Z] coverage: 20.0% of statements [2022-03-25T14:37:27.699Z] ok github.com/docker/docker/plugin/v2 0.041s coverage: 20.0% of statements [2022-03-25T14:37:27.699Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-25T14:37:27.699Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-25T14:37:27.699Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-25T14:37:27.699Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-25T14:37:28.198Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-25T14:37:28.198Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-25T14:37:28.454Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-25T14:37:28.687Z] === RUN TestLoad [2022-03-25T14:37:28.687Z] --- PASS: TestLoad (0.00s) [2022-03-25T14:37:28.687Z] === RUN TestSave [2022-03-25T14:37:28.687Z] --- PASS: TestSave (0.04s) [2022-03-25T14:37:28.687Z] === RUN TestAddDeleteGet [2022-03-25T14:37:28.687Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-25T14:37:28.687Z] === RUN TestInvalidTags [2022-03-25T14:37:28.687Z] --- PASS: TestInvalidTags (0.01s) [2022-03-25T14:37:28.687Z] PASS [2022-03-25T14:37:28.687Z] coverage: 84.4% of statements [2022-03-25T14:37:28.687Z] ok github.com/docker/docker/reference 0.138s coverage: 84.4% of statements [2022-03-25T14:37:29.017Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-25T14:37:29.274Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-25T14:37:29.274Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-25T14:37:29.388Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-25T14:37:29.675Z] === RUN TestResolveAuthConfigIndexServer [2022-03-25T14:37:29.675Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestResolveAuthConfigFullURL [2022-03-25T14:37:29.675Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-25T14:37:29.675Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestValidateMirror [2022-03-25T14:37:29.675Z] --- PASS: TestValidateMirror (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestLoadInsecureRegistries [2022-03-25T14:37:29.675Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-25T14:37:29.675Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-25T14:37:29.675Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-25T14:37:29.675Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-25T14:37:29.675Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestResumableRequestReaderWithReadError [2022-03-25T14:37:29.675Z] time="2022-03-25T14:37:29Z" 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-25T14:37:29.675Z] time="2022-03-25T14:37:29Z" 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-25T14:37:29.675Z] time="2022-03-25T14:37:29Z" 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-25T14:37:29.675Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-03-25T14:37:29.675Z] === RUN TestNewServiceConfig [2022-03-25T14:37:29.675Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestValidateIndexName [2022-03-25T14:37:29.675Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestValidateIndexNameWithError [2022-03-25T14:37:29.675Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestEndpointParse [2022-03-25T14:37:29.675Z] --- PASS: TestEndpointParse (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestEndpointParseInvalid [2022-03-25T14:37:29.675Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestValidateEndpoint [2022-03-25T14:37:29.675Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-25T14:37:29.675Z] === RUN TestPing [2022-03-25T14:37:29.675Z] --- PASS: TestPing (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestPingRegistryEndpoint [2022-03-25T14:37:29.675Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:37:29.675Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-25T14:37:29.675Z] === RUN TestEndpoint [2022-03-25T14:37:29.675Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:37:29.675Z] --- SKIP: TestEndpoint (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestParseRepositoryInfo [2022-03-25T14:37:29.675Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestNewIndexInfo [2022-03-25T14:37:29.675Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestMirrorEndpointLookup [2022-03-25T14:37:29.675Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:37:29.675Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-25T14:37:29.675Z] === RUN TestSearchRepositories [2022-03-25T14:37:29.675Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-25T14:37:29.675Z] Host: 127.0.0.1:49339 [2022-03-25T14:37:29.675Z] User-Agent: docker test client [2022-03-25T14:37:29.675Z] Authorization: Token fake-token [2022-03-25T14:37:29.675Z] X-Docker-Token: true [2022-03-25T14:37:29.675Z] Accept-Encoding: gzip [2022-03-25T14:37:29.675Z] [2022-03-25T14:37:29.675Z] [2022-03-25T14:37:29.675Z] registry_test.go:731: HTTP/1.1 200 OK [2022-03-25T14:37:29.831Z] --- PASS: TestImportExtremelyLargeImageWorks (92.90s) [2022-03-25T14:37:29.831Z] PASS [2022-03-25T14:37:29.831Z] [2022-03-25T14:37:29.831Z] === Skipped [2022-03-25T14:37:29.831Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-25T14:37:29.831Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-25T14:37:29.831Z] [2022-03-25T14:37:29.831Z] DONE 22 tests, 1 skipped in 97.147s [2022-03-25T14:37:29.831Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-25T14:37:29.831Z] INFO: Testing against a local daemon [2022-03-25T14:37:29.831Z] === RUN TestNetworkCreateDelete [2022-03-25T14:37:29.831Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-25T14:37:29.831Z] === RUN TestDockerNetworkDeletePreferID [2022-03-25T14:37:29.831Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-03-25T14:37:29.831Z] === RUN TestDaemonDNSFallback [2022-03-25T14:37:29.836Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-25T14:37:29.963Z] --- PASS: TestDockerNetworkMacvlan (8.62s) [2022-03-25T14:37:29.963Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-25T14:37:29.963Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-03-25T14:37:29.963Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.64s) [2022-03-25T14:37:29.963Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.74s) [2022-03-25T14:37:29.963Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.66s) [2022-03-25T14:37:29.963Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.53s) [2022-03-25T14:37:29.963Z] PASS [2022-03-25T14:37:29.963Z] [2022-03-25T14:37:29.963Z] DONE 8 tests in 9.914s [2022-03-25T14:37:29.963Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-25T14:37:29.963Z] ++ 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-25T14:37:29.963Z] ++ set -e [2022-03-25T14:37:29.963Z] ++ '[' -n 0 ']' [2022-03-25T14:37:29.963Z] ++ set -x [2022-03-25T14:37:29.963Z] ++ 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-25T14:37:29.963Z] testing: warning: no tests to run [2022-03-25T14:37:29.963Z] PASS [2022-03-25T14:37:29.963Z] [2022-03-25T14:37:29.963Z] DONE 0 tests in 0.022s [2022-03-25T14:37:29.963Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-25T14:37:29.963Z] ++ 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-25T14:37:29.963Z] ++ set -e [2022-03-25T14:37:29.963Z] ++ '[' -n 0 ']' [2022-03-25T14:37:29.963Z] ++ set -x [2022-03-25T14:37:29.963Z] ++ 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-25T14:37:30.144Z] Connection: close [2022-03-25T14:37:30.144Z] Content-Length: 144 [2022-03-25T14:37:30.144Z] Cache-Control: no-cache [2022-03-25T14:37:30.144Z] Content-Type: application/json [2022-03-25T14:37:30.144Z] Date: Fri, 25 Mar 2022 14:37:29 GMT [2022-03-25T14:37:30.144Z] Expires: -1 [2022-03-25T14:37:30.144Z] Pragma: no-cache [2022-03-25T14:37:30.144Z] Server: docker-tests/mock [2022-03-25T14:37:30.144Z] X-Docker-Registry-Config: mock [2022-03-25T14:37:30.144Z] X-Docker-Registry-Version: 0.0.0 [2022-03-25T14:37:30.144Z] [2022-03-25T14:37:30.144Z] [2022-03-25T14:37:30.144Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-25T14:37:30.144Z] === RUN TestTrustedLocation [2022-03-25T14:37:30.144Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-25T14:37:30.144Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-25T14:37:30.144Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-25T14:37:30.144Z] === RUN TestAllowNondistributableArtifacts [2022-03-25T14:37:30.144Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-25T14:37:30.144Z] === RUN TestIsSecureIndex [2022-03-25T14:37:30.144Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-25T14:37:30.144Z] PASS [2022-03-25T14:37:30.144Z] coverage: 52.0% of statements [2022-03-25T14:37:30.144Z] ok github.com/docker/docker/registry 0.271s coverage: 52.0% of statements [2022-03-25T14:37:30.144Z] time="2022-03-25T14:37:29Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-25T14:37:30.144Z] --- PASS: TestResumableRequestReaderWithReadError (0.19s) [2022-03-25T14:37:30.144Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-25T14:37:30.144Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-25T14:37:30.144Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-25T14:37:30.144Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-25T14:37:30.144Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-25T14:37:30.144Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-25T14:37:30.144Z] === RUN TestResumableRequestReader [2022-03-25T14:37:30.144Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-25T14:37:30.144Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-25T14:37:30.144Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-25T14:37:30.144Z] PASS [2022-03-25T14:37:30.144Z] coverage: 100.0% of statements [2022-03-25T14:37:30.144Z] ok github.com/docker/docker/registry/resumable 0.252s coverage: 100.0% of statements [2022-03-25T14:37:30.221Z] INFO: Testing against a local daemon [2022-03-25T14:37:30.221Z] === RUN TestAuthZPluginAllowRequest [2022-03-25T14:37:30.398Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-25T14:37:30.614Z] === RUN TestRestartManagerTimeout [2022-03-25T14:37:30.614Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-25T14:37:30.614Z] === RUN TestRestartManagerTimeoutReset [2022-03-25T14:37:30.614Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-25T14:37:30.614Z] PASS [2022-03-25T14:37:30.614Z] coverage: 50.9% of statements [2022-03-25T14:37:30.614Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2022-03-25T14:37:30.655Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-25T14:37:31.083Z] === RUN TestDecodeContainerConfig [2022-03-25T14:37:31.083Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-25T14:37:31.083Z] === RUN TestDecodeContainerConfigIsolation [2022-03-25T14:37:31.083Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-25T14:37:31.083Z] === RUN TestValidatePrivileged [2022-03-25T14:37:31.083Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-25T14:37:31.083Z] PASS [2022-03-25T14:37:31.083Z] coverage: 52.6% of statements [2022-03-25T14:37:31.083Z] ok github.com/docker/docker/runconfig 0.043s coverage: 52.6% of statements [2022-03-25T14:37:31.154Z] --- PASS: TestAuthZPluginAllowRequest (1.08s) [2022-03-25T14:37:31.154Z] === RUN TestAuthZPluginTLS [2022-03-25T14:37:31.218Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-25T14:37:31.550Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-25T14:37:31.550Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-25T14:37:31.550Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-25T14:37:31.550Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-25T14:37:31.550Z] PASS [2022-03-25T14:37:31.550Z] coverage: 62.5% of statements [2022-03-25T14:37:31.550Z] ok github.com/docker/docker/testutil 0.045s coverage: 62.5% of statements [2022-03-25T14:37:31.719Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-25T14:37:31.720Z] === RUN TestAuthZPluginDenyRequest [2022-03-25T14:37:31.780Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-25T14:37:32.019Z] --- PASS: TestGet (15.01s) [2022-03-25T14:37:32.019Z] === RUN TestPluginWithNoManifest [2022-03-25T14:37:32.019Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-25T14:37:32.019Z] === RUN TestGetAll [2022-03-25T14:37:32.019Z] --- PASS: TestGetAll (0.00s) [2022-03-25T14:37:32.019Z] PASS [2022-03-25T14:37:32.019Z] coverage: 73.2% of statements [2022-03-25T14:37:32.019Z] ok github.com/docker/docker/pkg/plugins 35.951s coverage: 73.2% of statements [2022-03-25T14:37:32.285Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-25T14:37:32.285Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-25T14:37:32.343Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-25T14:37:32.851Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-25T14:37:32.851Z] === RUN TestAuthZPluginDenyResponse [2022-03-25T14:37:32.905Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-25T14:37:33.114Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-03-25T14:37:33.114Z] === RUN TestInspectNetwork [2022-03-25T14:37:33.114Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:33.114Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-25T14:37:33.114Z] === RUN TestRunContainerWithBridgeNone [2022-03-25T14:37:33.114Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.114Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-25T14:37:33.114Z] === RUN TestNetworkInvalidJSON [2022-03-25T14:37:33.115Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-25T14:37:33.115Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-25T14:37:33.115Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:37:33.115Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:37:33.115Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:37:33.115Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:37:33.115Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-25T14:37:33.115Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:37:33.115Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:37:33.115Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-25T14:37:33.115Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-25T14:37:33.115Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-25T14:37:33.115Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-25T14:37:33.115Z] === RUN TestNetworkList [2022-03-25T14:37:33.115Z] === RUN TestNetworkList//networks [2022-03-25T14:37:33.115Z] === PAUSE TestNetworkList//networks [2022-03-25T14:37:33.115Z] === RUN TestNetworkList//networks/ [2022-03-25T14:37:33.115Z] === PAUSE TestNetworkList//networks/ [2022-03-25T14:37:33.115Z] === CONT TestNetworkList//networks [2022-03-25T14:37:33.115Z] === CONT TestNetworkList//networks/ [2022-03-25T14:37:33.115Z] --- PASS: TestNetworkList (0.01s) [2022-03-25T14:37:33.115Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-25T14:37:33.115Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-25T14:37:33.115Z] === RUN TestHostIPv4BridgeLabel [2022-03-25T14:37:33.115Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.115Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-25T14:37:33.115Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-25T14:37:33.115Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.115Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-03-25T14:37:33.115Z] === RUN TestDaemonDefaultNetworkPools [2022-03-25T14:37:33.115Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.115Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-03-25T14:37:33.115Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-25T14:37:33.115Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.115Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-03-25T14:37:33.115Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-25T14:37:33.373Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-03-25T14:37:33.373Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-25T14:37:33.373Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-03-25T14:37:33.373Z] === RUN TestServiceWithPredefinedNetwork [2022-03-25T14:37:33.373Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:33.373Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-25T14:37:33.373Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-25T14:37:33.373Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:37:33.373Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:37:33.373Z] === RUN TestServiceWithDataPathPortInit [2022-03-25T14:37:33.373Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:33.373Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-03-25T14:37:33.373Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-25T14:37:33.373Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:33.373Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-25T14:37:33.373Z] PASS [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === Skipped [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-25T14:37:33.373Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-25T14:37:33.373Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-25T14:37:33.373Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-03-25T14:37:33.373Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-03-25T14:37:33.373Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-03-25T14:37:33.373Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-03-25T14:37:33.373Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-03-25T14:37:33.373Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-25T14:37:33.373Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:37:33.373Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-03-25T14:37:33.373Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-25T14:37:33.373Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] DONE 22 tests, 12 skipped in 7.052s [2022-03-25T14:37:33.373Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-25T14:37:33.373Z] INFO: Testing against a local daemon [2022-03-25T14:37:33.373Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-25T14:37:33.373Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:37:33.373Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-25T14:37:33.373Z] === RUN TestDockerNetworkIpvlan [2022-03-25T14:37:33.373Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:37:33.373Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-25T14:37:33.373Z] PASS [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === Skipped [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-25T14:37:33.373Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-25T14:37:33.373Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] DONE 2 tests, 2 skipped in 0.090s [2022-03-25T14:37:33.373Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-25T14:37:33.373Z] INFO: Testing against a local daemon [2022-03-25T14:37:33.373Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-25T14:37:33.373Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-25T14:37:33.373Z] === RUN TestDockerNetworkMacvlan [2022-03-25T14:37:33.373Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-25T14:37:33.373Z] PASS [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === Skipped [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-25T14:37:33.373Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-25T14:37:33.373Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-25T14:37:33.373Z] [2022-03-25T14:37:33.373Z] DONE 2 tests, 2 skipped in 0.089s [2022-03-25T14:37:33.417Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-25T14:37:33.418Z] === RUN TestAuthZPluginAllowEventStream [2022-03-25T14:37:33.468Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-25T14:37:33.631Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-25T14:37:33.631Z] testing: warning: no tests to run [2022-03-25T14:37:33.631Z] PASS [2022-03-25T14:37:33.631Z] [2022-03-25T14:37:33.631Z] DONE 0 tests in 0.025s [2022-03-25T14:37:33.631Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-25T14:37:33.631Z] INFO: Testing against a local daemon [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginAllowRequest [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginTLS [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginDenyRequest [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginDenyResponse [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginAllowEventStream [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginErrorResponse [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginErrorRequest [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginHeader [2022-03-25T14:37:33.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.632Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-25T14:37:33.632Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-25T14:37:33.724Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-03-25T14:37:33.890Z] === RUN TestAuthZPluginV2Disable [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] --- SKIP: TestAuthZPluginV2Disable (0.03s) [2022-03-25T14:37:33.890Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-25T14:37:33.890Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-25T14:37:33.890Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-25T14:37:33.890Z] PASS [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === Skipped [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.03s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-25T14:37:33.890Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] DONE 17 tests, 17 skipped in 0.301s [2022-03-25T14:37:33.890Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-25T14:37:33.890Z] INFO: Testing against a local daemon [2022-03-25T14:37:33.890Z] === RUN TestPluginInvalidJSON [2022-03-25T14:37:33.890Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:37:33.890Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:37:33.890Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:37:33.890Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-25T14:37:33.890Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-25T14:37:33.890Z] === RUN TestPluginInstall [2022-03-25T14:37:33.890Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-25T14:37:33.890Z] === RUN TestPluginsWithRuntimes [2022-03-25T14:37:33.890Z] 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-25T14:37:33.890Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-25T14:37:33.890Z] === RUN TestPluginBackCompatMediaTypes [2022-03-25T14:37:33.890Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-25T14:37:33.890Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-25T14:37:33.890Z] PASS [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === Skipped [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-25T14:37:33.890Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-25T14:37:33.890Z] 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-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-25T14:37:33.890Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-25T14:37:33.890Z] [2022-03-25T14:37:33.890Z] DONE 5 tests, 3 skipped in 0.127s [2022-03-25T14:37:33.890Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-25T14:37:34.148Z] INFO: Testing against a local daemon [2022-03-25T14:37:34.148Z] === RUN TestExternalGraphDriver [2022-03-25T14:37:34.148Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-25T14:37:34.148Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-25T14:37:34.148Z] === RUN TestGraphdriverPluginV2 [2022-03-25T14:37:34.248Z] === RUN TestGetAddress [2022-03-25T14:37:34.248Z] --- PASS: TestGetAddress (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestRemove [2022-03-25T14:37:34.248Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-25T14:37:34.248Z] --- SKIP: TestRemove (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestInitializeWithVolumes [2022-03-25T14:37:34.248Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-25T14:37:34.248Z] === RUN TestCreate [2022-03-25T14:37:34.248Z] --- PASS: TestCreate (0.02s) [2022-03-25T14:37:34.248Z] === RUN TestValidateName [2022-03-25T14:37:34.248Z] --- PASS: TestValidateName (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestCreateWithOpts [2022-03-25T14:37:34.248Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-25T14:37:34.248Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestRelaodNoOpts [2022-03-25T14:37:34.248Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-25T14:37:34.248Z] PASS [2022-03-25T14:37:34.248Z] coverage: 41.5% of statements [2022-03-25T14:37:34.248Z] ok github.com/docker/docker/volume/local 0.108s coverage: 41.5% of statements [2022-03-25T14:37:34.248Z] === RUN TestGetDriver [2022-03-25T14:37:34.248Z] --- PASS: TestGetDriver (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestVolumeRequestError [2022-03-25T14:37:34.248Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-25T14:37:34.248Z] PASS [2022-03-25T14:37:34.248Z] coverage: 36.1% of statements [2022-03-25T14:37:34.248Z] ok github.com/docker/docker/volume/drivers 0.060s coverage: 36.1% of statements [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRaw [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-25T14:37:34.248Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRaw [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-25T14:37:34.248Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestConvertTmpfsOptions [2022-03-25T14:37:34.248Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-25T14:37:34.248Z] linux_parser_test.go:209: data="ro" [2022-03-25T14:37:34.248Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestParseMountSpec [2022-03-25T14:37:34.248Z] parser_test.go:62: case 0 [2022-03-25T14:37:34.248Z] parser_test.go:62: case 1 [2022-03-25T14:37:34.248Z] parser_test.go:62: case 2 [2022-03-25T14:37:34.248Z] parser_test.go:62: case 3 [2022-03-25T14:37:34.248Z] parser_test.go:62: case 4 [2022-03-25T14:37:34.248Z] parser_test.go:62: case 5 [2022-03-25T14:37:34.248Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestValidateMount [2022-03-25T14:37:34.248Z] --- PASS: TestValidateMount (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRaw [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-25T14:37:34.248Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-25T14:37:34.248Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-25T14:37:34.248Z] PASS [2022-03-25T14:37:34.248Z] coverage: 67.6% of statements [2022-03-25T14:37:34.248Z] ok github.com/docker/docker/volume/mounts 0.056s coverage: 67.6% of statements [2022-03-25T14:37:34.286Z] check_test.go:308: [dc43474948a36] daemon is not started [2022-03-25T14:37:34.286Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-25T14:37:34.351Z] --- PASS: TestAuthZPluginAllowEventStream (1.06s) [2022-03-25T14:37:34.351Z] === RUN TestAuthZPluginErrorResponse [2022-03-25T14:37:34.917Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-25T14:37:34.917Z] === RUN TestAuthZPluginErrorRequest [2022-03-25T14:37:35.483Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-25T14:37:35.483Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-25T14:37:35.682Z] check_test.go:308: [d1da0af15f413] daemon is not started [2022-03-25T14:37:35.682Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-25T14:37:35.816Z] === RUN TestSetGetMeta [2022-03-25T14:37:35.816Z] === PAUSE TestSetGetMeta [2022-03-25T14:37:35.816Z] === RUN TestRestore [2022-03-25T14:37:35.816Z] === PAUSE TestRestore [2022-03-25T14:37:35.816Z] === RUN TestServiceCreate [2022-03-25T14:37:35.816Z] === PAUSE TestServiceCreate [2022-03-25T14:37:35.816Z] === RUN TestServiceList [2022-03-25T14:37:35.816Z] === PAUSE TestServiceList [2022-03-25T14:37:35.816Z] === RUN TestServiceRemove [2022-03-25T14:37:35.816Z] === PAUSE TestServiceRemove [2022-03-25T14:37:35.816Z] === RUN TestServiceGet [2022-03-25T14:37:35.816Z] === PAUSE TestServiceGet [2022-03-25T14:37:35.816Z] === RUN TestServicePrune [2022-03-25T14:37:35.816Z] === PAUSE TestServicePrune [2022-03-25T14:37:35.816Z] === RUN TestCreate [2022-03-25T14:37:35.816Z] === PAUSE TestCreate [2022-03-25T14:37:35.816Z] === RUN TestRemove [2022-03-25T14:37:35.816Z] === PAUSE TestRemove [2022-03-25T14:37:35.816Z] === RUN TestList [2022-03-25T14:37:35.816Z] === PAUSE TestList [2022-03-25T14:37:35.816Z] === RUN TestFindByDriver [2022-03-25T14:37:35.816Z] === PAUSE TestFindByDriver [2022-03-25T14:37:35.816Z] === RUN TestFindByReferenced [2022-03-25T14:37:35.816Z] === PAUSE TestFindByReferenced [2022-03-25T14:37:35.816Z] === RUN TestDerefMultipleOfSameRef [2022-03-25T14:37:35.816Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-25T14:37:35.816Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:37:35.816Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:37:35.816Z] === RUN TestDefererencePluginOnCreateError [2022-03-25T14:37:35.816Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-25T14:37:35.816Z] === RUN TestRefDerefRemove [2022-03-25T14:37:35.816Z] === PAUSE TestRefDerefRemove [2022-03-25T14:37:35.816Z] === RUN TestGet [2022-03-25T14:37:35.816Z] === PAUSE TestGet [2022-03-25T14:37:35.816Z] === RUN TestGetWithReference [2022-03-25T14:37:35.816Z] === PAUSE TestGetWithReference [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc/test_nil_list [2022-03-25T14:37:35.816Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc/test_empty_list [2022-03-25T14:37:35.816Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:37:35.816Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:37:35.816Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc/test_filter_some [2022-03-25T14:37:35.816Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc/test_filter_middle [2022-03-25T14:37:35.816Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:37:35.816Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:37:35.816Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-25T14:37:35.816Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-25T14:37:35.816Z] === CONT TestFilterFunc/test_nil_list [2022-03-25T14:37:35.816Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-25T14:37:35.816Z] === CONT TestFilterFunc/test_filter_some [2022-03-25T14:37:35.816Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:37:35.816Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:37:35.816Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:37:35.816Z] === CONT TestFilterFunc/test_empty_list [2022-03-25T14:37:35.816Z] === CONT TestFilterFunc/test_filter_middle [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc (0.00s) [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-25T14:37:35.816Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-25T14:37:35.816Z] === CONT TestSetGetMeta [2022-03-25T14:37:35.816Z] === CONT TestDefererencePluginOnCreateError [2022-03-25T14:37:35.816Z] === CONT TestList [2022-03-25T14:37:35.816Z] === CONT TestGet [2022-03-25T14:37:35.816Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-25T14:37:35.816Z] === CONT TestRemove [2022-03-25T14:37:35.816Z] --- PASS: TestGet (0.03s) [2022-03-25T14:37:35.816Z] === CONT TestCreate [2022-03-25T14:37:35.816Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-25T14:37:35.816Z] === CONT TestServicePrune [2022-03-25T14:37:35.816Z] --- PASS: TestList (0.04s) [2022-03-25T14:37:35.816Z] === CONT TestServiceGet [2022-03-25T14:37:35.816Z] --- PASS: TestCreate (0.03s) [2022-03-25T14:37:35.816Z] === CONT TestServiceRemove [2022-03-25T14:37:35.816Z] --- PASS: TestRemove (0.03s) [2022-03-25T14:37:35.816Z] === CONT TestServiceList [2022-03-25T14:37:35.816Z] --- PASS: TestServiceGet (0.17s) [2022-03-25T14:37:35.816Z] === CONT TestServiceCreate [2022-03-25T14:37:35.816Z] time="2022-03-25T14:37:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:37:35.816Z] --- PASS: TestServiceRemove (0.16s) [2022-03-25T14:37:35.816Z] === CONT TestRestore [2022-03-25T14:37:35.816Z] --- PASS: TestServiceList (0.16s) [2022-03-25T14:37:35.816Z] === CONT TestRefDerefRemove [2022-03-25T14:37:35.816Z] time="2022-03-25T14:37:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:37:35.816Z] time="2022-03-25T14:37:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:37:35.816Z] time="2022-03-25T14:37:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-25T14:37:35.816Z] --- PASS: TestServiceCreate (0.04s) [2022-03-25T14:37:35.816Z] === CONT TestGetWithReference [2022-03-25T14:37:35.816Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-25T14:37:35.816Z] === CONT TestDerefMultipleOfSameRef [2022-03-25T14:37:35.816Z] time="2022-03-25T14:37:35Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:37:35.816Z] --- PASS: TestRestore (0.05s) [2022-03-25T14:37:35.816Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:37:35.816Z] --- PASS: TestServicePrune (0.24s) [2022-03-25T14:37:35.816Z] === CONT TestFindByReferenced [2022-03-25T14:37:35.816Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-25T14:37:35.816Z] === CONT TestFindByDriver [2022-03-25T14:37:35.816Z] --- PASS: TestGetWithReference (0.03s) [2022-03-25T14:37:35.816Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-25T14:37:35.816Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-25T14:37:35.816Z] --- PASS: TestFindByDriver (0.02s) [2022-03-25T14:37:35.816Z] PASS [2022-03-25T14:37:35.816Z] coverage: 69.0% of statements [2022-03-25T14:37:35.816Z] ok github.com/docker/docker/volume/service 0.352s coverage: 69.0% of statements [2022-03-25T14:37:35.938Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-25T14:37:36.052Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-25T14:37:36.052Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-25T14:37:37.303Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-25T14:37:37.426Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.24s) [2022-03-25T14:37:37.426Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-25T14:37:37.434Z] --- PASS: TestGraphdriverPluginV2 (3.36s) [2022-03-25T14:37:37.434Z] PASS [2022-03-25T14:37:37.434Z] [2022-03-25T14:37:37.434Z] === Skipped [2022-03-25T14:37:37.434Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-25T14:37:37.434Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-25T14:37:37.434Z] [2022-03-25T14:37:37.435Z] DONE 2 tests, 1 skipped in 3.502s [2022-03-25T14:37:37.435Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-25T14:37:37.703Z] INFO: Testing against a local daemon [2022-03-25T14:37:37.703Z] === RUN TestContinueAfterPluginCrash [2022-03-25T14:37:37.703Z] === PAUSE TestContinueAfterPluginCrash [2022-03-25T14:37:37.703Z] === RUN TestReadPluginNoRead [2022-03-25T14:37:37.703Z] === PAUSE TestReadPluginNoRead [2022-03-25T14:37:37.703Z] === RUN TestDaemonStartWithLogOpt [2022-03-25T14:37:37.703Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-25T14:37:37.703Z] === CONT TestContinueAfterPluginCrash [2022-03-25T14:37:37.703Z] === CONT TestDaemonStartWithLogOpt [2022-03-25T14:37:38.232Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-25T14:37:38.360Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.24s) [2022-03-25T14:37:38.360Z] === RUN TestAuthZPluginHeader [2022-03-25T14:37:39.295Z] --- PASS: TestAuthZPluginHeader (0.67s) [2022-03-25T14:37:39.295Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-25T14:37:39.295Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:37:39.295Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-25T14:37:39.295Z] === RUN TestAuthZPluginV2Disable [2022-03-25T14:37:39.295Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:37:39.295Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-25T14:37:39.295Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-25T14:37:39.295Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:37:39.295Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-25T14:37:39.295Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-25T14:37:39.295Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:37:39.295Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-25T14:37:39.295Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-25T14:37:39.600Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-25T14:37:40.528Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-25T14:37:40.567Z] 2022/03/25 14:37:39 Closing DB instances... [2022-03-25T14:37:41.092Z] check_test.go:308: [d061947b44fd1] daemon is not started [2022-03-25T14:37:41.092Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-25T14:37:41.555Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (48.88s) [2022-03-25T14:37:41.555Z] === RUN TestNetworkDBGarbageCollection [2022-03-25T14:37:41.888Z] --- PASS: TestDaemonStartWithLogOpt (4.09s) [2022-03-25T14:37:41.888Z] === CONT TestReadPluginNoRead [2022-03-25T14:37:42.983Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-25T14:37:43.790Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-25T14:37:44.350Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-25T14:37:45.165Z] === RUN TestReadPluginNoRead/default [2022-03-25T14:37:46.243Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-25T14:37:46.539Z] --- PASS: TestContinueAfterPluginCrash (8.75s) [2022-03-25T14:37:46.539Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-25T14:37:47.211Z] --- PASS: TestCheckoutGit (39.72s) [2022-03-25T14:37:47.211Z] === RUN TestValidGitTransport [2022-03-25T14:37:47.211Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-25T14:37:47.211Z] === RUN TestGitInvalidRef [2022-03-25T14:37:47.211Z] --- PASS: TestGitInvalidRef (0.42s) [2022-03-25T14:37:47.211Z] PASS [2022-03-25T14:37:47.211Z] coverage: 86.3% of statements [2022-03-25T14:37:47.211Z] ok github.com/docker/docker/builder/remotecontext/git 40.224s coverage: 86.3% of statements [2022-03-25T14:37:47.211Z] ? github.com/docker/docker/cli [no test files] [2022-03-25T14:37:47.211Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-25T14:37:47.914Z] === CONT TestReadPluginNoRead [2022-03-25T14:37:47.914Z] read_test.go:92: [da3c3aec2b189] daemon is not started [2022-03-25T14:37:47.914Z] --- PASS: TestReadPluginNoRead (5.93s) [2022-03-25T14:37:47.914Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-03-25T14:37:47.914Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-03-25T14:37:47.914Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.26s) [2022-03-25T14:37:47.914Z] PASS [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] DONE 6 tests in 10.123s [2022-03-25T14:37:47.914Z] 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-25T14:37:47.914Z] testing: warning: no tests to run [2022-03-25T14:37:47.914Z] PASS [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] DONE 0 tests in 0.031s [2022-03-25T14:37:47.914Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-25T14:37:47.914Z] INFO: Testing against a local daemon [2022-03-25T14:37:47.914Z] === RUN TestPluginWithDevMounts [2022-03-25T14:37:47.914Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-25T14:37:47.914Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-25T14:37:47.914Z] PASS [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] === Skipped [2022-03-25T14:37:47.914Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-25T14:37:47.914Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] DONE 1 tests, 1 skipped in 0.099s [2022-03-25T14:37:47.914Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-25T14:37:47.914Z] INFO: Testing against a local daemon [2022-03-25T14:37:47.914Z] === RUN TestSecretInspect [2022-03-25T14:37:47.914Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-25T14:37:47.914Z] === RUN TestSecretList [2022-03-25T14:37:47.914Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] --- SKIP: TestSecretList (0.01s) [2022-03-25T14:37:47.914Z] === RUN TestSecretsCreateAndDelete [2022-03-25T14:37:47.914Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-25T14:37:47.914Z] === RUN TestSecretsUpdate [2022-03-25T14:37:47.914Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-03-25T14:37:47.914Z] === RUN TestTemplatedSecret [2022-03-25T14:37:47.914Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-25T14:37:47.914Z] === RUN TestSecretCreateResolve [2022-03-25T14:37:47.914Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-25T14:37:47.914Z] PASS [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] === Skipped [2022-03-25T14:37:47.914Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-25T14:37:47.914Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-25T14:37:47.914Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-25T14:37:47.914Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-03-25T14:37:47.914Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-25T14:37:47.914Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-03-25T14:37:47.914Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:47.914Z] [2022-03-25T14:37:47.914Z] DONE 6 tests, 6 skipped in 0.143s [2022-03-25T14:37:47.914Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-25T14:37:48.172Z] INFO: Testing against a local daemon [2022-03-25T14:37:48.172Z] === RUN TestServiceCreateInit [2022-03-25T14:37:48.172Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-25T14:37:48.172Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-25T14:37:48.172Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- PASS: TestServiceCreateInit (0.01s) [2022-03-25T14:37:48.172Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:37:48.172Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:37:48.172Z] === RUN TestCreateServiceMultipleTimes [2022-03-25T14:37:48.172Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestCreateServiceConflict [2022-03-25T14:37:48.172Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestCreateServiceMaxReplicas [2022-03-25T14:37:48.172Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2022-03-25T14:37:48.172Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-25T14:37:48.172Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestCreateServiceSecretFileMode [2022-03-25T14:37:48.172Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestCreateServiceConfigFileMode [2022-03-25T14:37:48.172Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestCreateServiceSysctls [2022-03-25T14:37:48.172Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-25T14:37:48.172Z] === RUN TestCreateServiceCapabilities [2022-03-25T14:37:48.172Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-25T14:37:48.172Z] === RUN TestInspect [2022-03-25T14:37:48.172Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestInspect (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestCreateJob [2022-03-25T14:37:48.172Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestCreateJob (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestReplicatedJob [2022-03-25T14:37:48.172Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestUpdateReplicatedJob [2022-03-25T14:37:48.172Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestServiceListWithStatuses [2022-03-25T14:37:48.172Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-25T14:37:48.172Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-25T14:37:48.172Z] === RUN TestDockerNetworkConnectAlias [2022-03-25T14:37:48.172Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2022-03-25T14:37:48.172Z] === RUN TestDockerNetworkReConnect [2022-03-25T14:37:48.172Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:48.172Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-25T14:37:48.172Z] === RUN TestServicePlugin [2022-03-25T14:37:48.178Z] .........................xx.................... [ 29%] [2022-03-25T14:37:50.074Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.074Z] --- SKIP: TestServicePlugin (1.90s) [2022-03-25T14:37:50.074Z] === RUN TestServiceUpdateLabel [2022-03-25T14:37:50.074Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-25T14:37:50.333Z] === RUN TestServiceUpdateSecrets [2022-03-25T14:37:50.333Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-25T14:37:50.333Z] === RUN TestServiceUpdateConfigs [2022-03-25T14:37:50.333Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-25T14:37:50.333Z] === RUN TestServiceUpdateNetwork [2022-03-25T14:37:50.333Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-25T14:37:50.333Z] === RUN TestServiceUpdatePidsLimit [2022-03-25T14:37:50.333Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-03-25T14:37:50.333Z] PASS [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === Skipped [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:37:50.333Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:37:50.333Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-25T14:37:50.333Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-25T14:37:50.333Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2022-03-25T14:37:50.333Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-25T14:37:50.333Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-25T14:37:50.333Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-25T14:37:50.333Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-03-25T14:37:50.333Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-03-25T14:37:50.333Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-25T14:37:50.333Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-25T14:37:50.333Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-25T14:37:50.333Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-25T14:37:50.333Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-25T14:37:50.333Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2022-03-25T14:37:50.333Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-25T14:37:50.333Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServicePlugin (1.90s) [2022-03-25T14:37:50.333Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-25T14:37:50.333Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-25T14:37:50.333Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-25T14:37:50.333Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-25T14:37:50.333Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-03-25T14:37:50.333Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] DONE 24 tests, 23 skipped in 2.315s [2022-03-25T14:37:50.333Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-25T14:37:50.333Z] INFO: Testing against a local daemon [2022-03-25T14:37:50.333Z] === RUN TestSessionCreate [2022-03-25T14:37:50.333Z] --- PASS: TestSessionCreate (0.04s) [2022-03-25T14:37:50.333Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-25T14:37:50.333Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2022-03-25T14:37:50.333Z] PASS [2022-03-25T14:37:50.333Z] [2022-03-25T14:37:50.333Z] DONE 2 tests in 0.162s [2022-03-25T14:37:50.333Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-25T14:37:50.412Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-25T14:37:50.592Z] INFO: Testing against a local daemon [2022-03-25T14:37:50.592Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:37:50.592Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-25T14:37:50.592Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:37:50.592Z] === RUN TestDiskUsage [2022-03-25T14:37:50.592Z] === PAUSE TestDiskUsage [2022-03-25T14:37:50.592Z] === RUN TestEventsExecDie [2022-03-25T14:37:50.669Z] check_test.go:308: [deb141dcfe6a7] daemon is not started [2022-03-25T14:37:50.669Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-25T14:37:51.158Z] --- PASS: TestEventsExecDie (0.46s) [2022-03-25T14:37:51.158Z] === RUN TestEventsBackwardsCompatible [2022-03-25T14:37:51.158Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-25T14:37:51.158Z] === RUN TestEventsVolumeCreate [2022-03-25T14:37:51.158Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-25T14:37:51.158Z] === RUN TestInfoBinaryCommits [2022-03-25T14:37:51.158Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-25T14:37:51.158Z] === RUN TestInfoAPIVersioned [2022-03-25T14:37:51.158Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-25T14:37:51.158Z] === RUN TestInfoAPI [2022-03-25T14:37:51.158Z] --- PASS: TestInfoAPI (0.02s) [2022-03-25T14:37:51.158Z] === RUN TestInfoAPIWarnings [2022-03-25T14:37:53.941Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-25T14:37:54.503Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-25T14:37:54.503Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-25T14:37:55.431Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-25T14:37:57.366Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-25T14:37:57.366Z] PASS [2022-03-25T14:37:57.366Z] [2022-03-25T14:37:57.366Z] === Skipped [2022-03-25T14:37:57.366Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-25T14:37:57.366Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:37:57.366Z] [2022-03-25T14:37:57.366Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-25T14:37:57.366Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:37:57.366Z] [2022-03-25T14:37:57.366Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-25T14:37:57.366Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:37:57.366Z] [2022-03-25T14:37:57.366Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-25T14:37:57.366Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:37:57.366Z] [2022-03-25T14:37:57.366Z] DONE 17 tests, 4 skipped in 25.683s [2022-03-25T14:37:57.366Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-25T14:37:57.366Z] ++ 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-25T14:37:57.366Z] ++ set -e [2022-03-25T14:37:57.366Z] ++ '[' -n 0 ']' [2022-03-25T14:37:57.367Z] ++ set -x [2022-03-25T14:37:57.367Z] ++ 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-25T14:37:57.367Z] INFO: Testing against a local daemon [2022-03-25T14:37:57.367Z] === RUN TestPluginInvalidJSON [2022-03-25T14:37:57.367Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:37:57.367Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:37:57.367Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:37:57.367Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-25T14:37:57.367Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-25T14:37:57.367Z] === RUN TestPluginInstall [2022-03-25T14:37:57.367Z] === RUN TestPluginInstall/no_auth [2022-03-25T14:37:57.367Z] time="2022-03-25T14:37:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:37:57.367Z] time="2022-03-25T14:37:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb74e5961bc0c6975d82894b2511f8d046ff142d124ad30e575eb82a53261fd6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:37:57.367Z] time="2022-03-25T14:37:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:37:57.367Z] time="2022-03-25T14:37:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb74e5961bc0c6975d82894b2511f8d046ff142d124ad30e575eb82a53261fd6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:37:57.367Z] === RUN TestPluginInstall/with_htpasswd [2022-03-25T14:37:57.367Z] time="2022-03-25T14:37:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:37:57.367Z] time="2022-03-25T14:37:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb74e5961bc0c6975d82894b2511f8d046ff142d124ad30e575eb82a53261fd6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:37:57.367Z] time="2022-03-25T14:37:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:37:57.367Z] time="2022-03-25T14:37:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb74e5961bc0c6975d82894b2511f8d046ff142d124ad30e575eb82a53261fd6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:37:57.625Z] === RUN TestPluginInstall/with_insecure [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.01s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-25T14:37:57.663Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestConfigureDaemonLogs [2022-03-25T14:37:57.663Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestCommonOptionsInstallFlags [2022-03-25T14:37:57.663Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-25T14:37:57.663Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-25T14:37:57.663Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-25T14:37:57.663Z] PASS [2022-03-25T14:37:57.663Z] coverage: 19.0% of statements [2022-03-25T14:37:57.663Z] ok github.com/docker/docker/cmd/dockerd 0.350s coverage: 19.0% of statements [2022-03-25T14:37:57.663Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-25T14:37:57.663Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-25T14:37:58.559Z] time="2022-03-25T14:37:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:37:58.559Z] time="2022-03-25T14:37:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1e5b8d5af5f9e5266f9641e4e1d33ca896f123a3515b14a855525c863efe6983" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:37:58.559Z] time="2022-03-25T14:37:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:37:58.559Z] time="2022-03-25T14:37:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1e5b8d5af5f9e5266f9641e4e1d33ca896f123a3515b14a855525c863efe6983" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:37:58.559Z] plugin_test.go:165: [d19dcd3606fef] daemon is not started [2022-03-25T14:37:58.559Z] --- PASS: TestPluginInstall (2.70s) [2022-03-25T14:37:58.559Z] --- PASS: TestPluginInstall/no_auth (1.16s) [2022-03-25T14:37:58.559Z] --- PASS: TestPluginInstall/with_htpasswd (0.54s) [2022-03-25T14:37:58.559Z] --- PASS: TestPluginInstall/with_insecure (1.00s) [2022-03-25T14:37:58.559Z] === RUN TestPluginsWithRuntimes [2022-03-25T14:37:58.705Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-25T14:37:58.961Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-25T14:37:59.888Z] === RUN TestContainerStopSignal [2022-03-25T14:37:59.888Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestContainerStopTimeout [2022-03-25T14:37:59.888Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-25T14:37:59.888Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-25T14:37:59.888Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-25T14:37:59.888Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-25T14:37:59.888Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-03-25T14:37:59.888Z] === RUN TestReplaceAndAppendEnvVars [2022-03-25T14:37:59.888Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-25T14:37:59.888Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestNewMemoryStore [2022-03-25T14:37:59.888Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestAddContainers [2022-03-25T14:37:59.888Z] --- PASS: TestAddContainers (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestGetContainer [2022-03-25T14:37:59.888Z] --- PASS: TestGetContainer (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestDeleteContainer [2022-03-25T14:37:59.888Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestListContainers [2022-03-25T14:37:59.888Z] --- PASS: TestListContainers (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestFirstContainer [2022-03-25T14:37:59.888Z] --- PASS: TestFirstContainer (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestApplyAllContainer [2022-03-25T14:37:59.888Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestIsValidHealthString [2022-03-25T14:37:59.888Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestStateRunStop [2022-03-25T14:37:59.888Z] --- PASS: TestStateRunStop (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestStateTimeoutWait [2022-03-25T14:37:59.888Z] state_test.go:141: Stop callback fired [2022-03-25T14:37:59.888Z] state_test.go:165: Stop callback fired [2022-03-25T14:37:59.888Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-25T14:37:59.888Z] === RUN TestIsValidStateString [2022-03-25T14:37:59.888Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestViewSaveDelete [2022-03-25T14:37:59.888Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-25T14:37:59.888Z] === RUN TestViewAll [2022-03-25T14:37:59.888Z] --- PASS: TestViewAll (0.03s) [2022-03-25T14:37:59.888Z] === RUN TestViewGet [2022-03-25T14:37:59.888Z] --- PASS: TestViewGet (0.01s) [2022-03-25T14:37:59.888Z] === RUN TestNames [2022-03-25T14:37:59.888Z] --- PASS: TestNames (0.00s) [2022-03-25T14:37:59.888Z] === RUN TestViewWithHealthCheck [2022-03-25T14:37:59.888Z] --- PASS: TestViewWithHealthCheck (0.03s) [2022-03-25T14:37:59.888Z] PASS [2022-03-25T14:37:59.888Z] coverage: 41.7% of statements [2022-03-25T14:37:59.888Z] ok github.com/docker/docker/container 0.321s coverage: 41.7% of statements [2022-03-25T14:37:59.888Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-25T14:37:59.888Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-25T14:37:59.888Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-25T14:37:59.888Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-25T14:37:59.938Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-25T14:38:00.358Z] === RUN TestPrepare [2022-03-25T14:38:00.358Z] --- PASS: TestPrepare (0.00s) [2022-03-25T14:38:00.358Z] === RUN TestStart [2022-03-25T14:38:00.358Z] --- PASS: TestStart (0.00s) [2022-03-25T14:38:00.358Z] === RUN TestWaitCancel [2022-03-25T14:38:00.358Z] --- PASS: TestWaitCancel (0.00s) [2022-03-25T14:38:00.358Z] === RUN TestWaitDisabled [2022-03-25T14:38:00.358Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-25T14:38:00.358Z] === RUN TestWaitEnabled [2022-03-25T14:38:00.358Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-25T14:38:00.358Z] === RUN TestRemove [2022-03-25T14:38:00.358Z] --- PASS: TestRemove (0.00s) [2022-03-25T14:38:00.358Z] PASS [2022-03-25T14:38:00.358Z] coverage: 65.3% of statements [2022-03-25T14:38:00.358Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.070s coverage: 65.3% of statements [2022-03-25T14:38:00.872Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-25T14:38:01.485Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-25T14:38:01.485Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-25T14:38:01.807Z] --- PASS: TestPluginsWithRuntimes (3.13s) [2022-03-25T14:38:01.807Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.81s) [2022-03-25T14:38:01.807Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.82s) [2022-03-25T14:38:01.807Z] === RUN TestPluginBackCompatMediaTypes [2022-03-25T14:38:02.374Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-25T14:38:02.374Z] PASS [2022-03-25T14:38:02.374Z] [2022-03-25T14:38:02.374Z] DONE 10 tests in 6.506s [2022-03-25T14:38:02.374Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-25T14:38:02.374Z] ++ 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-25T14:38:02.374Z] ++ set -e [2022-03-25T14:38:02.374Z] ++ '[' -n 0 ']' [2022-03-25T14:38:02.374Z] ++ set -x [2022-03-25T14:38:02.374Z] ++ 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-25T14:38:02.374Z] INFO: Testing against a local daemon [2022-03-25T14:38:02.374Z] === RUN TestExternalGraphDriver [2022-03-25T14:38:02.374Z] === RUN TestExternalGraphDriver/json [2022-03-25T14:38:03.325Z] === RUN TestNewListSecretsFilters [2022-03-25T14:38:03.325Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-25T14:38:03.325Z] === RUN TestNewListConfigsFilters [2022-03-25T14:38:03.325Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-25T14:38:03.325Z] PASS [2022-03-25T14:38:03.325Z] coverage: 0.5% of statements [2022-03-25T14:38:03.325Z] ok github.com/docker/docker/daemon/cluster 0.347s coverage: 0.5% of statements [2022-03-25T14:38:03.399Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-25T14:38:03.796Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-25T14:38:03.796Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-25T14:38:03.796Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-25T14:38:03.796Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-25T14:38:03.796Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-25T14:38:03.796Z] PASS [2022-03-25T14:38:03.796Z] coverage: 35.9% of statements [2022-03-25T14:38:03.796Z] ok github.com/docker/docker/daemon/cluster/convert 0.406s coverage: 35.9% of statements [2022-03-25T14:38:03.962Z] check_test.go:308: [d9af41e11097c] daemon is not started [2022-03-25T14:38:03.962Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-25T14:38:04.275Z] === RUN TestExternalGraphDriver/spec [2022-03-25T14:38:04.504Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-25T14:38:04.526Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-25T14:38:05.089Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-25T14:38:05.648Z] === RUN TestExternalGraphDriver/pull [2022-03-25T14:38:05.651Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-25T14:38:07.021Z] --- PASS: TestExternalGraphDriver (4.61s) [2022-03-25T14:38:07.021Z] --- PASS: TestExternalGraphDriver/json (1.52s) [2022-03-25T14:38:07.021Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2022-03-25T14:38:07.021Z] --- PASS: TestExternalGraphDriver/pull (1.54s) [2022-03-25T14:38:07.021Z] === RUN TestGraphdriverPluginV2 [2022-03-25T14:38:07.021Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:38:07.021Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-25T14:38:07.021Z] PASS [2022-03-25T14:38:07.021Z] [2022-03-25T14:38:07.021Z] === Skipped [2022-03-25T14:38:07.021Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-25T14:38:07.021Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:38:07.021Z] [2022-03-25T14:38:07.021Z] DONE 5 tests, 1 skipped in 4.716s [2022-03-25T14:38:07.022Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-25T14:38:07.022Z] ++ 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-25T14:38:07.022Z] ++ set -e [2022-03-25T14:38:07.022Z] ++ '[' -n 0 ']' [2022-03-25T14:38:07.022Z] ++ set -x [2022-03-25T14:38:07.022Z] ++ 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-25T14:38:07.022Z] INFO: Testing against a local daemon [2022-03-25T14:38:07.022Z] === RUN TestContinueAfterPluginCrash [2022-03-25T14:38:07.022Z] === PAUSE TestContinueAfterPluginCrash [2022-03-25T14:38:07.022Z] === RUN TestReadPluginNoRead [2022-03-25T14:38:07.022Z] === PAUSE TestReadPluginNoRead [2022-03-25T14:38:07.022Z] === RUN TestDaemonStartWithLogOpt [2022-03-25T14:38:07.022Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-25T14:38:07.022Z] === CONT TestContinueAfterPluginCrash [2022-03-25T14:38:07.022Z] === CONT TestDaemonStartWithLogOpt [2022-03-25T14:38:07.542Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-25T14:38:07.542Z] check_test.go:308: [d17886ec6b68f] daemon is not started [2022-03-25T14:38:07.542Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-25T14:38:07.604Z] === RUN TestWaitNodeAttachment [2022-03-25T14:38:08.075Z] === RUN TestBuilderGC [2022-03-25T14:38:08.075Z] --- PASS: TestBuilderGC (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationNotFound [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestDaemonBrokenConfiguration [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestFindConfigurationConflicts [2022-03-25T14:38:08.075Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-25T14:38:08.075Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-25T14:38:08.075Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-25T14:38:08.075Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-25T14:38:08.075Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-25T14:38:08.075Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-25T14:38:08.075Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration/with_label [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration/with_dns [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-25T14:38:08.076Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestReloadSetConfigFileNotExist [2022-03-25T14:38:08.076Z] --- PASS: TestWaitNodeAttachment (0.43s) [2022-03-25T14:38:08.076Z] === RUN TestIsolationConversion [2022-03-25T14:38:08.076Z] === RUN TestIsolationConversion/default [2022-03-25T14:38:08.076Z] === RUN TestIsolationConversion/process [2022-03-25T14:38:08.076Z] === RUN TestIsolationConversion/hyperv [2022-03-25T14:38:08.076Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestContainerLabels [2022-03-25T14:38:08.076Z] --- PASS: TestContainerLabels (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestCredentialSpecConversion [2022-03-25T14:38:08.076Z] === RUN TestCredentialSpecConversion/none [2022-03-25T14:38:08.076Z] === RUN TestCredentialSpecConversion/config [2022-03-25T14:38:08.076Z] === RUN TestCredentialSpecConversion/file [2022-03-25T14:38:08.076Z] === RUN TestCredentialSpecConversion/registry [2022-03-25T14:38:08.076Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-25T14:38:08.076Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestControllerValidateMountBind [2022-03-25T14:38:08.076Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestControllerValidateMountVolume [2022-03-25T14:38:08.076Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestControllerValidateMountTarget [2022-03-25T14:38:08.076Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestControllerValidateMountTmpfs [2022-03-25T14:38:08.076Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestControllerValidateMountInvalidType [2022-03-25T14:38:08.076Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-25T14:38:08.076Z] === RUN TestControllerValidateMountNamedPipe [2022-03-25T14:38:08.076Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-25T14:38:08.547Z] PASS [2022-03-25T14:38:08.547Z] coverage: 11.0% of statements [2022-03-25T14:38:08.547Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.649s coverage: 11.0% of statements [2022-03-25T14:38:08.547Z] time="2022-03-25T14:38:07Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-25T14:38:08.547Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s) [2022-03-25T14:38:08.547Z] === RUN TestReloadDefaultConfigNotExist [2022-03-25T14:38:08.547Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:08.547Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-25T14:38:08.547Z] === RUN TestReloadBadDefaultConfig [2022-03-25T14:38:08.548Z] time="2022-03-25T14:38:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3067652699" [2022-03-25T14:38:08.548Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-25T14:38:08.548Z] === RUN TestReloadWithConflictingLabels [2022-03-25T14:38:08.548Z] time="2022-03-25T14:38:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3538369046" [2022-03-25T14:38:08.548Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-25T14:38:08.548Z] === RUN TestReloadWithDuplicateLabels [2022-03-25T14:38:08.548Z] time="2022-03-25T14:38:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3864113784" [2022-03-25T14:38:08.548Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-25T14:38:08.548Z] === RUN TestMaskURLCredentials [2022-03-25T14:38:08.548Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-25T14:38:08.548Z] === RUN TestDaemonConfigurationMerge [2022-03-25T14:38:08.548Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-25T14:38:08.548Z] PASS [2022-03-25T14:38:08.548Z] coverage: 79.2% of statements [2022-03-25T14:38:08.548Z] ok github.com/docker/docker/daemon/config 0.460s coverage: 79.2% of statements [2022-03-25T14:38:08.548Z] === RUN TestEventsLog [2022-03-25T14:38:08.548Z] --- PASS: TestEventsLog (0.00s) [2022-03-25T14:38:08.548Z] === RUN TestEventsLogTimeout [2022-03-25T14:38:08.548Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-25T14:38:08.548Z] === RUN TestLogEvents [2022-03-25T14:38:08.548Z] --- PASS: TestLogEvents (0.05s) [2022-03-25T14:38:08.548Z] === RUN TestLoadBufferedEvents [2022-03-25T14:38:08.548Z] --- PASS: TestLoadBufferedEvents (0.21s) [2022-03-25T14:38:08.548Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-25T14:38:08.548Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-25T14:38:08.548Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-25T14:38:08.548Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-25T14:38:08.548Z] PASS [2022-03-25T14:38:08.548Z] coverage: 50.0% of statements [2022-03-25T14:38:08.548Z] ok github.com/docker/docker/daemon/events 0.330s coverage: 50.0% of statements [2022-03-25T14:38:08.907Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-25T14:38:09.234Z] --- PASS: TestInfoAPIWarnings (16.36s) [2022-03-25T14:38:09.234Z] === RUN TestInfoDebug [2022-03-25T14:38:09.234Z] --- PASS: TestInfoDebug (0.54s) [2022-03-25T14:38:09.234Z] === RUN TestInfoInsecureRegistries [2022-03-25T14:38:09.234Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-25T14:38:09.234Z] === RUN TestInfoRegistryMirrors [2022-03-25T14:38:09.234Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-03-25T14:38:09.234Z] === RUN TestLoginFailsWithBadCredentials [2022-03-25T14:38:09.234Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-25T14:38:09.234Z] === RUN TestPingCacheHeaders [2022-03-25T14:38:09.234Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-25T14:38:09.234Z] === RUN TestPingGet [2022-03-25T14:38:09.234Z] --- PASS: TestPingGet (0.01s) [2022-03-25T14:38:09.234Z] === RUN TestPingHead [2022-03-25T14:38:09.234Z] --- PASS: TestPingHead (0.03s) [2022-03-25T14:38:09.234Z] === RUN TestVersion [2022-03-25T14:38:09.234Z] --- PASS: TestVersion (0.03s) [2022-03-25T14:38:09.234Z] === CONT TestDiskUsage [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/container_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/image_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/volume_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-25T14:38:09.800Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-25T14:38:09.836Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-25T14:38:10.059Z] === RUN TestDiskUsage/after_container.Run [2022-03-25T14:38:10.120Z] === RUN TestIsEmptyDir [2022-03-25T14:38:10.120Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-25T14:38:10.120Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-03-25T14:38:10.120Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-03-25T14:38:10.120Z] PASS [2022-03-25T14:38:10.120Z] coverage: 2.3% of statements [2022-03-25T14:38:10.120Z] === RUN TestLinkNaming [2022-03-25T14:38:10.120Z] --- PASS: TestLinkNaming (0.00s) [2022-03-25T14:38:10.120Z] === RUN TestLinkNew [2022-03-25T14:38:10.120Z] --- PASS: TestLinkNew (0.00s) [2022-03-25T14:38:10.120Z] === RUN TestLinkEnv [2022-03-25T14:38:10.120Z] --- PASS: TestLinkEnv (0.00s) [2022-03-25T14:38:10.120Z] === RUN TestLinkMultipleEnv [2022-03-25T14:38:10.120Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-25T14:38:10.120Z] === RUN TestLinkPortRangeEnv [2022-03-25T14:38:10.120Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-25T14:38:10.120Z] PASS [2022-03-25T14:38:10.120Z] ok github.com/docker/docker/daemon/graphdriver 0.092s coverage: 2.3% of statements [2022-03-25T14:38:10.120Z] coverage: 93.0% of statements [2022-03-25T14:38:10.120Z] ok github.com/docker/docker/daemon/links 0.055s coverage: 93.0% of statements [2022-03-25T14:38:10.304Z] --- PASS: TestDaemonStartWithLogOpt (2.90s) [2022-03-25T14:38:10.304Z] === CONT TestReadPluginNoRead [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-25T14:38:10.317Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage (1.22s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty (0.02s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/image_types (0.01s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.02s) [2022-03-25T14:38:10.575Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-03-25T14:38:10.575Z] PASS [2022-03-25T14:38:10.575Z] [2022-03-25T14:38:10.575Z] === Skipped [2022-03-25T14:38:10.575Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:38:10.575Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-25T14:38:10.575Z] [2022-03-25T14:38:10.575Z] DONE 50 tests, 1 skipped in 20.093s [2022-03-25T14:38:10.575Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-25T14:38:10.575Z] INFO: Testing against a local daemon [2022-03-25T14:38:10.575Z] === RUN TestVolumesCreateAndList [2022-03-25T14:38:10.575Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-25T14:38:10.575Z] === RUN TestVolumesRemove [2022-03-25T14:38:10.834Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-25T14:38:10.834Z] === RUN TestVolumesInspect [2022-03-25T14:38:10.834Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-25T14:38:10.834Z] === RUN TestVolumesInvalidJSON [2022-03-25T14:38:10.834Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-25T14:38:10.834Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-25T14:38:10.834Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-25T14:38:10.834Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-25T14:38:10.834Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-25T14:38:10.834Z] PASS [2022-03-25T14:38:10.834Z] [2022-03-25T14:38:10.834Z] DONE 5 tests in 0.188s [2022-03-25T14:38:10.834Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-25T14:38:10.834Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14204 is not a child of this shell [2022-03-25T14:38:10.834Z] warning: PID 14204 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-25T14:38:10.834Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-25T14:38:10.834Z] [2022-03-25T14:38:10.834Z] Unloading profiles will leave already running processes permanently [2022-03-25T14:38:10.834Z] unconfined, which can lead to unexpected situations. [2022-03-25T14:38:10.834Z] [2022-03-25T14:38:10.834Z] To set a process to complain mode, use the command line tool [2022-03-25T14:38:10.834Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-25T14:38:10.834Z] Removing test suite binaries [2022-03-25T14:38:10.834Z] exiting test-integration [2022-03-25T14:38:10.834Z] ++ exit 0 [2022-03-25T14:38:10.834Z] [2022-03-25T14:38:11.203Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs Post stage [Pipeline] junit [2022-03-25T14:38:11.787Z] Recording test results [2022-03-25T14:38:11.970Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-25T14:38:12.132Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-25T14:38:12.204Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-25T14:38:12.207Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-25T14:38:12.349Z] === RUN TestVerifyNetworkingConfig [2022-03-25T14:38:12.349Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestGetContainer [2022-03-25T14:38:12.349Z] --- PASS: TestGetContainer (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestValidContainerNames [2022-03-25T14:38:12.349Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestContainerInitDNS [2022-03-25T14:38:12.349Z] daemon_test.go:145: root required [2022-03-25T14:38:12.349Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestMerge [2022-03-25T14:38:12.349Z] --- PASS: TestMerge (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestValidateContainerIsolation [2022-03-25T14:38:12.349Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestFindNetworkErrorType [2022-03-25T14:38:12.349Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestEnsureServicesExist [2022-03-25T14:38:12.349Z] --- PASS: TestEnsureServicesExist (0.03s) [2022-03-25T14:38:12.349Z] === RUN TestEnsureServicesExistErrors [2022-03-25T14:38:12.349Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-25T14:38:12.349Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-25T14:38:12.349Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-25T14:38:12.349Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestContainerDelete [2022-03-25T14:38:12.349Z] --- PASS: TestContainerDelete (0.01s) [2022-03-25T14:38:12.349Z] === RUN TestContainerDoubleDelete [2022-03-25T14:38:12.349Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestLogContainerEventCopyLabels [2022-03-25T14:38:12.349Z] --- PASS: TestLogContainerEventCopyLabels (0.01s) [2022-03-25T14:38:12.349Z] === RUN TestLogContainerEventWithAttributes [2022-03-25T14:38:12.349Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestNoneHealthcheck [2022-03-25T14:38:12.349Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestHealthStates [2022-03-25T14:38:12.349Z] time="2022-03-25T14:38:11Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] time="2022-03-25T14:38:12Z" 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-25T14:38:12.349Z] --- PASS: TestHealthStates (0.21s) [2022-03-25T14:38:12.349Z] === RUN TestGetInspectData [2022-03-25T14:38:12.349Z] --- PASS: TestGetInspectData (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestFillLicense [2022-03-25T14:38:12.349Z] --- PASS: TestFillLicense (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestListInvalidFilter [2022-03-25T14:38:12.349Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestNameFilter [2022-03-25T14:38:12.349Z] --- PASS: TestNameFilter (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-25T14:38:12.349Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-25T14:38:12.349Z] === 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-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-25T14:38:12.349Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-25T14:38:12.349Z] --- 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-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-25T14:38:12.349Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-25T14:38:12.349Z] === RUN TestDaemonReloadLabels [2022-03-25T14:38:12.349Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-25T14:38:12.350Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-25T14:38:12.350Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-25T14:38:12.350Z] === RUN TestDaemonReloadMirrors [2022-03-25T14:38:12.350Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-25T14:38:12.350Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-25T14:38:12.350Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-25T14:38:12.350Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-25T14:38:12.350Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-25T14:38:12.350Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-25T14:38:12.350Z] reload_test.go:342: root required [2022-03-25T14:38:12.350Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-25T14:38:12.350Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-25T14:38:12.350Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-25T14:38:12.350Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-25T14:38:12.350Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-25T14:38:12.350Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-25T14:38:12.350Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-03-25T14:38:12.350Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-25T14:38:12.350Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-25T14:38:12.350Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-25T14:38:12.350Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-25T14:38:12.350Z] === RUN TestParseVolumesFrom [2022-03-25T14:38:12.350Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-25T14:38:12.350Z] PASS [2022-03-25T14:38:12.350Z] coverage: 8.6% of statements [2022-03-25T14:38:12.350Z] ok github.com/docker/docker/daemon 0.670s coverage: 8.6% of statements [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-25T14:38:12.350Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-25T14:38:12.562Z] + echo Ensuring container killed. [2022-03-25T14:38:12.562Z] Ensuring container killed. [2022-03-25T14:38:12.562Z] + docker rm -vf docker-pr3 [2022-03-25T14:38:12.562Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-25T14:38:12.823Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-25T14:38:12.823Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-25T14:38:12.823Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-25T14:38:12.851Z] + echo Chowning /workspace to jenkins user [2022-03-25T14:38:12.851Z] Chowning /workspace to jenkins user [2022-03-25T14:38:12.851Z] + id -u [2022-03-25T14:38:12.851Z] + id -g [2022-03-25T14:38:12.851Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43378:/workspace busybox chown -R 1000:1000 /workspace [2022-03-25T14:38:13.063Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-25T14:38:13.139Z] === RUN TestReadPluginNoRead/default [2022-03-25T14:38:13.819Z] === RUN TestAdapterReadLogs [2022-03-25T14:38:13.819Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestCopier [2022-03-25T14:38:13.819Z] --- PASS: TestCopier (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestCopierLongLines [2022-03-25T14:38:13.819Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestCopierSlow [2022-03-25T14:38:13.819Z] === RUN TestNewStreamConfig [2022-03-25T14:38:13.819Z] === RUN TestNewStreamConfig/defaults [2022-03-25T14:38:13.819Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-25T14:38:13.819Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-25T14:38:13.819Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-25T14:38:13.819Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-25T14:38:13.819Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-25T14:38:13.819Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-25T14:38:13.819Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-25T14:38:13.819Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-25T14:38:13.819Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-25T14:38:13.819Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-25T14:38:13.819Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-25T14:38:13.819Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-25T14:38:13.819Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-25T14:38:13.819Z] === RUN TestSearchRegistryForImagesErrors [2022-03-25T14:38:13.819Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestSearchRegistryForImages [2022-03-25T14:38:13.819Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestOnlyPlatformWithFallback [2022-03-25T14:38:13.819Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestImageDelete [2022-03-25T14:38:13.819Z] --- PASS: TestCopierSlow (0.21s) [2022-03-25T14:38:13.819Z] === RUN TestCopierWithSized [2022-03-25T14:38:13.819Z] === RUN TestCopierWithSized/as_is [2022-03-25T14:38:13.819Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-25T14:38:13.819Z] --- PASS: TestCopierWithSized (0.02s) [2022-03-25T14:38:13.819Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-25T14:38:13.819Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-03-25T14:38:13.819Z] === RUN TestCopierWithPartial [2022-03-25T14:38:13.819Z] --- PASS: TestCopierWithPartial (0.01s) [2022-03-25T14:38:13.819Z] === RUN TestRingLogger [2022-03-25T14:38:13.819Z] --- PASS: TestRingLogger (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestRingCap [2022-03-25T14:38:13.819Z] --- PASS: TestRingCap (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestRingClose [2022-03-25T14:38:13.819Z] --- PASS: TestRingClose (0.00s) [2022-03-25T14:38:13.819Z] === RUN TestRingDrain [2022-03-25T14:38:13.819Z] --- PASS: TestRingDrain (0.00s) [2022-03-25T14:38:13.819Z] PASS [2022-03-25T14:38:13.819Z] coverage: 43.2% of statements [2022-03-25T14:38:13.819Z] === RUN TestImageDelete/no_lease [2022-03-25T14:38:13.819Z] ok github.com/docker/docker/daemon/logger 0.304s coverage: 43.2% of statements [2022-03-25T14:38:13.819Z] === RUN TestImageDelete/lease_exists [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-25T14:38:14.290Z] --- PASS: TestImageDelete (0.08s) [2022-03-25T14:38:14.290Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-25T14:38:14.290Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-03-25T14:38:14.290Z] === RUN TestContentStoreForPull [2022-03-25T14:38:14.290Z] time="2022-03-25T14:38:13Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-25T14:38:14.290Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.23s) [2022-03-25T14:38:14.290Z] === RUN TestCreateSuccess [2022-03-25T14:38:14.290Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCreateStreamSkipped [2022-03-25T14:38:14.290Z] time="2022-03-25T14:38:13Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-25T14:38:14.290Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCreateLogGroupSuccess [2022-03-25T14:38:14.290Z] time="2022-03-25T14:38:13Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-25T14:38:14.290Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCreateError [2022-03-25T14:38:14.290Z] --- PASS: TestCreateError (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCreateAlreadyExists [2022-03-25T14:38:14.290Z] time="2022-03-25T14:38:13Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-25T14:38:14.290Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestLogClosed [2022-03-25T14:38:14.290Z] --- PASS: TestLogClosed (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestLogBlocking [2022-03-25T14:38:14.290Z] --- PASS: TestLogBlocking (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-25T14:38:14.290Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestLogNonBlockingBufferFull [2022-03-25T14:38:14.290Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestPublishBatchSuccess [2022-03-25T14:38:14.290Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestPublishBatchError [2022-03-25T14:38:14.290Z] time="2022-03-25T14:38:13Z" level=error msg=error [2022-03-25T14:38:14.290Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-25T14:38:14.290Z] time="2022-03-25T14:38:13Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-25T14:38:14.290Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-25T14:38:14.290Z] time="2022-03-25T14:38:13Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-25T14:38:14.290Z] time="2022-03-25T14:38:13Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-25T14:38:14.290Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchSimple [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchTicker [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchMultilinePattern [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.04s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchClose [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestEffectiveLen [2022-03-25T14:38:14.290Z] === RUN TestEffectiveLen/0/Hello [2022-03-25T14:38:14.290Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-25T14:38:14.290Z] === RUN TestEffectiveLen/2/🙃 [2022-03-25T14:38:14.290Z] === RUN TestEffectiveLen/3/���� [2022-03-25T14:38:14.290Z] === RUN TestEffectiveLen/4/He��o [2022-03-25T14:38:14.290Z] === RUN TestEffectiveLen/5/ [2022-03-25T14:38:14.290Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit/0/ [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit/1/Hello [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1076: Hello [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit/2/Hello [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1076: He [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1077: llo [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit/3/Hello [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1077: Hello [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit/4/🙃 [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit/5/🙃 [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit/6/a� [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1076: a [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1077: � [2022-03-25T14:38:14.290Z] === RUN TestFindValidSplit/7/a� [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1076: a� [2022-03-25T14:38:14.290Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-25T14:38:14.290Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestProcessEventEmoji [2022-03-25T14:38:14.290Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchLineSplit [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchMaxEvents [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchMaxTotalBytes (0.05s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-25T14:38:14.290Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-25T14:38:14.290Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s) [2022-03-25T14:38:14.290Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-25T14:38:14.290Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-25T14:38:14.290Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-25T14:38:14.290Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-25T14:38:14.290Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-25T14:38:14.290Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-25T14:38:14.290Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-25T14:38:14.290Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-25T14:38:14.291Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-25T14:38:14.291Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-25T14:38:14.291Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-25T14:38:14.291Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-25T14:38:14.291Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-25T14:38:14.291Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-25T14:38:14.291Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-25T14:38:14.291Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-25T14:38:14.291Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-25T14:38:14.291Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-25T14:38:14.291Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-25T14:38:14.291Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsFormat [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-25T14:38:14.292Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-25T14:38:14.292Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-25T14:38:14.292Z] === RUN TestCreateTagSuccess [2022-03-25T14:38:14.292Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-25T14:38:14.292Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-25T14:38:14.292Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-25T14:38:14.292Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-25T14:38:14.292Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-25T14:38:14.292Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-25T14:38:14.292Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-25T14:38:14.292Z] PASS [2022-03-25T14:38:14.292Z] coverage: 80.2% of statements [2022-03-25T14:38:14.292Z] --- PASS: TestContentStoreForPull (0.28s) [2022-03-25T14:38:14.292Z] PASS [2022-03-25T14:38:14.292Z] coverage: 6.6% of statements [2022-03-25T14:38:14.292Z] ok github.com/docker/docker/daemon/logger/awslogs 0.574s coverage: 80.2% of statements [2022-03-25T14:38:14.292Z] ok github.com/docker/docker/daemon/images 0.509s coverage: 6.6% of statements [2022-03-25T14:38:14.292Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-25T14:38:14.292Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-25T14:38:14.292Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-25T14:38:14.513Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-25T14:38:14.526Z] + bundleName=amd64-rootless [2022-03-25T14:38:14.526Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-25T14:38:14.526Z] Creating amd64-rootless-bundles.tar.gz [2022-03-25T14:38:14.526Z] + 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-25T14:38:14.526Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-25T14:38:14.538Z] Archiving artifacts [2022-03-25T14:38:14.771Z] --- PASS: TestContinueAfterPluginCrash (7.78s) [2022-03-25T14:38:14.858Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-25T14:38:15.167Z] + make clean [2022-03-25T14:38:15.167Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-25T14:38:15.167Z] docker-dev-cache [2022-03-25T14:38:15.167Z] docker-mod-cache [Pipeline] deleteDir [2022-03-25T14:38:15.284Z] === RUN TestValidateLogOptReconnectInterval [2022-03-25T14:38:15.284Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-25T14:38:15.284Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-25T14:38:15.284Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-25T14:38:15.284Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-25T14:38:15.284Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-25T14:38:15.284Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-25T14:38:15.284Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-25T14:38:15.284Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-25T14:38:15.284Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-25T14:38:15.284Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-25T14:38:15.284Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-25T14:38:15.284Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-25T14:38:15.284Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-25T14:38:15.284Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-25T14:38:15.284Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-25T14:38:15.284Z] PASS [2022-03-25T14:38:15.284Z] coverage: 33.6% of statements [2022-03-25T14:38:15.284Z] ok github.com/docker/docker/daemon/logger/fluentd 0.064s coverage: 33.6% of statements [2022-03-25T14:38:15.284Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-25T14:38:15.284Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-25T14:38:15.284Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-25T14:38:15.338Z] === CONT TestReadPluginNoRead [2022-03-25T14:38:15.338Z] read_test.go:92: [d51859feee490] daemon is not started [2022-03-25T14:38:15.338Z] --- PASS: TestReadPluginNoRead (5.44s) [2022-03-25T14:38:15.338Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.15s) [2022-03-25T14:38:15.338Z] --- PASS: TestReadPluginNoRead/default (1.10s) [2022-03-25T14:38:15.338Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.12s) [2022-03-25T14:38:15.338Z] PASS [2022-03-25T14:38:15.338Z] [2022-03-25T14:38:15.338Z] DONE 6 tests in 8.437s [2022-03-25T14:38:15.338Z] 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-25T14:38:15.338Z] ++ 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-25T14:38:15.338Z] ++ set -e [2022-03-25T14:38:15.338Z] ++ '[' -n 0 ']' [2022-03-25T14:38:15.338Z] ++ set -x [2022-03-25T14:38:15.338Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-25T14:38:15.596Z] testing: warning: no tests to run [2022-03-25T14:38:15.596Z] PASS [2022-03-25T14:38:15.596Z] [2022-03-25T14:38:15.596Z] DONE 0 tests in 0.027s [2022-03-25T14:38:15.596Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-25T14:38:15.596Z] ++ 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-25T14:38:15.596Z] ++ set -e [2022-03-25T14:38:15.596Z] ++ '[' -n 0 ']' [2022-03-25T14:38:15.596Z] ++ set -x [2022-03-25T14:38:15.596Z] ++ 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-25T14:38:15.596Z] INFO: Testing against a local daemon [2022-03-25T14:38:15.596Z] === RUN TestPluginWithDevMounts [2022-03-25T14:38:15.596Z] === PAUSE TestPluginWithDevMounts [2022-03-25T14:38:15.596Z] === CONT TestPluginWithDevMounts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2022-03-25T14:38:15.754Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-25T14:38:15.754Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-25T14:38:15.754Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-25T14:38:15.754Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-03-25T14:38:15.754Z] === RUN TestFastTimeMarshalJSON [2022-03-25T14:38:15.754Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-25T14:38:15.754Z] PASS [2022-03-25T14:38:15.754Z] coverage: 87.2% of statements [2022-03-25T14:38:15.754Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.267s coverage: 87.2% of statements [Pipeline] } [2022-03-25T14:38:16.227Z] === RUN TestJSONFileLogger [2022-03-25T14:38:16.227Z] --- PASS: TestJSONFileLogger (0.01s) [2022-03-25T14:38:16.227Z] === RUN TestJSONFileLoggerWithTags [2022-03-25T14:38:16.227Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-25T14:38:16.227Z] === RUN TestJSONFileLoggerWithOpts [2022-03-25T14:38:16.334Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-25T14:38:16.517Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-25T14:38:16.699Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2022-03-25T14:38:16.699Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-25T14:38:16.699Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-25T14:38:16.699Z] === RUN TestEncodeDecode [2022-03-25T14:38:16.699Z] === PAUSE TestEncodeDecode [2022-03-25T14:38:16.699Z] === RUN TestUnexpectedEOF [2022-03-25T14:38:16.699Z] === RUN TestWriteLog [2022-03-25T14:38:16.699Z] === PAUSE TestWriteLog [2022-03-25T14:38:16.699Z] === RUN TestReadLog [2022-03-25T14:38:16.699Z] === PAUSE TestReadLog [2022-03-25T14:38:16.699Z] === RUN TestDecode [2022-03-25T14:38:16.699Z] --- PASS: TestDecode (0.03s) [2022-03-25T14:38:16.699Z] === CONT TestWriteLog [2022-03-25T14:38:16.699Z] --- PASS: TestWriteLog (0.00s) [2022-03-25T14:38:16.699Z] === CONT TestReadLog [2022-03-25T14:38:16.699Z] === RUN TestReadLog/tail_exact [2022-03-25T14:38:16.699Z] time="2022-03-25T14:38:16Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-25T14:38:16.699Z] time="2022-03-25T14:38:16Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-25T14:38:16.699Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-03-25T14:38:16.699Z] === CONT TestEncodeDecode [2022-03-25T14:38:16.699Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-25T14:38:16.699Z] PASS [2022-03-25T14:38:16.699Z] coverage: 69.9% of statements [2022-03-25T14:38:16.699Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.457s coverage: 69.9% of statements [2022-03-25T14:38:16.969Z] --- PASS: TestPluginWithDevMounts (1.48s) [2022-03-25T14:38:16.969Z] PASS [2022-03-25T14:38:16.970Z] [2022-03-25T14:38:16.970Z] DONE 1 tests in 1.568s [2022-03-25T14:38:16.970Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-25T14:38:16.970Z] ++ 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-25T14:38:16.970Z] ++ set -e [2022-03-25T14:38:16.970Z] ++ '[' -n 0 ']' [2022-03-25T14:38:16.970Z] ++ set -x [2022-03-25T14:38:16.970Z] ++ 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-25T14:38:17.169Z] === RUN TestReadLog/tail_less_than_available [2022-03-25T14:38:17.169Z] === RUN TestReadLog/tail_more_than_available [2022-03-25T14:38:17.169Z] --- PASS: TestReadLog (0.29s) [2022-03-25T14:38:17.169Z] --- PASS: TestReadLog/tail_exact (0.25s) [2022-03-25T14:38:17.169Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-25T14:38:17.169Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-25T14:38:17.169Z] PASS [2022-03-25T14:38:17.169Z] coverage: 78.7% of statements [2022-03-25T14:38:17.169Z] ok github.com/docker/docker/daemon/logger/local 0.399s coverage: 78.7% of statements [2022-03-25T14:38:17.169Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-25T14:38:17.228Z] INFO: Testing against a local daemon [2022-03-25T14:38:17.228Z] === RUN TestSecretInspect [2022-03-25T14:38:17.700Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-25T14:38:18.161Z] === RUN TestOpenFileDelete [2022-03-25T14:38:18.161Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestOpenFileRename [2022-03-25T14:38:18.161Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestHandleDecoderErr [2022-03-25T14:38:18.161Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestParseLogTagDefaultTag [2022-03-25T14:38:18.161Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestParseLogTag [2022-03-25T14:38:18.161Z] --- PASS: TestParseLogTag (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestParseLogTagEmptyTag [2022-03-25T14:38:18.161Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestTailFiles [2022-03-25T14:38:18.161Z] --- PASS: TestTailFiles (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestFollowLogsConsumerGone [2022-03-25T14:38:18.161Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestFollowLogsProducerGone [2022-03-25T14:38:18.161Z] logfile_test.go:180: logDecode() closed after sending 2341 messages [2022-03-25T14:38:18.161Z] logfile_test.go:233: messages sent: 2341, received: 2341 [2022-03-25T14:38:18.161Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-25T14:38:18.161Z] === RUN TestCheckCapacityAndRotate [2022-03-25T14:38:18.161Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-25T14:38:18.161Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-25T14:38:18.161Z] === RUN TestLog [2022-03-25T14:38:18.161Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-03-25T14:38:18.161Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.02s) [2022-03-25T14:38:18.161Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-03-25T14:38:18.161Z] PASS [2022-03-25T14:38:18.161Z] coverage: 55.1% of statements [2022-03-25T14:38:18.161Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.231s coverage: 55.1% of statements [2022-03-25T14:38:18.161Z] --- PASS: TestLog (0.04s) [2022-03-25T14:38:18.161Z] PASS [2022-03-25T14:38:18.161Z] coverage: 31.5% of statements [2022-03-25T14:38:18.161Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.097s coverage: 31.5% of statements [2022-03-25T14:38:19.136Z] --- PASS: TestSecretInspect (2.07s) [2022-03-25T14:38:19.136Z] === RUN TestSecretList [2022-03-25T14:38:19.153Z] === RUN TestParseLogFormat [2022-03-25T14:38:19.153Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestValidateLogOptEmpty [2022-03-25T14:38:19.153Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestValidateSyslogAddress [2022-03-25T14:38:19.153Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestParseAddressDefaultPort [2022-03-25T14:38:19.153Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestValidateSyslogFacility [2022-03-25T14:38:19.153Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestValidateLogOptSyslogFormat [2022-03-25T14:38:19.153Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestValidateLogOpt [2022-03-25T14:38:19.153Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-25T14:38:19.153Z] PASS [2022-03-25T14:38:19.153Z] coverage: 46.8% of statements [2022-03-25T14:38:19.153Z] ok github.com/docker/docker/daemon/logger/syslog 0.094s coverage: 46.8% of statements [2022-03-25T14:38:19.153Z] === RUN TestValidateLogOpt [2022-03-25T14:38:19.153Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestNewMissedConfig [2022-03-25T14:38:19.153Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestNewMissedUrl [2022-03-25T14:38:19.153Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestNewMissedToken [2022-03-25T14:38:19.153Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestNewWithProxy [2022-03-25T14:38:19.153Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestDefault [2022-03-25T14:38:19.153Z] === RUN TestNewParse [2022-03-25T14:38:19.153Z] --- PASS: TestNewParse (0.00s) [2022-03-25T14:38:19.153Z] PASS [2022-03-25T14:38:19.153Z] coverage: 8.3% of statements [2022-03-25T14:38:19.153Z] --- PASS: TestDefault (0.01s) [2022-03-25T14:38:19.153Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-25T14:38:19.153Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestJsonFormat [2022-03-25T14:38:19.153Z] ok github.com/docker/docker/daemon/logger/templates 0.048s coverage: 8.3% of statements [2022-03-25T14:38:19.153Z] --- PASS: TestJsonFormat (0.01s) [2022-03-25T14:38:19.153Z] === RUN TestRawFormat [2022-03-25T14:38:19.153Z] --- PASS: TestRawFormat (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestRawFormatWithLabels [2022-03-25T14:38:19.153Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestRawFormatWithoutTag [2022-03-25T14:38:19.153Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-25T14:38:19.153Z] === RUN TestBatching [2022-03-25T14:38:19.591Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-25T14:38:19.624Z] --- PASS: TestBatching (0.35s) [2022-03-25T14:38:19.624Z] === RUN TestFrequency [2022-03-25T14:38:20.096Z] --- PASS: TestFrequency (0.25s) [2022-03-25T14:38:20.096Z] === RUN TestOneMessagePerRequest [2022-03-25T14:38:20.096Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-25T14:38:20.096Z] === RUN TestVerify [2022-03-25T14:38:20.096Z] --- PASS: TestVerify (0.00s) [2022-03-25T14:38:20.096Z] === RUN TestSkipVerify [2022-03-25T14:38:20.096Z] time="2022-03-25T14:38:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.096Z] time="2022-03-25T14:38:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.096Z] time="2022-03-25T14:38:19Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] --- PASS: TestSkipVerify (0.67s) [2022-03-25T14:38:20.566Z] === RUN TestBufferMaximum [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219100.305681\",\"host\":\"b7e9880d3d09\"}'" [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219100.305681\",\"host\":\"b7e9880d3d09\"}'" [2022-03-25T14:38:20.566Z] --- PASS: TestBufferMaximum (0.01s) [2022-03-25T14:38:20.566Z] === RUN TestServerAlwaysDown [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219100.310996\",\"host\":\"b7e9880d3d09\"}'" [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219100.310996\",\"host\":\"b7e9880d3d09\"}'" [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219100.310996\",\"host\":\"b7e9880d3d09\"}'" [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219100.311997\",\"host\":\"b7e9880d3d09\"}'" [2022-03-25T14:38:20.566Z] time="2022-03-25T14:38:20Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219100.311997\",\"host\":\"b7e9880d3d09\"}'" [2022-03-25T14:38:20.566Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-25T14:38:20.566Z] === RUN TestCannotSendAfterClose [2022-03-25T14:38:20.566Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-25T14:38:20.566Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-25T14:38:21.037Z] === RUN TestV1IDService [2022-03-25T14:38:21.508Z] --- PASS: TestV1IDService (0.03s) [2022-03-25T14:38:21.508Z] === RUN TestV2MetadataService [2022-03-25T14:38:21.508Z] time="2022-03-25T14:38:21Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49211/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-25T14:38:21.508Z] time="2022-03-25T14:38:21Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"b7e9880d3d09\"}'" [2022-03-25T14:38:21.508Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-25T14:38:21.508Z] PASS [2022-03-25T14:38:21.508Z] coverage: 82.5% of statements [2022-03-25T14:38:21.508Z] ok github.com/docker/docker/daemon/logger/splunk 2.390s coverage: 82.5% of statements [2022-03-25T14:38:21.508Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-25T14:38:21.508Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-25T14:38:21.508Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-25T14:38:21.508Z] === RUN TestSuccessfulDownload [2022-03-25T14:38:21.508Z] download_test.go:267: Needs fixing on Windows [2022-03-25T14:38:21.508Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-25T14:38:21.508Z] === RUN TestCancelledDownload [2022-03-25T14:38:21.508Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-25T14:38:21.508Z] === RUN TestMaxDownloadAttempts [2022-03-25T14:38:21.508Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:38:21.508Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:38:21.508Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:38:21.509Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:38:21.509Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:38:21.509Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:38:21.509Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:38:21.509Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:38:21.509Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:38:21.509Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:38:21.509Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:38:21.509Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:38:21.664Z] --- PASS: TestSecretList (2.07s) [2022-03-25T14:38:21.664Z] === RUN TestSecretsCreateAndDelete [2022-03-25T14:38:21.982Z] time="2022-03-25T14:38:21Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:38:21.982Z] time="2022-03-25T14:38:21Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:38:21.982Z] time="2022-03-25T14:38:21Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:38:21.982Z] time="2022-03-25T14:38:21Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:38:21.982Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-25T14:38:21.982Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s) [2022-03-25T14:38:21.982Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s) [2022-03-25T14:38:21.982Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s) [2022-03-25T14:38:21.982Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2022-03-25T14:38:21.982Z] === RUN TestTransfer [2022-03-25T14:38:22.453Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-25T14:38:22.453Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-25T14:38:22.453Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-25T14:38:22.453Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-25T14:38:22.453Z] === RUN TestContinueOnError_NeverContinue [2022-03-25T14:38:22.453Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-25T14:38:22.453Z] === RUN TestManifestStore [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/no_remote_or_local [2022-03-25T14:38:22.453Z] --- PASS: TestTransfer (0.12s) [2022-03-25T14:38:22.453Z] === RUN TestConcurrencyLimit [2022-03-25T14:38:22.453Z] time="2022-03-25T14:38:22Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local4102234664\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/no_local_cache [2022-03-25T14:38:22.453Z] --- PASS: TestV2MetadataService (1.25s) [2022-03-25T14:38:22.453Z] PASS [2022-03-25T14:38:22.453Z] coverage: 48.2% of statements [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/with_local_cache [2022-03-25T14:38:22.453Z] ok github.com/docker/docker/distribution/metadata 1.361s coverage: 48.2% of statements [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/unknown_media_type [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-25T14:38:22.453Z] time="2022-03-25T14:38:22Z" level=warning msg="reference for unknown type: " [2022-03-25T14:38:22.453Z] time="2022-03-25T14:38:22Z" level=warning msg="reference for unknown type: " [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-25T14:38:22.453Z] time="2022-03-25T14:38:22Z" level=warning msg="reference for unknown type: " [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-25T14:38:22.453Z] time="2022-03-25T14:38:22Z" level=warning msg="reference for unknown type: " [2022-03-25T14:38:22.453Z] time="2022-03-25T14:38:22Z" level=warning msg="reference for unknown type: " [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-25T14:38:22.453Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-25T14:38:22.453Z] time="2022-03-25T14:38:22Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore (0.34s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/no_remote_or_local (0.21s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaType [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-25T14:38:22.453Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-25T14:38:22.453Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-25T14:38:22.860Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-25T14:38:22.923Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestFixManifestLayers [2022-03-25T14:38:22.923Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-25T14:38:22.923Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-25T14:38:22.923Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestFixManifestLayersBadParent [2022-03-25T14:38:22.923Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestValidateManifest [2022-03-25T14:38:22.923Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-25T14:38:22.923Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestFormatPlatform [2022-03-25T14:38:22.923Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestPullSchema2Config [2022-03-25T14:38:22.923Z] === RUN TestPullSchema2Config/success_first_time [2022-03-25T14:38:22.923Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:38:22.923Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:38:22.923Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-03-25T14:38:22.923Z] === RUN TestInactiveJobs [2022-03-25T14:38:22.923Z] === RUN TestPullSchema2Config/500_status [2022-03-25T14:38:22.923Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:38:22.923Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:38:22.923Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:38:22.923Z] === RUN TestPullSchema2Config/EOF [2022-03-25T14:38:22.923Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:38:22.923Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:38:22.923Z] 2022/03/25 14:38:22 http: panic serving 127.0.0.1:49222: intentional panic [2022-03-25T14:38:22.923Z] goroutine 104 [running]: [2022-03-25T14:38:22.923Z] net/http.(*conn).serve.func1() [2022-03-25T14:38:22.923Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-25T14:38:22.923Z] panic({0xf19000, 0x10fb8b0}) [2022-03-25T14:38:22.923Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-25T14:38:22.923Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003ba000?, {0x1103098?, 0xc0003cc0e0?}) [2022-03-25T14:38:22.923Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-25T14:38:22.923Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1103098, 0xc0003cc0e0}, 0xc00007c000) [2022-03-25T14:38:22.923Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-03-25T14:38:22.923Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1103098?, 0xc0003cc0e0?}, 0xc00005b000?) [2022-03-25T14:38:22.923Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-25T14:38:22.923Z] net/http.serverHandler.ServeHTTP({0xc0001c8090?}, {0x1103098, 0xc0003cc0e0}, 0xc00007c000) [2022-03-25T14:38:22.923Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-25T14:38:22.923Z] net/http.(*conn).serve(0xc00019c000, {0x1103910, 0xc0000b7890}) [2022-03-25T14:38:22.923Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-25T14:38:22.923Z] created by net/http.(*Server).Serve [2022-03-25T14:38:22.923Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-25T14:38:22.923Z] === RUN TestNotFound [2022-03-25T14:38:22.923Z] --- PASS: TestNotFound (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestConflict [2022-03-25T14:38:22.923Z] --- PASS: TestConflict (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestForbidden [2022-03-25T14:38:22.923Z] --- PASS: TestForbidden (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestInvalidParameter [2022-03-25T14:38:22.923Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestNotImplemented [2022-03-25T14:38:22.923Z] --- PASS: TestNotImplemented (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestNotModified [2022-03-25T14:38:22.923Z] --- PASS: TestNotModified (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestUnauthorized [2022-03-25T14:38:22.923Z] --- PASS: TestUnauthorized (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestUnknown [2022-03-25T14:38:22.923Z] --- PASS: TestUnknown (0.00s) [2022-03-25T14:38:22.923Z] === RUN TestCancelled [2022-03-25T14:38:22.923Z] --- PASS: TestCancelled (0.00s) [2022-03-25T14:38:22.924Z] === RUN TestDeadline [2022-03-25T14:38:22.924Z] --- PASS: TestDeadline (0.00s) [2022-03-25T14:38:22.924Z] === RUN TestDataLoss [2022-03-25T14:38:22.924Z] --- PASS: TestDataLoss (0.00s) [2022-03-25T14:38:22.924Z] === RUN TestUnavailable [2022-03-25T14:38:22.924Z] --- PASS: TestUnavailable (0.00s) [2022-03-25T14:38:22.924Z] === RUN TestSystem [2022-03-25T14:38:22.924Z] --- PASS: TestSystem (0.00s) [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Not_Found [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Bad_Request [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Conflict [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Unauthorized [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Forbidden [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Not_Modified [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-25T14:38:22.924Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-25T14:38:22.924Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-25T14:38:22.924Z] PASS [2022-03-25T14:38:22.924Z] coverage: 77.0% of statements [2022-03-25T14:38:22.924Z] ok github.com/docker/docker/errdefs 0.049s coverage: 77.0% of statements [2022-03-25T14:38:22.924Z] --- PASS: TestInactiveJobs (0.38s) [2022-03-25T14:38:22.924Z] === RUN TestWatchRelease [2022-03-25T14:38:22.924Z] --- PASS: TestWatchRelease (0.05s) [2022-03-25T14:38:22.924Z] === RUN TestWatchFinishedTransfer [2022-03-25T14:38:22.924Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-25T14:38:22.924Z] === RUN TestDuplicateTransfer [2022-03-25T14:38:22.924Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-25T14:38:22.924Z] === RUN TestSuccessfulUpload [2022-03-25T14:38:23.394Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:38:23.394Z] === RUN TestPullSchema2Config/unauthorized [2022-03-25T14:38:23.394Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:38:23.394Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:38:23.394Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-25T14:38:23.394Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-25T14:38:23.394Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-25T14:38:23.394Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-25T14:38:23.394Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-25T14:38:23.394Z] === RUN TestGetRepositoryMountCandidates [2022-03-25T14:38:23.394Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-25T14:38:23.394Z] === RUN TestLayerAlreadyExists [2022-03-25T14:38:23.394Z] 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-25T14:38:23.394Z] 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-25T14:38:23.394Z] 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-25T14:38:23.394Z] 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-25T14:38:23.394Z] 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-25T14:38:23.394Z] 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-25T14:38:23.394Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-25T14:38:23.394Z] === RUN TestWhenEmptyAuthConfig [2022-03-25T14:38:23.394Z] time="2022-03-25T14:38:23Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-25T14:38:23.394Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-03-25T14:38:23.394Z] === RUN TestCancelledUpload [2022-03-25T14:38:23.394Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-25T14:38:23.394Z] PASS [2022-03-25T14:38:23.394Z] coverage: 76.8% of statements [2022-03-25T14:38:23.394Z] ok github.com/docker/docker/distribution/xfer 1.936s coverage: 76.8% of statements [2022-03-25T14:38:23.564Z] --- PASS: TestSecretsCreateAndDelete (2.10s) [2022-03-25T14:38:23.564Z] === RUN TestSecretsUpdate [2022-03-25T14:38:24.387Z] === RUN TestCompare [2022-03-25T14:38:24.387Z] --- PASS: TestCompare (0.00s) [2022-03-25T14:38:24.387Z] PASS [2022-03-25T14:38:24.387Z] coverage: 19.2% of statements [2022-03-25T14:38:24.388Z] ok github.com/docker/docker/image/cache 0.114s coverage: 19.2% of statements [2022-03-25T14:38:24.388Z] --- PASS: TestWhenEmptyAuthConfig (1.21s) [2022-03-25T14:38:24.388Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-25T14:38:24.388Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-25T14:38:24.388Z] === RUN TestTokenPassThru [2022-03-25T14:38:24.388Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-25T14:38:24.388Z] === RUN TestTokenPassThruDifferentHost [2022-03-25T14:38:24.388Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-25T14:38:24.388Z] PASS [2022-03-25T14:38:24.388Z] coverage: 26.7% of statements [2022-03-25T14:38:24.388Z] ok github.com/docker/docker/distribution 2.203s coverage: 26.7% of statements [2022-03-25T14:38:24.388Z] === RUN TestFSGetInvalidData [2022-03-25T14:38:24.388Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-25T14:38:24.388Z] === RUN TestFSInvalidSet [2022-03-25T14:38:24.388Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-25T14:38:24.388Z] === RUN TestFSInvalidRoot [2022-03-25T14:38:24.388Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-25T14:38:24.388Z] === RUN TestFSMetadataGetSet [2022-03-25T14:38:24.860Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-03-25T14:38:24.860Z] === RUN TestFSInvalidWalker [2022-03-25T14:38:24.860Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-25T14:38:24.860Z] === RUN TestFSGetSet [2022-03-25T14:38:24.860Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-25T14:38:24.860Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-25T14:38:24.860Z] --- PASS: TestFSGetSet (0.06s) [2022-03-25T14:38:24.860Z] === RUN TestFSGetUnsetKey [2022-03-25T14:38:24.860Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-25T14:38:24.860Z] === RUN TestFSGetEmptyData [2022-03-25T14:38:24.860Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-03-25T14:38:24.860Z] === RUN TestFSDelete [2022-03-25T14:38:24.860Z] --- PASS: TestFSDelete (0.03s) [2022-03-25T14:38:24.860Z] === RUN TestFSWalker [2022-03-25T14:38:24.860Z] --- PASS: TestFSWalker (0.02s) [2022-03-25T14:38:24.860Z] === RUN TestFSWalkerStopOnError [2022-03-25T14:38:24.860Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-25T14:38:24.860Z] === RUN TestNewFromJSON [2022-03-25T14:38:24.860Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-25T14:38:24.860Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-25T14:38:24.860Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-25T14:38:24.860Z] === RUN TestMarshalKeyOrder [2022-03-25T14:38:24.860Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-25T14:38:24.860Z] === RUN TestHistoryEqual [2022-03-25T14:38:24.860Z] --- PASS: TestHistoryEqual (0.20s) [2022-03-25T14:38:24.860Z] === RUN TestImage [2022-03-25T14:38:24.860Z] --- PASS: TestImage (0.00s) [2022-03-25T14:38:24.860Z] === RUN TestImageOSNotEmpty [2022-03-25T14:38:24.860Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-25T14:38:24.860Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-25T14:38:24.860Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-25T14:38:24.860Z] === RUN TestCreate [2022-03-25T14:38:24.860Z] --- PASS: TestCreate (0.01s) [2022-03-25T14:38:24.860Z] === RUN TestRestore [2022-03-25T14:38:24.860Z] time="2022-03-25T14:38:24Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-25T14:38:24.860Z] --- PASS: TestRestore (0.04s) [2022-03-25T14:38:24.860Z] === RUN TestAddDelete [2022-03-25T14:38:24.860Z] --- PASS: TestAddDelete (0.03s) [2022-03-25T14:38:24.860Z] === RUN TestSearchAfterDelete [2022-03-25T14:38:24.860Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-25T14:38:24.860Z] === RUN TestParentReset [2022-03-25T14:38:25.331Z] --- PASS: TestParentReset (0.04s) [2022-03-25T14:38:25.331Z] === RUN TestGetAndSetLastUpdated [2022-03-25T14:38:25.331Z] --- PASS: TestGetAndSetLastUpdated (0.24s) [2022-03-25T14:38:25.331Z] === RUN TestStoreLen [2022-03-25T14:38:25.331Z] --- PASS: TestStoreLen (0.09s) [2022-03-25T14:38:25.331Z] PASS [2022-03-25T14:38:25.331Z] coverage: 86.9% of statements [2022-03-25T14:38:25.331Z] ok github.com/docker/docker/image 1.020s coverage: 86.9% of statements [2022-03-25T14:38:25.331Z] === RUN TestValidateManifest [2022-03-25T14:38:25.331Z] === RUN TestValidateManifest/nil [2022-03-25T14:38:25.331Z] === RUN TestValidateManifest/non-nil [2022-03-25T14:38:25.331Z] --- PASS: TestValidateManifest (0.00s) [2022-03-25T14:38:25.331Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-25T14:38:25.331Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-25T14:38:25.464Z] --- PASS: TestSecretsUpdate (2.05s) [2022-03-25T14:38:25.464Z] === RUN TestTemplatedSecret [2022-03-25T14:38:25.802Z] PASS [2022-03-25T14:38:25.802Z] coverage: 0.7% of statements [2022-03-25T14:38:25.802Z] ok github.com/docker/docker/image/tarexport 0.087s coverage: 0.7% of statements [2022-03-25T14:38:25.802Z] === RUN TestMakeV1ConfigFromConfig [2022-03-25T14:38:25.802Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-25T14:38:25.802Z] PASS [2022-03-25T14:38:25.802Z] coverage: 25.0% of statements [2022-03-25T14:38:25.802Z] ok github.com/docker/docker/image/v1 0.083s coverage: 25.0% of statements [2022-03-25T14:38:25.802Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-25T14:38:26.132Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-25T14:38:27.378Z] === RUN TestSerialization [2022-03-25T14:38:27.378Z] --- PASS: TestSerialization (0.02s) [2022-03-25T14:38:27.378Z] PASS [2022-03-25T14:38:27.378Z] coverage: 100.0% of statements [2022-03-25T14:38:27.378Z] ok github.com/docker/docker/libcontainerd/queue 0.066s coverage: 100.0% of statements [2022-03-25T14:38:27.848Z] === RUN TestEmptyLayer [2022-03-25T14:38:27.848Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-25T14:38:27.848Z] === RUN TestCommitFailure [2022-03-25T14:38:27.848Z] --- PASS: TestCommitFailure (0.01s) [2022-03-25T14:38:27.848Z] === RUN TestStartTransactionFailure [2022-03-25T14:38:27.848Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-03-25T14:38:27.848Z] === RUN TestGetOrphan [2022-03-25T14:38:27.848Z] --- PASS: TestGetOrphan (0.01s) [2022-03-25T14:38:27.848Z] === RUN TestMountAndRegister [2022-03-25T14:38:27.993Z] --- PASS: TestTemplatedSecret (2.41s) [2022-03-25T14:38:27.993Z] === RUN TestSecretCreateResolve [2022-03-25T14:38:28.319Z] layer_test.go:258: Layer size: 14 [2022-03-25T14:38:28.319Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-25T14:38:28.319Z] === RUN TestLayerRelease [2022-03-25T14:38:28.319Z] layer_test.go:291: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestStoreRestore [2022-03-25T14:38:28.319Z] layer_test.go:340: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestTarStreamStability [2022-03-25T14:38:28.319Z] layer_test.go:455: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestRegisterExistingLayer [2022-03-25T14:38:28.319Z] === RUN TestEnvironmentParsing [2022-03-25T14:38:28.319Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-25T14:38:28.319Z] PASS [2022-03-25T14:38:28.319Z] coverage: 1.2% of statements [2022-03-25T14:38:28.319Z] --- PASS: TestRegisterExistingLayer (0.18s) [2022-03-25T14:38:28.319Z] === RUN TestTarStreamVerification [2022-03-25T14:38:28.319Z] layer_test.go:684: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestLayerMigration [2022-03-25T14:38:28.319Z] migration_test.go:45: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestLayerMigrationNoTarsplit [2022-03-25T14:38:28.319Z] migration_test.go:181: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestMountInit [2022-03-25T14:38:28.319Z] mount_test.go:17: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestMountInit (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestMountSize [2022-03-25T14:38:28.319Z] mount_test.go:76: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestMountSize (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestMountChanges [2022-03-25T14:38:28.319Z] mount_test.go:125: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestMountChanges (0.00s) [2022-03-25T14:38:28.319Z] === RUN TestMountApply [2022-03-25T14:38:28.319Z] mount_test.go:212: Failing on Windows [2022-03-25T14:38:28.319Z] --- SKIP: TestMountApply (0.00s) [2022-03-25T14:38:28.319Z] PASS [2022-03-25T14:38:28.319Z] coverage: 30.6% of statements [2022-03-25T14:38:28.319Z] ok github.com/docker/docker/libcontainerd/local 0.080s coverage: 1.2% of statements [2022-03-25T14:38:28.319Z] ok github.com/docker/docker/layer 0.502s coverage: 30.6% of statements [2022-03-25T14:38:28.652Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-25T14:38:28.653Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-25T14:38:28.789Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-25T14:38:28.790Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-25T14:38:28.790Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-25T14:38:28.790Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-25T14:38:28.790Z] === RUN TestSequenceGetAvailableBit [2022-03-25T14:38:28.790Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestSequenceEqual [2022-03-25T14:38:28.790Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestSequenceCopy [2022-03-25T14:38:28.790Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestGetFirstAvailable [2022-03-25T14:38:28.790Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestFindSequence [2022-03-25T14:38:28.790Z] --- PASS: TestFindSequence (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestCheckIfAvailable [2022-03-25T14:38:28.790Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestMergeSequences [2022-03-25T14:38:28.790Z] --- PASS: TestMergeSequences (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestPushReservation [2022-03-25T14:38:28.790Z] --- PASS: TestPushReservation (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestSerializeDeserialize [2022-03-25T14:38:28.790Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestSet [2022-03-25T14:38:28.790Z] --- PASS: TestSet (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestSetUnset [2022-03-25T14:38:28.790Z] --- PASS: TestSetUnset (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestOffsetSetUnset [2022-03-25T14:38:28.790Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestSetInRange [2022-03-25T14:38:28.790Z] --- PASS: TestSetInRange (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestSetAnyInRange [2022-03-25T14:38:28.790Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestMethods [2022-03-25T14:38:28.790Z] --- PASS: TestMethods (0.00s) [2022-03-25T14:38:28.790Z] === RUN TestRandomAllocateDeallocate [2022-03-25T14:38:29.893Z] --- PASS: TestSecretCreateResolve (2.09s) [2022-03-25T14:38:29.893Z] PASS [2022-03-25T14:38:29.893Z] [2022-03-25T14:38:29.893Z] DONE 6 tests in 12.876s [2022-03-25T14:38:29.893Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-25T14:38:29.893Z] ++ 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-25T14:38:29.893Z] ++ set -e [2022-03-25T14:38:29.893Z] ++ '[' -n 0 ']' [2022-03-25T14:38:29.893Z] ++ set -x [2022-03-25T14:38:29.894Z] ++ 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-25T14:38:30.152Z] INFO: Testing against a local daemon [2022-03-25T14:38:30.152Z] === RUN TestServiceCreateInit [2022-03-25T14:38:30.152Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-25T14:38:30.561Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-25T14:38:31.761Z] === RUN TestInvalidConfig [2022-03-25T14:38:31.761Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-25T14:38:31.761Z] === RUN TestConfig [2022-03-25T14:38:31.761Z] --- PASS: TestConfig (0.00s) [2022-03-25T14:38:31.761Z] === RUN TestOptionsLabels [2022-03-25T14:38:31.761Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-25T14:38:31.761Z] === RUN TestValidName [2022-03-25T14:38:31.761Z] --- PASS: TestValidName (0.00s) [2022-03-25T14:38:31.761Z] PASS [2022-03-25T14:38:31.761Z] coverage: 19.7% of statements [2022-03-25T14:38:31.761Z] ok github.com/docker/docker/libnetwork/config 0.088s coverage: 19.7% of statements [2022-03-25T14:38:31.761Z] === RUN TestKey [2022-03-25T14:38:31.761Z] --- PASS: TestKey (0.00s) [2022-03-25T14:38:31.761Z] === RUN TestParseKey [2022-03-25T14:38:31.761Z] --- PASS: TestParseKey (0.00s) [2022-03-25T14:38:31.761Z] === RUN TestInvalidDataStore [2022-03-25T14:38:31.761Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-25T14:38:31.761Z] === RUN TestKVObjectFlatKey [2022-03-25T14:38:31.761Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-25T14:38:31.761Z] === RUN TestAtomicKVObjectFlatKey [2022-03-25T14:38:31.761Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-25T14:38:31.761Z] PASS [2022-03-25T14:38:31.761Z] coverage: 21.9% of statements [2022-03-25T14:38:31.761Z] ok github.com/docker/docker/libnetwork/datastore 0.079s coverage: 21.9% of statements [2022-03-25T14:38:31.927Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-25T14:38:32.415Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-25T14:38:32.736Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-25T14:38:32.751Z] === RUN TestErrorInterfaces [2022-03-25T14:38:32.751Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-25T14:38:32.751Z] === RUN TestNetworkMarshalling [2022-03-25T14:38:32.903Z] [2022-03-25T14:38:32.903Z] ________ ____ __. [2022-03-25T14:38:32.903Z] \_____ \ | |/ _| [2022-03-25T14:38:32.903Z] / | \| < [2022-03-25T14:38:32.903Z] / | \ | \ [2022-03-25T14:38:32.903Z] \_______ /____|__ \ [2022-03-25T14:38:32.903Z] \/ \/ [2022-03-25T14:38:32.903Z] [2022-03-25T14:38:32.903Z] INFO: make.ps1 ended at 03/25/2022 14:38:32 [2022-03-25T14:38:33.222Z] === RUN TestIPDataMarshalling [2022-03-25T14:38:33.222Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestValidateAndIsV6 [2022-03-25T14:38:33.222Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-25T14:38:33.222Z] PASS [2022-03-25T14:38:33.222Z] coverage: 68.9% of statements [2022-03-25T14:38:33.222Z] ok github.com/docker/docker/libnetwork/driverapi 0.052s coverage: 68.9% of statements [2022-03-25T14:38:33.222Z] --- PASS: TestNetworkMarshalling (0.24s) [2022-03-25T14:38:33.222Z] === RUN TestEndpointMarshalling [2022-03-25T14:38:33.222Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestAuxAddresses [2022-03-25T14:38:33.222Z] time="2022-03-25T14:38:32Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:38:33.222Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-25T14:38:33.222Z] === RUN TestSRVServiceQuery [2022-03-25T14:38:33.222Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-25T14:38:33.222Z] === RUN TestServiceVIPReuse [2022-03-25T14:38:33.222Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-25T14:38:33.222Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-25T14:38:33.222Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-25T14:38:33.222Z] === RUN TestDNSIPQuery [2022-03-25T14:38:33.222Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestDNSProxyServFail [2022-03-25T14:38:33.222Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestSandboxAddEmpty [2022-03-25T14:38:33.222Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestSandboxAddMultiPrio [2022-03-25T14:38:33.222Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestSandboxAddSamePrio [2022-03-25T14:38:33.222Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestCleanupServiceDiscovery [2022-03-25T14:38:33.222Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestDNSOptions [2022-03-25T14:38:33.222Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:33.222Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-25T14:38:33.222Z] === RUN TestMultipleControllersWithSameStore [2022-03-25T14:38:33.222Z] time="2022-03-25T14:38:33Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:38:33.222Z] time="2022-03-25T14:38:33Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:38:33.222Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-25T14:38:33.222Z] PASS [2022-03-25T14:38:33.222Z] coverage: 8.5% of statements [2022-03-25T14:38:33.222Z] ok github.com/docker/docker/libnetwork 0.434s coverage: 8.5% of statements [2022-03-25T14:38:33.295Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-25T14:38:33.295Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-25T14:38:33.432Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-25T14:38:33.552Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-25T14:38:33.692Z] === RUN TestDriver [2022-03-25T14:38:33.692Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:38:33.692Z] PASS [2022-03-25T14:38:33.692Z] coverage: 34.8% of statements [2022-03-25T14:38:33.692Z] ok github.com/docker/docker/libnetwork/drivers/host 0.052s coverage: 34.8% of statements [2022-03-25T14:38:33.809Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-25T14:38:34.066Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-25T14:38:34.530Z] INFO: Binaries build ended at 03/25/2022 14:38:33. Duration:00:01:48.3680975 [2022-03-25T14:38:34.630Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-25T14:38:34.686Z] === RUN TestDriver [2022-03-25T14:38:34.686Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:38:34.686Z] PASS [2022-03-25T14:38:34.686Z] coverage: 34.8% of statements [2022-03-25T14:38:34.686Z] ok github.com/docker/docker/libnetwork/drivers/null 0.050s coverage: 34.8% of statements [2022-03-25T14:38:34.686Z] === RUN TestNetworkAllocateFree [2022-03-25T14:38:34.686Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-25T14:38:34.686Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-25T14:38:34.686Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-25T14:38:34.686Z] PASS [2022-03-25T14:38:34.686Z] coverage: 63.6% of statements [2022-03-25T14:38:34.686Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.048s coverage: 63.6% of statements [2022-03-25T14:38:34.887Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-25T14:38:35.160Z] === RUN TestGetEmptyCapabilities [2022-03-25T14:38:35.160Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-25T14:38:35.160Z] === RUN TestGetExtraCapabilities [2022-03-25T14:38:35.160Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-25T14:38:35.160Z] === RUN TestGetInvalidCapabilities [2022-03-25T14:38:35.160Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-25T14:38:35.160Z] === RUN TestRemoteDriver [2022-03-25T14:38:35.160Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-25T14:38:35.160Z] === RUN TestDriverError [2022-03-25T14:38:35.160Z] --- PASS: TestDriverError (0.00s) [2022-03-25T14:38:35.160Z] === RUN TestMissingValues [2022-03-25T14:38:35.160Z] --- PASS: TestMissingValues (0.01s) [2022-03-25T14:38:35.160Z] === RUN TestRollback [2022-03-25T14:38:35.160Z] --- PASS: TestRollback (0.01s) [2022-03-25T14:38:35.160Z] PASS [2022-03-25T14:38:35.160Z] coverage: 57.4% of statements [2022-03-25T14:38:35.160Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.116s coverage: 57.4% of statements [2022-03-25T14:38:35.450Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-25T14:38:35.558Z] INFO: Copying the built daemon binary to d:\CI\PR-43378\3\binary\dockerd-3853eb59d1.exe... [2022-03-25T14:38:35.558Z] INFO: Copying the built client binary to d:\CI\PR-43378\3\binary\docker-3853eb59d1.exe... [2022-03-25T14:38:35.558Z] INFO: Copying dockerversion from the container... [2022-03-25T14:38:35.558Z] INFO: Copying the golang package from the container to d:\CI\PR-43378\3\installer\go.zip... [2022-03-25T14:38:35.707Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-25T14:38:36.153Z] === RUN TestNew [2022-03-25T14:38:36.153Z] --- PASS: TestNew (0.00s) [2022-03-25T14:38:36.153Z] === RUN TestAddDriver [2022-03-25T14:38:36.153Z] --- PASS: TestAddDriver (0.00s) [2022-03-25T14:38:36.153Z] === RUN TestAddDuplicateDriver [2022-03-25T14:38:36.153Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-25T14:38:36.153Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-25T14:38:36.153Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-25T14:38:36.153Z] === RUN TestDriver [2022-03-25T14:38:36.153Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:38:36.153Z] === RUN TestIPAM [2022-03-25T14:38:36.153Z] --- PASS: TestIPAM (0.00s) [2022-03-25T14:38:36.153Z] === RUN TestWalkIPAMs [2022-03-25T14:38:36.153Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-25T14:38:36.153Z] === RUN TestWalkDrivers [2022-03-25T14:38:36.153Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-25T14:38:36.153Z] PASS [2022-03-25T14:38:36.153Z] coverage: 82.4% of statements [2022-03-25T14:38:36.153Z] === RUN TestNAT [2022-03-25T14:38:36.153Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-25T14:38:36.153Z] --- SKIP: TestNAT (0.00s) [2022-03-25T14:38:36.153Z] === RUN TestTransparent [2022-03-25T14:38:36.153Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-25T14:38:36.153Z] --- SKIP: TestTransparent (0.00s) [2022-03-25T14:38:36.153Z] PASS [2022-03-25T14:38:36.153Z] ok github.com/docker/docker/libnetwork/drvregistry 0.084s coverage: 82.4% of statements [2022-03-25T14:38:36.153Z] coverage: 0.0% of statements [2022-03-25T14:38:36.153Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.058s coverage: 0.0% of statements [2022-03-25T14:38:36.153Z] --- PASS: TestRandomAllocateDeallocate (7.52s) [2022-03-25T14:38:36.153Z] === RUN TestAllocateRandomDeallocate [2022-03-25T14:38:36.586Z] INFO: Extracting go.zip to d:\CI\PR-43378\3\go [2022-03-25T14:38:36.625Z] === RUN TestBuildDefault [2022-03-25T14:38:36.625Z] --- PASS: TestBuildDefault (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestBuildHostnameDomainname [2022-03-25T14:38:36.625Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestBuildHostname [2022-03-25T14:38:36.625Z] --- PASS: TestBuildHostname (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestBuildHostnameFQDN [2022-03-25T14:38:36.625Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestBuildNoIP [2022-03-25T14:38:36.625Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestUpdate [2022-03-25T14:38:36.625Z] --- PASS: TestUpdate (0.01s) [2022-03-25T14:38:36.625Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-25T14:38:36.625Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-25T14:38:36.625Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestAddEmpty [2022-03-25T14:38:36.625Z] --- PASS: TestAddEmpty (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestAdd [2022-03-25T14:38:36.625Z] --- PASS: TestAdd (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestDeleteEmpty [2022-03-25T14:38:36.625Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestDeleteNewline [2022-03-25T14:38:36.625Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestDelete [2022-03-25T14:38:36.625Z] --- PASS: TestDelete (0.00s) [2022-03-25T14:38:36.625Z] === RUN TestConcurrentWrites [2022-03-25T14:38:37.095Z] --- PASS: TestConcurrentWrites (0.30s) [2022-03-25T14:38:37.095Z] PASS [2022-03-25T14:38:37.095Z] coverage: 81.2% of statements [2022-03-25T14:38:37.095Z] ok github.com/docker/docker/libnetwork/etchosts 0.385s coverage: 81.2% of statements [2022-03-25T14:38:37.095Z] === RUN TestNew [2022-03-25T14:38:37.095Z] --- PASS: TestNew (0.00s) [2022-03-25T14:38:37.095Z] === RUN TestAllocate [2022-03-25T14:38:37.095Z] --- PASS: TestAllocate (0.00s) [2022-03-25T14:38:37.095Z] === RUN TestUninitialized [2022-03-25T14:38:37.095Z] --- PASS: TestUninitialized (0.00s) [2022-03-25T14:38:37.095Z] === RUN TestAllocateInRange [2022-03-25T14:38:37.095Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-25T14:38:37.095Z] === RUN TestAllocateSerial [2022-03-25T14:38:37.095Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-25T14:38:37.095Z] PASS [2022-03-25T14:38:37.095Z] coverage: 87.5% of statements [2022-03-25T14:38:37.095Z] ok github.com/docker/docker/libnetwork/idm 0.045s coverage: 87.5% of statements [2022-03-25T14:38:37.095Z] === RUN TestCaller [2022-03-25T14:38:37.095Z] --- PASS: TestCaller (0.00s) [2022-03-25T14:38:37.095Z] PASS [2022-03-25T14:38:37.095Z] coverage: 100.0% of statements [2022-03-25T14:38:37.095Z] ok github.com/docker/docker/libnetwork/internal/caller 0.045s coverage: 100.0% of statements [2022-03-25T14:38:37.599Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-25T14:38:37.617Z] --- PASS: TestServiceCreateInit (6.96s) [2022-03-25T14:38:37.617Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.47s) [2022-03-25T14:38:37.617Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.47s) [2022-03-25T14:38:37.617Z] === RUN TestCreateServiceMultipleTimes [2022-03-25T14:38:38.089Z] --- PASS: TestAllocateRandomDeallocate (1.65s) [2022-03-25T14:38:38.089Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-25T14:38:38.089Z] === RUN TestSetSerialInsertDelete [2022-03-25T14:38:38.089Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-25T14:38:38.089Z] === RUN TestSetParallelInsertDelete [2022-03-25T14:38:38.162Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-25T14:38:39.080Z] === RUN TestInt2IP2IntConversion [2022-03-25T14:38:39.550Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.43s) [2022-03-25T14:38:39.550Z] === RUN TestRetrieveFromStore [2022-03-25T14:38:40.022Z] --- PASS: TestInt2IP2IntConversion (0.58s) [2022-03-25T14:38:40.022Z] === RUN TestGetAddressVersion [2022-03-25T14:38:40.022Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-25T14:38:40.022Z] === RUN TestKeyString [2022-03-25T14:38:40.022Z] --- PASS: TestKeyString (0.00s) [2022-03-25T14:38:40.022Z] === RUN TestPoolDataMarshal [2022-03-25T14:38:40.022Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-25T14:38:40.022Z] === RUN TestSubnetsMarshal [2022-03-25T14:38:40.022Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-03-25T14:38:40.022Z] === RUN TestAddSubnets [2022-03-25T14:38:40.022Z] --- PASS: TestAddSubnets (0.08s) [2022-03-25T14:38:40.022Z] === RUN TestDoublePoolRelease [2022-03-25T14:38:40.022Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-03-25T14:38:40.022Z] === RUN TestAddReleasePoolID [2022-03-25T14:38:40.022Z] --- PASS: TestRetrieveFromStore (0.64s) [2022-03-25T14:38:40.022Z] === RUN TestIsCorrupted [2022-03-25T14:38:40.022Z] --- PASS: TestIsCorrupted (0.03s) [2022-03-25T14:38:40.022Z] === RUN TestSetRollover [2022-03-25T14:38:40.022Z] --- PASS: TestAddReleasePoolID (0.10s) [2022-03-25T14:38:40.022Z] === RUN TestPredefinedPool [2022-03-25T14:38:40.022Z] === RUN TestPoolRequest [2022-03-25T14:38:40.022Z] --- PASS: TestPoolRequest (0.00s) [2022-03-25T14:38:40.022Z] === RUN TestOtherRequests [2022-03-25T14:38:40.022Z] --- PASS: TestOtherRequests (0.00s) [2022-03-25T14:38:40.022Z] PASS [2022-03-25T14:38:40.022Z] coverage: 57.1% of statements [2022-03-25T14:38:40.022Z] ok github.com/docker/docker/libnetwork/ipams/null 0.046s coverage: 57.1% of statements [2022-03-25T14:38:40.022Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-25T14:38:40.022Z] === RUN TestRemoveSubnet [2022-03-25T14:38:40.054Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-25T14:38:40.493Z] --- PASS: TestRemoveSubnet (0.30s) [2022-03-25T14:38:40.493Z] === RUN TestGetSameAddress [2022-03-25T14:38:40.493Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-25T14:38:40.493Z] === RUN TestPoolAllocationReuse [2022-03-25T14:38:41.422Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-25T14:38:41.484Z] === RUN TestGetCapabilities [2022-03-25T14:38:41.484Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-25T14:38:41.484Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-25T14:38:41.484Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-25T14:38:41.484Z] === RUN TestGetDefaultAddressSpaces [2022-03-25T14:38:41.484Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-25T14:38:41.484Z] === RUN TestRemoteDriver [2022-03-25T14:38:41.484Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-25T14:38:41.484Z] PASS [2022-03-25T14:38:41.484Z] coverage: 47.4% of statements [2022-03-25T14:38:41.484Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.074s coverage: 47.4% of statements [2022-03-25T14:38:41.959Z] --- PASS: TestSetRollover (2.11s) [2022-03-25T14:38:41.959Z] === RUN TestSetRolloverSerial [2022-03-25T14:38:42.177Z] 2022/03/25 14:38:33 Closing DB instances... [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:35Z" level=error msg="node2(707b7b2cb555) Could not close DB: timeout waiting for leave broadcast" [2022-03-25T14:38:42.177Z] --- PASS: TestNetworkDBGarbageCollection (54.44s) [2022-03-25T14:38:42.177Z] === RUN TestFindNode [2022-03-25T14:38:42.177Z] 2022/03/25 14:38:35 Closing DB instances... [2022-03-25T14:38:42.177Z] --- PASS: TestFindNode (0.02s) [2022-03-25T14:38:42.177Z] === RUN TestChangeNodeState [2022-03-25T14:38:42.177Z] 2022/03/25 14:38:35 Closing DB instances... [2022-03-25T14:38:42.177Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-25T14:38:42.177Z] === RUN TestNodeReincarnation [2022-03-25T14:38:42.177Z] 2022/03/25 14:38:35 Closing DB instances... [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-25T14:38:42.177Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-25T14:38:42.177Z] === RUN TestParallelCreate [2022-03-25T14:38:42.177Z] 2022/03/25 14:38:40 Closing DB instances... [2022-03-25T14:38:42.177Z] --- PASS: TestParallelCreate (0.02s) [2022-03-25T14:38:42.177Z] === RUN TestParallelDelete [2022-03-25T14:38:42.177Z] 2022/03/25 14:38:40 Closing DB instances... [2022-03-25T14:38:42.177Z] --- PASS: TestParallelDelete (0.02s) [2022-03-25T14:38:42.177Z] === RUN TestNetworkDBIslands [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:175cd686b7ab with config:&{NodeID:175cd686b7ab 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-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="Node 175cd686b7ab/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="Node 175cd686b7ab/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:5aec09daa048 with config:&{NodeID:5aec09daa048 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-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="Node 5aec09daa048/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="Node 5aec09daa048/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49386" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="Node 5aec09daa048/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="Node 5aec09daa048/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="Node 175cd686b7ab/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=info msg="Node 175cd686b7ab/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49387" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=warning msg="NetworkDB stats node2(707b7b2cb555) - healthscore:2 (connectivity issues)" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=warning msg="rejoinClusterBootstrap unable to find local node info using ID:707b7b2cb555" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="memberlist: Marking b1b7e201a9d2 as failed, suspect timeout reached (0 peer confirmations)" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node b1b7e201a9d2/172.27.168.15, left gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node b1b7e201a9d2 change state NodeActive --> NodeFailed" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node b1b7e201a9d2/172.27.168.15, added to failed nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:6ce8de4cd98f with config:&{NodeID:6ce8de4cd98f 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-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49388" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 175cd686b7ab/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 175cd686b7ab/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 5aec09daa048/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 5aec09daa048/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49389" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=debug msg="memberlist: Failed ping: b1b7e201a9d2 (timeout reached)" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:41Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.177Z] time="2022-03-25T14:38:42Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:15c6525ae873 with config:&{NodeID:15c6525ae873 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-25T14:38:42.429Z] === RUN TestWindowsIPAM [2022-03-25T14:38:42.429Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-25T14:38:42.429Z] PASS [2022-03-25T14:38:42.429Z] coverage: 71.4% of statements [2022-03-25T14:38:42.429Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.045s coverage: 71.4% of statements [2022-03-25T14:38:42.513Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Stream connection from=[::1]:49391" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 5aec09daa048/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 5aec09daa048/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 175cd686b7ab/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 175cd686b7ab/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49392" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:1664f405a6fe with config:&{NodeID:1664f405a6fe 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-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Stream connection from=[::1]:49394" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 175cd686b7ab/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 175cd686b7ab/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 15c6525ae873/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 5aec09daa048/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=info msg="Node 5aec09daa048/172.27.168.15, added to nodes list" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-25T14:38:42.645Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49395" [2022-03-25T14:38:42.792Z] docker_cli_daemon_test.go:2522: [d7053c45f5196] daemon is not started [2022-03-25T14:38:42.792Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-25T14:38:42.900Z] --- PASS: TestPoolAllocationReuse (2.21s) [2022-03-25T14:38:42.900Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-25T14:38:42.900Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-25T14:38:42.900Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to nodes list" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to nodes list" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to nodes list" [2022-03-25T14:38:43.113Z] networkdb_test.go:835: Re-joining: 3 [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=info msg="The new bootstrap node list is:[172.27.168.15:10033 172.27.168.15:10034 172.27.168.15:10035]" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10033" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49396" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10034" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49397" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10035" [2022-03-25T14:38:43.113Z] time="2022-03-25T14:38:42Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49398" [2022-03-25T14:38:43.372Z] === RUN TestDefaultNetwork [2022-03-25T14:38:43.581Z] networkdb_test.go:835: Re-joining: 4 [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="The new bootstrap node list is:[172.27.168.15:10033 172.27.168.15:10034 172.27.168.15:10035]" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10033" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49399" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10034" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49400" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10035" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49401" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="node 0 leaving" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab change state NodeActive --> NodeLeft" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="node4(15c6525ae873): Node leave event for 175cd686b7ab/172.27.168.15" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab change state NodeActive --> NodeLeft" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="node3(6ce8de4cd98f): Node leave event for 175cd686b7ab/172.27.168.15" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab change state NodeActive --> NodeLeft" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="node5(1664f405a6fe): Node leave event for 175cd686b7ab/172.27.168.15" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab change state NodeActive --> NodeLeft" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="node2(5aec09daa048): Node leave event for 175cd686b7ab/172.27.168.15" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab change state NodeActive --> NodeLeft" [2022-03-25T14:38:43.581Z] time="2022-03-25T14:38:43Z" level=info msg="node1(175cd686b7ab): Node leave event for 175cd686b7ab/172.27.168.15" [2022-03-25T14:38:43.843Z] --- PASS: TestDefaultNetwork (0.31s) [2022-03-25T14:38:43.843Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-25T14:38:44.014Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 175cd686b7ab/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="node 1 leaving" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 5aec09daa048 change state NodeActive --> NodeLeft" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="node3(6ce8de4cd98f): Node leave event for 5aec09daa048/172.27.168.15" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 5aec09daa048/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 5aec09daa048 change state NodeActive --> NodeFailed" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 5aec09daa048 change state NodeActive --> NodeLeft" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="node5(1664f405a6fe): Node leave event for 5aec09daa048/172.27.168.15" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 5aec09daa048 change state NodeActive --> NodeLeft" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="Node 5aec09daa048/172.27.168.15, added to failed nodes list" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=info msg="node4(15c6525ae873): Node leave event for 5aec09daa048/172.27.168.15" [2022-03-25T14:38:44.050Z] time="2022-03-25T14:38:43Z" level=error msg="node: 5aec09daa048 is unknown to memberlist" [2022-03-25T14:38:44.159Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-25T14:38:44.316Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s) [2022-03-25T14:38:44.316Z] === RUN TestInitAddressPools [2022-03-25T14:38:44.316Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-25T14:38:44.316Z] PASS [2022-03-25T14:38:44.316Z] coverage: 74.0% of statements [2022-03-25T14:38:44.316Z] ok github.com/docker/docker/libnetwork/ipamutils 0.707s coverage: 74.0% of statements [2022-03-25T14:38:44.316Z] --- PASS: TestSetRolloverSerial (2.24s) [2022-03-25T14:38:44.316Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-25T14:38:44.316Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-25T14:38:44.316Z] PASS [2022-03-25T14:38:44.316Z] coverage: 84.4% of statements [2022-03-25T14:38:44.316Z] ok github.com/docker/docker/libnetwork/bitseq 15.672s coverage: 84.4% of statements [2022-03-25T14:38:44.416Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="Node 5aec09daa048/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="Node 5aec09daa048/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="Node 5aec09daa048/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="node 2 leaving" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="Node 6ce8de4cd98f change state NodeActive --> NodeLeft" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="Node 6ce8de4cd98f change state NodeActive --> NodeLeft" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="node5(1664f405a6fe): Node leave event for 6ce8de4cd98f/172.27.168.15" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="node4(15c6525ae873): Node leave event for 6ce8de4cd98f/172.27.168.15" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="Node 6ce8de4cd98f change state NodeActive --> NodeLeft" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="node3(6ce8de4cd98f): Node leave event for 6ce8de4cd98f/172.27.168.15" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=info msg="memberlist: Suspect b1b7e201a9d2 has failed, no acks received" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=debug msg="memberlist: Failed to join 172.27.168.15: dial tcp 172.27.168.15:10027: connectex: No connection could be made because the target machine actively refused it." [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=debug msg="memberlist: Failed ping: 1664f405a6fe (timeout reached)" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.168.15:10035: use of closed network connection" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.168.15:10036: use of closed network connection" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.168.15:10034: use of closed network connection" [2022-03-25T14:38:44.519Z] time="2022-03-25T14:38:44Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49403" [2022-03-25T14:38:44.788Z] === RUN TestKeyValue [2022-03-25T14:38:44.788Z] --- PASS: TestKeyValue (0.00s) [2022-03-25T14:38:44.788Z] PASS [2022-03-25T14:38:44.788Z] coverage: 60.0% of statements [2022-03-25T14:38:44.788Z] ok github.com/docker/docker/libnetwork/netlabel 0.044s coverage: 60.0% of statements [2022-03-25T14:38:44.987Z] time="2022-03-25T14:38:44Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.987Z] time="2022-03-25T14:38:44Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.987Z] time="2022-03-25T14:38:44Z" level=info msg="Node 6ce8de4cd98f/172.27.168.15, left gossip cluster" [2022-03-25T14:38:44.987Z] time="2022-03-25T14:38:44Z" level=warning msg="memberlist: Was able to connect to 1664f405a6fe but other probes failed, network may be misconfigured" [2022-03-25T14:38:44.987Z] networkdb_test.go:867: node4: OK [2022-03-25T14:38:44.987Z] networkdb_test.go:867: node5: OK [2022-03-25T14:38:44.987Z] time="2022-03-25T14:38:44Z" level=info msg="node 0 coming back" [2022-03-25T14:38:44.988Z] time="2022-03-25T14:38:44Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:219ea133f999 with config:&{NodeID:219ea133f999 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-25T14:38:44.988Z] time="2022-03-25T14:38:44Z" level=info msg="Node 219ea133f999/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:44.988Z] time="2022-03-25T14:38:44Z" level=info msg="Node 219ea133f999/172.27.168.15, added to nodes list" [2022-03-25T14:38:44.988Z] time="2022-03-25T14:38:44Z" level=info msg="node 1 coming back" [2022-03-25T14:38:44.988Z] time="2022-03-25T14:38:44Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9d569a2ea5e5 with config:&{NodeID:9d569a2ea5e5 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-25T14:38:45.345Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-25T14:38:45.455Z] time="2022-03-25T14:38:44Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:45.456Z] time="2022-03-25T14:38:44Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, added to nodes list" [2022-03-25T14:38:45.456Z] time="2022-03-25T14:38:44Z" level=info msg="node 2 coming back" [2022-03-25T14:38:45.456Z] time="2022-03-25T14:38:44Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4cc2eb02f276 with config:&{NodeID:4cc2eb02f276 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-25T14:38:45.456Z] time="2022-03-25T14:38:44Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:45.456Z] time="2022-03-25T14:38:44Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, added to nodes list" [2022-03-25T14:38:45.781Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.16s) [2022-03-25T14:38:45.781Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-25T14:38:46.441Z] time="2022-03-25T14:38:46Z" level=debug msg="memberlist: Failed to join 172.27.168.15: dial tcp 172.27.168.15:10027: connectex: No connection could be made because the target machine actively refused it." [2022-03-25T14:38:48.008Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-25T14:38:48.008Z] PASS [2022-03-25T14:38:48.008Z] coverage: 100.0% of statements [2022-03-25T14:38:48.008Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.048s coverage: 100.0% of statements [2022-03-25T14:38:48.083Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-25T14:38:48.479Z] === RUN TestNetworkDBSimple [2022-03-25T14:38:48.656Z] time="2022-03-25T14:38:48Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.168.15:10033 172.27.168.15:10034 172.27.168.15:10035]" [2022-03-25T14:38:48.656Z] time="2022-03-25T14:38:48Z" level=debug msg="memberlist: Failed to join 172.27.168.15: dial tcp 172.27.168.15:10027: connectex: No connection could be made because the target machine actively refused it." [2022-03-25T14:38:48.656Z] time="2022-03-25T14:38:48Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.168.15:10033 172.27.168.15:10034 172.27.168.15:10035]" [2022-03-25T14:38:48.921Z] --- PASS: TestImportExtremelyLargeImageWorks (93.66s) [2022-03-25T14:38:48.921Z] PASS [2022-03-25T14:38:48.921Z] [2022-03-25T14:38:48.921Z] DONE 22 tests in 96.718s [2022-03-25T14:38:48.921Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-25T14:38:48.921Z] INFO: Testing against a local daemon [2022-03-25T14:38:48.921Z] === RUN TestNetworkCreateDelete [2022-03-25T14:38:48.921Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-25T14:38:48.921Z] === RUN TestDockerNetworkDeletePreferID [2022-03-25T14:38:48.921Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-03-25T14:38:48.921Z] === RUN TestDaemonDNSFallback [2022-03-25T14:38:48.949Z] === RUN TestGenerate [2022-03-25T14:38:48.949Z] --- PASS: TestGenerate (0.00s) [2022-03-25T14:38:48.949Z] === RUN TestGeneratePtr [2022-03-25T14:38:48.949Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-25T14:38:48.949Z] === RUN TestGenerateMissingField [2022-03-25T14:38:48.949Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-25T14:38:48.949Z] === RUN TestFieldCannotBeSet [2022-03-25T14:38:48.949Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-25T14:38:48.949Z] === RUN TestTypeMismatchError [2022-03-25T14:38:48.949Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-25T14:38:48.949Z] PASS [2022-03-25T14:38:48.949Z] coverage: 100.0% of statements [2022-03-25T14:38:48.949Z] ok github.com/docker/docker/libnetwork/options 0.045s coverage: 100.0% of statements [2022-03-25T14:38:49.420Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.51s) [2022-03-25T14:38:49.420Z] === RUN TestGetAddress [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10033" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49406" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 1664f405a6fe/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 15c6525ae873/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 15c6525ae873/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, is the new incarnation of the shutdown node 175cd686b7ab/172.27.168.15" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49407" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10034" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 1664f405a6fe/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 15c6525ae873/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 15c6525ae873/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, is the new incarnation of the shutdown node 5aec09daa048/172.27.168.15" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10035" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49408" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 1664f405a6fe/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 15c6525ae873/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 15c6525ae873/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, is the new incarnation of the shutdown node 6ce8de4cd98f/172.27.168.15" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, is the new incarnation of the shutdown node 5aec09daa048/172.27.168.15" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, is the new incarnation of the shutdown node 175cd686b7ab/172.27.168.15" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 219ea133f999/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, is the new incarnation of the shutdown node 6ce8de4cd98f/172.27.168.15" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, joined gossip cluster" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, added to nodes list" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10033" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49409" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10034" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49410" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.168.15:10035" [2022-03-25T14:38:49.643Z] time="2022-03-25T14:38:49Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49411" [2022-03-25T14:38:49.891Z] 2022/03/25 14:38:49 Closing DB instances... [2022-03-25T14:38:49.891Z] testing: warning: no tests to run [2022-03-25T14:38:49.891Z] PASS [2022-03-25T14:38:49.891Z] coverage: 0.0% of statements [2022-03-25T14:38:49.891Z] ok github.com/docker/docker/libnetwork/osl 0.043s coverage: 0.0% of statements [no tests to run] [2022-03-25T14:38:50.112Z] 2022/03/25 14:38:49 Closing DB instances... [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-25T14:38:50.362Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999 change state NodeActive --> NodeLeft" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="node2(9d569a2ea5e5): Node leave event for 219ea133f999/172.27.168.15" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999 change state NodeActive --> NodeLeft" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="node5(1664f405a6fe): Node leave event for 219ea133f999/172.27.168.15" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999 change state NodeActive --> NodeLeft" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="node4(15c6525ae873): Node leave event for 219ea133f999/172.27.168.15" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999 change state NodeActive --> NodeLeft" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="node1(219ea133f999): Node leave event for 219ea133f999/172.27.168.15" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999/172.27.168.15, left gossip cluster" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999 change state NodeActive --> NodeLeft" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="node3(4cc2eb02f276): Node leave event for 219ea133f999/172.27.168.15" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999/172.27.168.15, left gossip cluster" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999/172.27.168.15, left gossip cluster" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999/172.27.168.15, left gossip cluster" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=info msg="Node 219ea133f999/172.27.168.15, left gossip cluster" [2022-03-25T14:38:50.580Z] time="2022-03-25T14:38:50Z" level=debug msg="memberlist: Failed to join 172.27.168.15: dial tcp 172.27.168.15:10027: connectex: No connection could be made because the target machine actively refused it." [2022-03-25T14:38:50.832Z] === RUN TestRequestNewPort [2022-03-25T14:38:50.832Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestRequestSpecificPort [2022-03-25T14:38:50.832Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestReleasePort [2022-03-25T14:38:50.832Z] --- PASS: TestReleasePort (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestReuseReleasedPort [2022-03-25T14:38:50.832Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestReleaseUnreadledPort [2022-03-25T14:38:50.832Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestUnknowProtocol [2022-03-25T14:38:50.832Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestAllocateAllPorts [2022-03-25T14:38:50.832Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestPortAllocation [2022-03-25T14:38:50.832Z] --- PASS: TestPortAllocation (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestPortAllocationWithCustomRange [2022-03-25T14:38:50.832Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestNoDuplicateBPR [2022-03-25T14:38:50.832Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-25T14:38:50.832Z] === RUN TestChangePortRange [2022-03-25T14:38:50.832Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-25T14:38:50.832Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-25T14:38:50.832Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-25T14:38:50.832Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-25T14:38:50.832Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-25T14:38:50.832Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-25T14:38:50.832Z] --- PASS: TestChangePortRange (0.00s) [2022-03-25T14:38:50.832Z] PASS [2022-03-25T14:38:50.832Z] coverage: 88.6% of statements [2022-03-25T14:38:50.832Z] ok github.com/docker/docker/libnetwork/portallocator 0.061s coverage: 88.6% of statements [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 9d569a2ea5e5 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="node5(1664f405a6fe): Node leave event for 9d569a2ea5e5/172.27.168.15" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 9d569a2ea5e5 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="node4(15c6525ae873): Node leave event for 9d569a2ea5e5/172.27.168.15" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 9d569a2ea5e5 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="node3(4cc2eb02f276): Node leave event for 9d569a2ea5e5/172.27.168.15" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 9d569a2ea5e5 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="node2(9d569a2ea5e5): Node leave event for 9d569a2ea5e5/172.27.168.15" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, left gossip cluster" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, left gossip cluster" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, left gossip cluster" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 9d569a2ea5e5/172.27.168.15, left gossip cluster" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 4cc2eb02f276 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="node4(15c6525ae873): Node leave event for 4cc2eb02f276/172.27.168.15" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="Node 4cc2eb02f276 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.048Z] time="2022-03-25T14:38:50Z" level=info msg="node5(1664f405a6fe): Node leave event for 4cc2eb02f276/172.27.168.15" [2022-03-25T14:38:51.302Z] --- PASS: TestNetworkDBSimple (2.46s) [2022-03-25T14:38:51.302Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=info msg="Node 4cc2eb02f276 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=info msg="node3(4cc2eb02f276): Node leave event for 4cc2eb02f276/172.27.168.15" [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, left gossip cluster" [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, left gossip cluster" [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=info msg="Node 4cc2eb02f276/172.27.168.15, left gossip cluster" [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=debug msg="memberlist: Failed ping: 4cc2eb02f276 (timeout reached)" [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.168.15:10036: use of closed network connection" [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.168.15:10037: use of closed network connection" [2022-03-25T14:38:51.515Z] time="2022-03-25T14:38:51Z" level=debug msg="memberlist: Stream connection from=172.27.168.15:49413" [2022-03-25T14:38:51.775Z] testing: warning: no tests to run [2022-03-25T14:38:51.775Z] PASS [2022-03-25T14:38:51.775Z] coverage: 0.0% of statements [2022-03-25T14:38:51.775Z] ok github.com/docker/docker/libnetwork/portmapper 0.066s coverage: 0.0% of statements [no tests to run] [2022-03-25T14:38:51.775Z] === RUN TestHashData [2022-03-25T14:38:51.775Z] --- PASS: TestHashData (0.00s) [2022-03-25T14:38:51.775Z] PASS [2022-03-25T14:38:51.775Z] coverage: 2.8% of statements [2022-03-25T14:38:51.775Z] ok github.com/docker/docker/libnetwork/resolvconf 0.050s coverage: 2.8% of statements [2022-03-25T14:38:51.884Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-25T14:38:51.983Z] time="2022-03-25T14:38:51Z" level=info msg="Node 15c6525ae873 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.983Z] time="2022-03-25T14:38:51Z" level=info msg="node5(1664f405a6fe): Node leave event for 15c6525ae873/172.27.168.15" [2022-03-25T14:38:51.983Z] time="2022-03-25T14:38:51Z" level=info msg="Node 15c6525ae873 change state NodeActive --> NodeLeft" [2022-03-25T14:38:51.983Z] time="2022-03-25T14:38:51Z" level=info msg="node4(15c6525ae873): Node leave event for 15c6525ae873/172.27.168.15" [2022-03-25T14:38:52.248Z] 2022/03/25 14:38:51 Closing DB instances... [2022-03-25T14:38:52.455Z] time="2022-03-25T14:38:51Z" level=warning msg="memberlist: Was able to connect to 4cc2eb02f276 but other probes failed, network may be misconfigured" [2022-03-25T14:38:52.455Z] time="2022-03-25T14:38:52Z" level=info msg="Node 15c6525ae873/172.27.168.15, left gossip cluster" [2022-03-25T14:38:52.455Z] time="2022-03-25T14:38:52Z" level=info msg="Node 15c6525ae873/172.27.168.15, left gossip cluster" [2022-03-25T14:38:52.455Z] time="2022-03-25T14:38:52Z" level=debug msg="memberlist: Failed to join 172.27.168.15: dial tcp 172.27.168.15:10027: connectex: No connection could be made because the target machine actively refused it." [2022-03-25T14:38:52.502Z] --- PASS: TestCreateServiceMultipleTimes (14.65s) [2022-03-25T14:38:52.502Z] === RUN TestCreateServiceConflict [2022-03-25T14:38:52.722Z] === RUN TestErrorConstructors [2022-03-25T14:38:52.722Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-25T14:38:52.722Z] === RUN TestCompareIPMask [2022-03-25T14:38:52.722Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-25T14:38:52.722Z] === RUN TestUtilGetHostPartIP [2022-03-25T14:38:52.722Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-25T14:38:52.722Z] === RUN TestUtilGetBroadcastIP [2022-03-25T14:38:52.722Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-25T14:38:52.722Z] === RUN TestParseCIDR [2022-03-25T14:38:52.722Z] --- PASS: TestParseCIDR (0.00s) [2022-03-25T14:38:52.722Z] PASS [2022-03-25T14:38:52.722Z] coverage: 37.3% of statements [2022-03-25T14:38:52.722Z] ok github.com/docker/docker/libnetwork/types 0.050s coverage: 37.3% of statements [2022-03-25T14:38:52.815Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-25T14:38:53.102Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-03-25T14:38:53.102Z] === RUN TestInspectNetwork [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-25T14:38:53.192Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-25T14:38:53.192Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-25T14:38:53.192Z] PASS [2022-03-25T14:38:53.192Z] coverage: 55.0% of statements [2022-03-25T14:38:53.192Z] ok github.com/docker/docker/oci 0.060s coverage: 55.0% of statements [2022-03-25T14:38:53.440Z] time="2022-03-25T14:38:52Z" level=info msg="Node 1664f405a6fe/172.27.168.15, left gossip cluster" [2022-03-25T14:38:53.440Z] time="2022-03-25T14:38:52Z" level=info msg="Node 1664f405a6fe change state NodeActive --> NodeFailed" [2022-03-25T14:38:53.440Z] time="2022-03-25T14:38:52Z" level=info msg="Node 1664f405a6fe/172.27.168.15, added to failed nodes list" [2022-03-25T14:38:53.440Z] --- PASS: TestNetworkDBIslands (12.09s) [2022-03-25T14:38:53.440Z] PASS [2022-03-25T14:38:53.440Z] coverage: 60.7% of statements [2022-03-25T14:38:53.440Z] ok github.com/docker/docker/libnetwork/networkdb 152.071s coverage: 60.7% of statements [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/quota [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/rootless [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/volume [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-25T14:38:53.440Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-25T14:38:53.663Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s) [2022-03-25T14:38:53.663Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-25T14:38:53.875Z] --- PASS: TestCreateServiceConflict (2.07s) [2022-03-25T14:38:53.876Z] === RUN TestCreateServiceMaxReplicas [2022-03-25T14:38:54.653Z] === RUN TestParseVersion [2022-03-25T14:38:54.653Z] --- PASS: TestParseVersion (0.00s) [2022-03-25T14:38:54.653Z] PASS [2022-03-25T14:38:54.653Z] coverage: 52.9% of statements [2022-03-25T14:38:54.653Z] ok github.com/docker/docker/pkg/aaparser 0.047s coverage: 52.9% of statements [2022-03-25T14:38:54.653Z] === RUN TestAddressPoolOpt [2022-03-25T14:38:54.653Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/a [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/something [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/_=a [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/env1=value1 [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/_env1=value1 [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/PATH [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/=a [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/PATH= [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/PATH=something [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/asd!qwe [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/1asd [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/123 [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/some_space [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/__some_space_before [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/some_space_after__ [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/= [2022-03-25T14:38:54.653Z] === RUN TestValidateEnv/PaTh [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestParseHost [2022-03-25T14:38:54.653Z] --- PASS: TestParseHost (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestParseDockerDaemonHost [2022-03-25T14:38:54.653Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestParseTCP [2022-03-25T14:38:54.653Z] --- PASS: TestParseTCP (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-25T14:38:54.653Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestValidateExtraHosts [2022-03-25T14:38:54.653Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestIpOptString [2022-03-25T14:38:54.653Z] --- PASS: TestIpOptString (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-25T14:38:54.653Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestNewIpOptValidDefaultVal [2022-03-25T14:38:54.653Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestIpOptSetInvalidVal [2022-03-25T14:38:54.653Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestValidateIPAddress [2022-03-25T14:38:54.653Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestMapOpts [2022-03-25T14:38:54.653Z] --- PASS: TestMapOpts (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestListOptsWithoutValidator [2022-03-25T14:38:54.653Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestListOptsWithValidator [2022-03-25T14:38:54.653Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestValidateDNSSearch [2022-03-25T14:38:54.653Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_general_format [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_one_more [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-25T14:38:54.653Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-25T14:38:54.653Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestNamedListOpts [2022-03-25T14:38:54.653Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestNamedMapOpts [2022-03-25T14:38:54.653Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestParseLink [2022-03-25T14:38:54.653Z] --- PASS: TestParseLink (0.00s) [2022-03-25T14:38:54.653Z] === RUN TestUlimitOpt [2022-03-25T14:38:54.653Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-25T14:38:54.653Z] PASS [2022-03-25T14:38:54.653Z] coverage: 66.3% of statements [2022-03-25T14:38:54.653Z] ok github.com/docker/docker/opts 0.097s coverage: 66.3% of statements [2022-03-25T14:38:55.125Z] 2022/03/25 14:38:54 Closing DB instances... [2022-03-25T14:38:56.085Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-25T14:38:56.386Z] === RUN TestInspectNetwork/full_network_id [2022-03-25T14:38:56.386Z] === RUN TestInspectNetwork/partial_network_id [2022-03-25T14:38:56.386Z] === RUN TestInspectNetwork/network_name [2022-03-25T14:38:56.386Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === Skipped [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-25T14:38:56.390Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-25T14:38:56.390Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-25T14:38:56.390Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.02s) [2022-03-25T14:38:56.390Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-25T14:38:56.390Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2022-03-25T14:38:56.390Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-25T14:38:56.390Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-25T14:38:56.390Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-25T14:38:56.390Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-25T14:38:56.390Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-25T14:38:56.390Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-25T14:38:56.390Z] daemon_test.go:145: root required [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-25T14:38:56.390Z] reload_test.go:342: root required [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-25T14:38:56.390Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-25T14:38:56.390Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-25T14:38:56.390Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-25T14:38:56.390Z] download_test.go:267: Needs fixing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-25T14:38:56.390Z] layer_test.go:291: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-25T14:38:56.390Z] layer_test.go:340: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-25T14:38:56.390Z] layer_test.go:455: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-25T14:38:56.390Z] layer_test.go:684: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-25T14:38:56.390Z] migration_test.go:45: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-25T14:38:56.390Z] migration_test.go:181: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-25T14:38:56.390Z] mount_test.go:17: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-25T14:38:56.390Z] mount_test.go:76: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-25T14:38:56.390Z] mount_test.go:125: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-25T14:38:56.390Z] mount_test.go:212: Failing on Windows [2022-03-25T14:38:56.390Z] [2022-03-25T14:38:56.390Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-25T14:38:56.391Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-25T14:38:56.391Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-25T14:38:56.391Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-25T14:38:56.391Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-25T14:38:56.391Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.01s) [2022-03-25T14:38:56.391Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-25T14:38:56.391Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-25T14:38:56.391Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-25T14:38:56.391Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-25T14:38:56.391Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-25T14:38:56.391Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-25T14:38:56.391Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-25T14:38:56.391Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-25T14:38:56.391Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-25T14:38:56.391Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-25T14:38:56.391Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-25T14:38:56.391Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:133: Xz not present in msys2 [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-25T14:38:56.391Z] archive_test.go:140: zstd not installed [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:252: Failing on Windows CI machines [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:38:56.391Z] archive_windows_test.go:16: Currently fails [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-25T14:38:56.391Z] changes_test.go:196: needs more investigation [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-25T14:38:56.391Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-25T14:38:56.391Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-25T14:38:56.391Z] changes_test.go:433: needs further investigation [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-25T14:38:56.391Z] changes_test.go:469: needs further investigation [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.01s) [2022-03-25T14:38:56.391Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-25T14:38:56.391Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-25T14:38:56.391Z] poller_test.go:40: No chmod on Windows [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-25T14:38:56.391Z] fileutils_test.go:133: Needs porting to Windows [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-25T14:38:56.391Z] fileutils_test.go:179: Needs porting to Windows [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-25T14:38:56.391Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-25T14:38:56.391Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-25T14:38:56.391Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-25T14:38:56.391Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-25T14:38:56.391Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-25T14:38:56.391Z] [2022-03-25T14:38:56.391Z] DONE 2092 tests, 70 skipped in 386.437s [2022-03-25T14:38:56.405Z] --- PASS: TestCreateServiceMaxReplicas (2.56s) [2022-03-25T14:38:56.405Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-25T14:38:56.697Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.68s) [2022-03-25T14:38:56.697Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-25T14:38:56.860Z] INFO: make.ps1 ended at 03/25/2022 14:38:56 [2022-03-25T14:38:57.167Z] === RUN TestPeerCertificateMarshalJSON [2022-03-25T14:38:57.467Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-25T14:38:57.638Z] === RUN TestIsArchivePathDir [2022-03-25T14:38:57.638Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-03-25T14:38:57.638Z] === RUN TestIsArchivePathInvalidFile [2022-03-25T14:38:57.638Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-25T14:38:57.638Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-25T14:38:57.638Z] --- PASS: TestPeerCertificateMarshalJSON (0.60s) [2022-03-25T14:38:57.638Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-25T14:38:57.638Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-25T14:38:57.638Z] === RUN TestMiddleware [2022-03-25T14:38:57.638Z] --- PASS: TestMiddleware (0.00s) [2022-03-25T14:38:57.638Z] === RUN TestNewResponseModifier [2022-03-25T14:38:57.638Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-25T14:38:57.638Z] PASS [2022-03-25T14:38:57.638Z] coverage: 26.8% of statements [2022-03-25T14:38:57.638Z] ok github.com/docker/docker/pkg/authorization 0.662s coverage: 26.8% of statements [2022-03-25T14:38:57.638Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2022-03-25T14:38:57.638Z] === RUN TestIsArchivePathTar [2022-03-25T14:38:57.638Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-03-25T14:38:57.638Z] === RUN TestDecompressStreamGzip [2022-03-25T14:38:58.108Z] --- PASS: TestDecompressStreamGzip (0.16s) [2022-03-25T14:38:58.108Z] === RUN TestDecompressStreamBzip2 [2022-03-25T14:38:58.108Z] --- PASS: TestDecompressStreamBzip2 (0.15s) [2022-03-25T14:38:58.108Z] === RUN TestDecompressStreamXz [2022-03-25T14:38:58.108Z] archive_test.go:133: Xz not present in msys2 [2022-03-25T14:38:58.108Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestDecompressStreamZstd [2022-03-25T14:38:58.108Z] archive_test.go:140: zstd not installed [2022-03-25T14:38:58.108Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-25T14:38:58.108Z] === RUN TestCompressStreamXzUnsupported [2022-03-25T14:38:58.108Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-25T14:38:58.108Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestCompressStreamInvalid [2022-03-25T14:38:58.108Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestExtensionInvalid [2022-03-25T14:38:58.108Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestExtensionUncompressed [2022-03-25T14:38:58.108Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestExtensionBzip2 [2022-03-25T14:38:58.108Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestExtensionGzip [2022-03-25T14:38:58.108Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestExtensionXz [2022-03-25T14:38:58.108Z] --- PASS: TestExtensionXz (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestExtensionZstd [2022-03-25T14:38:58.108Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestCmdStreamLargeStderr [2022-03-25T14:38:58.108Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2022-03-25T14:38:58.108Z] === RUN TestCmdStreamBad [2022-03-25T14:38:58.108Z] archive_test.go:252: Failing on Windows CI machines [2022-03-25T14:38:58.108Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-25T14:38:58.108Z] === RUN TestCmdStreamGood [2022-03-25T14:38:58.432Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-25T14:38:58.432Z] INFO: Unit tests ended at 03/25/2022 14:38:58. Duration:00:06:43.7349004 [2022-03-25T14:38:58.432Z] INFO: Building busybox [2022-03-25T14:38:58.432Z] Sending build context to Docker daemon 5.12kB [2022-03-25T14:38:58.432Z] [2022-03-25T14:38:58.432Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-25T14:38:58.432Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-25T14:38:58.432Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-25T14:38:58.432Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-25T14:38:58.432Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-25T14:38:58.432Z] ---> 02f938cacc3b [2022-03-25T14:38:58.432Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-25T14:38:58.579Z] --- PASS: TestCmdStreamGood (0.06s) [2022-03-25T14:38:58.579Z] === RUN TestUntarPathWithInvalidDest [2022-03-25T14:38:58.579Z] === RUN TestUnbuffered [2022-03-25T14:38:58.579Z] --- PASS: TestUnbuffered (0.00s) [2022-03-25T14:38:58.579Z] === RUN TestRaceUnbuffered [2022-03-25T14:38:58.579Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-25T14:38:58.579Z] PASS [2022-03-25T14:38:58.579Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-25T14:38:58.579Z] coverage: 100.0% of statements [2022-03-25T14:38:58.579Z] === RUN TestUntarPathWithInvalidSrc [2022-03-25T14:38:58.579Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-25T14:38:58.579Z] === RUN TestUntarPath [2022-03-25T14:38:58.579Z] ok github.com/docker/docker/pkg/broadcaster 0.053s coverage: 100.0% of statements [2022-03-25T14:38:58.579Z] 2022/03/25 14:38:58 Closing DB instances... [2022-03-25T14:38:58.579Z] --- PASS: TestUntarPath (0.09s) [2022-03-25T14:38:58.579Z] === RUN TestUntarPathWithDestinationFile [2022-03-25T14:38:58.579Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-03-25T14:38:58.579Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-25T14:38:58.579Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-03-25T14:38:58.579Z] === RUN TestCopyWithTarInvalidSrc [2022-03-25T14:38:58.579Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-25T14:38:58.579Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-25T14:38:58.579Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-25T14:38:58.579Z] === RUN TestCopyWithTarSrcFile [2022-03-25T14:38:58.579Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-25T14:38:58.579Z] === RUN TestCopyWithTarSrcFolder [2022-03-25T14:38:58.579Z] --- PASS: TestCopyWithTarSrcFolder (0.02s) [2022-03-25T14:38:58.579Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-25T14:38:58.579Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-25T14:38:58.579Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-25T14:38:58.579Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-03-25T14:38:58.579Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-25T14:38:58.579Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-03-25T14:38:58.579Z] === RUN TestCopyFileWithTarSrcFile [2022-03-25T14:38:58.579Z] --- PASS: TestCopyFileWithTarSrcFile (0.02s) [2022-03-25T14:38:58.579Z] === RUN TestTarFiles [2022-03-25T14:38:58.901Z] ---> Running in 625db18f69cd [2022-03-25T14:38:59.569Z] === RUN TestMatch [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[foo]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[foo_bar]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[]#01 [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[qux]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-25T14:38:59.569Z] === RUN TestMatch/[[foo_baz]] [2022-03-25T14:38:59.569Z] --- PASS: TestMatch (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-25T14:38:59.569Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-25T14:38:59.569Z] PASS [2022-03-25T14:38:59.569Z] coverage: 87.5% of statements [2022-03-25T14:38:59.569Z] ok github.com/docker/docker/pkg/capabilities 0.063s coverage: 87.5% of statements [2022-03-25T14:38:59.987Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-25T14:38:59.987Z] check_test.go:308: [d6389307be712] daemon is not started [2022-03-25T14:38:59.987Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-25T14:39:00.563Z] --- PASS: TestNetworkDBCRUDTableEntry (4.22s) [2022-03-25T14:39:00.563Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-25T14:39:00.569Z] --- PASS: TestInspectNetwork (6.99s) [2022-03-25T14:39:00.569Z] --- PASS: TestInspectNetwork/full_network_id (0.02s) [2022-03-25T14:39:00.569Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-25T14:39:00.569Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-25T14:39:00.569Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-25T14:39:00.569Z] === RUN TestRunContainerWithBridgeNone [2022-03-25T14:39:01.555Z] === RUN TestChrootTarUntar [2022-03-25T14:39:01.555Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:01.943Z] --- PASS: TestRunContainerWithBridgeNone (1.61s) [2022-03-25T14:39:01.943Z] === RUN TestNetworkInvalidJSON [2022-03-25T14:39:01.943Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-25T14:39:01.943Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-25T14:39:01.943Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:39:01.943Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:39:01.943Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:39:01.943Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:39:01.943Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-25T14:39:01.943Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:39:01.943Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:39:01.943Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-25T14:39:01.943Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-25T14:39:01.943Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-25T14:39:01.943Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-25T14:39:01.943Z] === RUN TestNetworkList [2022-03-25T14:39:01.943Z] === RUN TestNetworkList//networks [2022-03-25T14:39:01.943Z] === PAUSE TestNetworkList//networks [2022-03-25T14:39:01.943Z] === RUN TestNetworkList//networks/ [2022-03-25T14:39:01.943Z] === PAUSE TestNetworkList//networks/ [2022-03-25T14:39:01.943Z] === CONT TestNetworkList//networks [2022-03-25T14:39:01.943Z] === CONT TestNetworkList//networks/ [2022-03-25T14:39:01.943Z] --- PASS: TestNetworkList (0.01s) [2022-03-25T14:39:01.943Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-25T14:39:01.943Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-25T14:39:01.943Z] === RUN TestHostIPv4BridgeLabel [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-25T14:39:02.026Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-25T14:39:02.026Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-25T14:39:02.026Z] === RUN TestChrootUntarEmptyArchive [2022-03-25T14:39:02.026Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-25T14:39:02.026Z] === RUN TestChrootTarUntarWithSymlink [2022-03-25T14:39:02.026Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-25T14:39:02.026Z] === RUN TestChrootCopyWithTar [2022-03-25T14:39:02.026Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-25T14:39:02.026Z] === RUN TestChrootCopyFileWithTar [2022-03-25T14:39:02.026Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-25T14:39:02.026Z] === RUN TestChrootUntarPath [2022-03-25T14:39:02.026Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-25T14:39:02.026Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-25T14:39:02.026Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.01s) [2022-03-25T14:39:02.026Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-25T14:39:02.026Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:39:02.026Z] === RUN TestChrootApplyDotDotFile [2022-03-25T14:39:02.026Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:02.026Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-25T14:39:02.026Z] PASS [2022-03-25T14:39:02.026Z] coverage: 12.0% of statements [2022-03-25T14:39:02.026Z] ok github.com/docker/docker/pkg/chrootarchive 0.158s coverage: 12.0% of statements [2022-03-25T14:39:02.202Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-25T14:39:02.202Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-25T14:39:03.018Z] 2022/03/25 14:39:02 Closing DB instances... [2022-03-25T14:39:03.488Z] === RUN TestEnsureRemoveAllNotExist [2022-03-25T14:39:03.488Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-25T14:39:03.488Z] === RUN TestEnsureRemoveAllWithDir [2022-03-25T14:39:03.488Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-25T14:39:03.488Z] === RUN TestEnsureRemoveAllWithFile [2022-03-25T14:39:03.488Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-25T14:39:03.488Z] PASS [2022-03-25T14:39:03.488Z] coverage: 0.0% of statements [2022-03-25T14:39:03.488Z] ok github.com/docker/docker/pkg/containerfs 0.050s coverage: 0.0% of statements [2022-03-25T14:39:03.577Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-25T14:39:03.577Z] === RUN TestDaemonDefaultNetworkPools [2022-03-25T14:39:03.600Z] ............................ [ 66%] [2022-03-25T14:39:03.960Z] === RUN TestSizeEmpty [2022-03-25T14:39:04.143Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-03-25T14:39:04.143Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-25T14:39:04.432Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-25T14:39:04.432Z] === RUN TestSizeEmptyFile [2022-03-25T14:39:04.432Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-25T14:39:04.432Z] === RUN TestSizeNonemptyFile [2022-03-25T14:39:04.432Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-25T14:39:04.432Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-25T14:39:04.432Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-25T14:39:04.432Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-25T14:39:04.432Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.01s) [2022-03-25T14:39:04.432Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-25T14:39:04.432Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-25T14:39:04.432Z] === RUN TestMoveToSubdir [2022-03-25T14:39:04.432Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-25T14:39:04.432Z] === RUN TestSizeNonExistingDirectory [2022-03-25T14:39:04.432Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-25T14:39:04.432Z] PASS [2022-03-25T14:39:04.432Z] coverage: 80.0% of statements [2022-03-25T14:39:04.432Z] ok github.com/docker/docker/pkg/directory 0.076s coverage: 80.0% of statements [2022-03-25T14:39:04.432Z] --- PASS: TestNetworkDBCRUDTableEntries (3.90s) [2022-03-25T14:39:04.432Z] === RUN TestNetworkDBNodeLeave [2022-03-25T14:39:04.783Z] Removing intermediate container 625db18f69cd [2022-03-25T14:39:04.783Z] ---> 55aa7edee356 [2022-03-25T14:39:04.783Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-25T14:39:04.783Z] ---> Running in dc84f981c1c4 [2022-03-25T14:39:05.083Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-03-25T14:39:05.083Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-25T14:39:05.250Z] Removing intermediate container dc84f981c1c4 [2022-03-25T14:39:05.250Z] ---> 4e93b7114f1b [2022-03-25T14:39:05.250Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-25T14:39:05.250Z] ---> Running in 4acc04cb5c3e [2022-03-25T14:39:05.423Z] === RUN TestPollerAddRemove [2022-03-25T14:39:05.423Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-25T14:39:05.423Z] === RUN TestPollerEvent [2022-03-25T14:39:05.423Z] poller_test.go:40: No chmod on Windows [2022-03-25T14:39:05.423Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-25T14:39:05.423Z] === RUN TestPollerClose [2022-03-25T14:39:05.423Z] --- PASS: TestPollerClose (0.00s) [2022-03-25T14:39:05.423Z] PASS [2022-03-25T14:39:05.423Z] coverage: 45.7% of statements [2022-03-25T14:39:05.423Z] ok github.com/docker/docker/pkg/filenotify 0.040s coverage: 45.7% of statements [2022-03-25T14:39:05.719Z] Removing intermediate container 4acc04cb5c3e [2022-03-25T14:39:05.719Z] ---> 70d2baaf89a7 [2022-03-25T14:39:05.719Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-25T14:39:06.414Z] --- PASS: TestTarFiles (7.61s) [2022-03-25T14:39:06.415Z] === RUN TestDetectCompressionZstd [2022-03-25T14:39:06.415Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestTarUntar [2022-03-25T14:39:06.415Z] --- PASS: TestTarUntar (0.04s) [2022-03-25T14:39:06.415Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-25T14:39:06.415Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-25T14:39:06.415Z] === RUN TestTarWithOptions [2022-03-25T14:39:06.415Z] === RUN TestCopyFileWithInvalidSrc [2022-03-25T14:39:06.415Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCopyFileWithInvalidDest [2022-03-25T14:39:06.415Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-25T14:39:06.415Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-25T14:39:06.415Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-25T14:39:06.415Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCopyFile [2022-03-25T14:39:06.415Z] --- PASS: TestCopyFile (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-25T14:39:06.415Z] fileutils_test.go:133: Needs porting to Windows [2022-03-25T14:39:06.415Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-25T14:39:06.415Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-25T14:39:06.415Z] fileutils_test.go:179: Needs porting to Windows [2022-03-25T14:39:06.415Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestWildcardMatches [2022-03-25T14:39:06.415Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestPatternMatches [2022-03-25T14:39:06.415Z] --- PASS: TestPatternMatches (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-25T14:39:06.415Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestPatternMatchesFolderExclusions [2022-03-25T14:39:06.415Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-25T14:39:06.415Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestUntarUstarGnuConflict [2022-03-25T14:39:06.415Z] --- PASS: TestUntarUstarGnuConflict (0.03s) [2022-03-25T14:39:06.415Z] === RUN TestUntarInvalidFilenames [2022-03-25T14:39:06.415Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-25T14:39:06.415Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-25T14:39:06.415Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-25T14:39:06.415Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-25T14:39:06.415Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestSingleExclamationError [2022-03-25T14:39:06.415Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestMatchesWithNoPatterns [2022-03-25T14:39:06.415Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestMatchesWithMalformedPatterns [2022-03-25T14:39:06.415Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestMatches [2022-03-25T14:39:06.415Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-25T14:39:06.415Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-25T14:39:06.415Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-25T14:39:06.415Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-25T14:39:06.415Z] --- PASS: TestMatches (0.01s) [2022-03-25T14:39:06.415Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-25T14:39:06.415Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-25T14:39:06.415Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-25T14:39:06.415Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCleanPatterns [2022-03-25T14:39:06.415Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-25T14:39:06.415Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCleanPatternsExceptionFlag [2022-03-25T14:39:06.415Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-25T14:39:06.415Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-25T14:39:06.415Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCleanPatternsErrorSingleException [2022-03-25T14:39:06.415Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCreateIfNotExistsDir [2022-03-25T14:39:06.415Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCreateIfNotExistsFile [2022-03-25T14:39:06.415Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestMatch [2022-03-25T14:39:06.415Z] --- PASS: TestMatch (0.00s) [2022-03-25T14:39:06.415Z] === RUN TestCompile [2022-03-25T14:39:06.415Z] === RUN TestCompile/slash [2022-03-25T14:39:06.415Z] === RUN TestCompile/backslash [2022-03-25T14:39:06.415Z] --- PASS: TestCompile (0.00s) [2022-03-25T14:39:06.415Z] --- PASS: TestCompile/slash (0.00s) [2022-03-25T14:39:06.415Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-25T14:39:06.415Z] PASS [2022-03-25T14:39:06.415Z] coverage: 84.7% of statements [2022-03-25T14:39:06.415Z] ok github.com/docker/docker/pkg/fileutils 0.081s coverage: 84.7% of statements [2022-03-25T14:39:06.457Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-25T14:39:06.457Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite (333.30s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.10s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.57s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.40s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.05s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.14s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.56s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.29s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.01s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.09s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.20s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.22s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.27s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.41s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.27s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.52s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.33s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.24s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.40s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.10s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.08s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.67s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.56s) [2022-03-25T14:39:06.525Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.13s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.03s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.63s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.72s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.90s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.79s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.21s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.74s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.60s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.56s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.78s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.81s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.78s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.75s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.02s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.31s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.46s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.21s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.10s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.39s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.89s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.88s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.20s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.31s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.49s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.95s) [2022-03-25T14:39:06.525Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.05s) [2022-03-25T14:39:06.525Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-25T14:39:06.525Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.61s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.35s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.92s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.23s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.01s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.65s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.11s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.08s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.44s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.21s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.00s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.85s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.64s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.45s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.20s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.93s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.80s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.85s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.50s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.33s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.83s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.57s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.73s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.33s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.24s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.10s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.48s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.82s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.26s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.25s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.21s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.71s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.12s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.09s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.18s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.29s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.76s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.76s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.54s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2022-03-25T14:39:06.526Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.68s) [2022-03-25T14:39:06.526Z] === RUN TestDockerSwarmSuite [2022-03-25T14:39:06.526Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-25T14:39:06.886Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1531019058\\dest" [2022-03-25T14:39:06.886Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-03-25T14:39:06.886Z] === RUN TestUntarHardlinkToSymlink [2022-03-25T14:39:06.886Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-25T14:39:06.886Z] === RUN TestUntarInvalidHardlink [2022-03-25T14:39:06.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3492960699\\victim\\hello" -> "../victim/hello" [2022-03-25T14:39:06.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink371864821\\victim\\hello" -> "/../victim/hello" [2022-03-25T14:39:06.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink844823157\\victim" -> "../victim" [2022-03-25T14:39:06.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3237212917\\victim" -> "../victim" [2022-03-25T14:39:06.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3204155524\\victim" -> "../victim" [2022-03-25T14:39:06.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2676756267\\victim" -> "../victim" [2022-03-25T14:39:06.886Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-25T14:39:06.886Z] === RUN TestUntarInvalidSymlink [2022-03-25T14:39:06.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3030731131\\dest\\dotdot" -> "../victim/hello" [2022-03-25T14:39:06.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1358011989\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-25T14:39:06.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2744279064\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:39:06.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3234828897\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:39:06.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3466273396\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:39:06.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3018393204\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:39:06.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink642064465\\dest\\dir\\loophole" -> "../../victim" [2022-03-25T14:39:06.886Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-25T14:39:06.886Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-25T14:39:06.886Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-25T14:39:06.886Z] === RUN TestXGlobalNoParent [2022-03-25T14:39:06.886Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-25T14:39:06.886Z] === RUN TestReplaceFileTarWrapper [2022-03-25T14:39:06.886Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-03-25T14:39:06.886Z] === RUN TestPrefixHeaderReadable [2022-03-25T14:39:06.886Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-03-25T14:39:06.886Z] === RUN TestDisablePigz [2022-03-25T14:39:06.886Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-25T14:39:07.023Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-25T14:39:07.023Z] === RUN TestServiceWithPredefinedNetwork [2022-03-25T14:39:07.281Z] [2022-03-25T14:39:07.356Z] --- PASS: TestDisablePigz (0.14s) [2022-03-25T14:39:07.356Z] === RUN TestPigz [2022-03-25T14:39:07.356Z] === RUN TestGet [2022-03-25T14:39:07.356Z] --- PASS: TestGet (0.00s) [2022-03-25T14:39:07.356Z] === RUN TestGetShortcutString [2022-03-25T14:39:07.356Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-25T14:39:07.356Z] PASS [2022-03-25T14:39:07.356Z] coverage: 42.9% of statements [2022-03-25T14:39:07.356Z] ok github.com/docker/docker/pkg/homedir 0.045s coverage: 42.9% of statements [2022-03-25T14:39:07.356Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-25T14:39:07.356Z] --- PASS: TestPigz (0.15s) [2022-03-25T14:39:07.356Z] === RUN TestNosysFileInfo [2022-03-25T14:39:07.356Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-25T14:39:07.356Z] === RUN TestCopyFileWithInvalidDest [2022-03-25T14:39:07.356Z] archive_windows_test.go:16: Currently fails [2022-03-25T14:39:07.356Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:39:07.356Z] === RUN TestCanonicalTarNameForPath [2022-03-25T14:39:07.356Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-25T14:39:07.356Z] === RUN TestCanonicalTarName [2022-03-25T14:39:07.356Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-25T14:39:07.356Z] === RUN TestChmodTarEntry [2022-03-25T14:39:07.356Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-25T14:39:07.356Z] === RUN TestHardLinkOrder [2022-03-25T14:39:07.356Z] --- PASS: TestNetworkDBNodeLeave (2.88s) [2022-03-25T14:39:07.356Z] === RUN TestNetworkDBWatch [2022-03-25T14:39:07.356Z] --- PASS: TestHardLinkOrder (0.10s) [2022-03-25T14:39:07.356Z] === RUN TestChangeString [2022-03-25T14:39:07.356Z] --- PASS: TestChangeString (0.00s) [2022-03-25T14:39:07.356Z] === RUN TestChangesWithNoChanges [2022-03-25T14:39:07.357Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-25T14:39:07.357Z] === RUN TestChangesWithChanges [2022-03-25T14:39:07.357Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-25T14:39:07.357Z] === RUN TestChangesWithChangesGH13590 [2022-03-25T14:39:07.357Z] changes_test.go:196: needs more investigation [2022-03-25T14:39:07.357Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-25T14:39:07.357Z] === RUN TestChangesDirsEmpty [2022-03-25T14:39:07.750Z] ---> 773c9c7e2a18 [2022-03-25T14:39:07.750Z] 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-25T14:39:07.750Z] ---> Running in 889af9c91b5c [2022-03-25T14:39:07.827Z] --- PASS: TestChangesDirsEmpty (0.16s) [2022-03-25T14:39:07.828Z] === RUN TestChangesDirsMutated [2022-03-25T14:39:07.828Z] --- PASS: TestChangesDirsMutated (0.15s) [2022-03-25T14:39:07.828Z] === RUN TestApplyLayer [2022-03-25T14:39:07.828Z] changes_test.go:433: needs further investigation [2022-03-25T14:39:07.828Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-25T14:39:07.828Z] === RUN TestChangesSizeWithHardlinks [2022-03-25T14:39:07.828Z] changes_test.go:469: needs further investigation [2022-03-25T14:39:07.828Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-25T14:39:07.828Z] === RUN TestChangesSizeWithNoChanges [2022-03-25T14:39:07.828Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-25T14:39:07.828Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-25T14:39:07.828Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-25T14:39:07.828Z] === RUN TestChangesSize [2022-03-25T14:39:07.828Z] --- PASS: TestChangesSize (0.00s) [2022-03-25T14:39:07.828Z] === RUN TestApplyLayerInvalidFilenames [2022-03-25T14:39:07.828Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2723363534\\dest" [2022-03-25T14:39:07.828Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-25T14:39:07.828Z] === RUN TestApplyLayerInvalidHardlink [2022-03-25T14:39:07.828Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2374417527\\victim\\hello" -> "../victim/hello" [2022-03-25T14:39:07.828Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink33128793\\victim\\hello" -> "/../victim/hello" [2022-03-25T14:39:07.828Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2730564680\\victim" -> "../victim" [2022-03-25T14:39:07.828Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink94278849\\victim" -> "../victim" [2022-03-25T14:39:07.828Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1834592718\\victim" -> "../victim" [2022-03-25T14:39:07.828Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink963685893\\victim" -> "../victim" [2022-03-25T14:39:07.828Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-25T14:39:07.828Z] === RUN TestApplyLayerInvalidSymlink [2022-03-25T14:39:07.828Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3509926923\\dest\\dotdot" -> "../victim/hello" [2022-03-25T14:39:07.828Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3654967225\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-25T14:39:07.828Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink914390591\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:39:07.828Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1431753956\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:39:07.828Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink325871650\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:39:07.828Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink491082840\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:39:07.828Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-25T14:39:07.828Z] === RUN TestApplyLayerWhiteouts [2022-03-25T14:39:07.828Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-03-25T14:39:07.828Z] === RUN TestGenerateEmptyFile [2022-03-25T14:39:07.828Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-25T14:39:07.828Z] === RUN TestGenerateWithContent [2022-03-25T14:39:07.828Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-25T14:39:07.828Z] PASS [2022-03-25T14:39:07.828Z] coverage: 62.9% of statements [2022-03-25T14:39:07.828Z] ok github.com/docker/docker/pkg/archive 10.643s coverage: 62.9% of statements [2022-03-25T14:39:08.298Z] === RUN TestCreateIDMapOrder [2022-03-25T14:39:08.298Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-25T14:39:08.298Z] PASS [2022-03-25T14:39:08.298Z] coverage: 7.2% of statements [2022-03-25T14:39:08.298Z] ok github.com/docker/docker/pkg/idtools 0.044s coverage: 7.2% of statements [2022-03-25T14:39:09.044Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-25T14:39:09.289Z] 2022/03/25 14:39:08 Closing DB instances... [2022-03-25T14:39:09.552Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s) [2022-03-25T14:39:09.552Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-25T14:39:09.552Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:39:09.552Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:39:09.552Z] === RUN TestServiceWithDataPathPortInit [2022-03-25T14:39:09.759Z] === RUN TestFixedBufferCap [2022-03-25T14:39:09.759Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-25T14:39:09.759Z] === RUN TestFixedBufferLen [2022-03-25T14:39:09.759Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-25T14:39:09.759Z] === RUN TestFixedBufferString [2022-03-25T14:39:09.759Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-25T14:39:09.759Z] === RUN TestFixedBufferWrite [2022-03-25T14:39:09.759Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-25T14:39:09.759Z] === RUN TestFixedBufferRead [2022-03-25T14:39:09.759Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-25T14:39:09.759Z] === RUN TestBytesPipeRead [2022-03-25T14:39:09.759Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-25T14:39:09.759Z] === RUN TestBytesPipeWrite [2022-03-25T14:39:09.759Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-25T14:39:09.759Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-25T14:39:10.230Z] --- PASS: TestBytesPipeWriteRandomChunks (0.54s) [2022-03-25T14:39:10.230Z] === RUN TestAtomicWriteToFile [2022-03-25T14:39:10.230Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-25T14:39:10.230Z] === RUN TestAtomicWriteSetCommit [2022-03-25T14:39:10.230Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-25T14:39:10.230Z] === RUN TestAtomicWriteSetCancel [2022-03-25T14:39:10.230Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-25T14:39:10.230Z] === RUN TestReadCloserWrapperClose [2022-03-25T14:39:10.230Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-25T14:39:10.230Z] === RUN TestReaderErrWrapperReadOnError [2022-03-25T14:39:10.230Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-25T14:39:10.230Z] === RUN TestReaderErrWrapperRead [2022-03-25T14:39:10.230Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-25T14:39:10.230Z] === RUN TestCancelReadCloser [2022-03-25T14:39:10.230Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-25T14:39:10.230Z] === RUN TestWriteCloserWrapperClose [2022-03-25T14:39:10.230Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-25T14:39:10.230Z] === RUN TestNopWriteCloser [2022-03-25T14:39:10.230Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-25T14:39:10.230Z] === RUN TestNopWriter [2022-03-25T14:39:10.230Z] --- PASS: TestNopWriter (0.00s) [2022-03-25T14:39:10.230Z] === RUN TestWriteCounter [2022-03-25T14:39:10.230Z] --- PASS: TestWriteCounter (0.00s) [2022-03-25T14:39:10.230Z] PASS [2022-03-25T14:39:10.230Z] coverage: 70.1% of statements [2022-03-25T14:39:10.230Z] ok github.com/docker/docker/pkg/ioutils 0.716s coverage: 70.1% of statements [2022-03-25T14:39:10.230Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-03-25T14:39:10.230Z] === RUN TestNetworkDBBulkSync [2022-03-25T14:39:11.222Z] === RUN TestError [2022-03-25T14:39:11.222Z] --- PASS: TestError (0.00s) [2022-03-25T14:39:11.271Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.94s) [2022-03-25T14:39:11.271Z] === RUN TestCreateServiceSecretFileMode [2022-03-25T14:39:11.692Z] === RUN TestProgressString [2022-03-25T14:39:11.692Z] === RUN TestProgressString/no_progress [2022-03-25T14:39:11.692Z] === RUN TestProgressString/progress_1 [2022-03-25T14:39:11.692Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-25T14:39:11.692Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-25T14:39:11.692Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-25T14:39:11.692Z] === RUN TestProgressString/with_units [2022-03-25T14:39:11.692Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-25T14:39:11.692Z] === RUN TestProgressString/hide_counts [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString (0.00s) [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-25T14:39:11.692Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-25T14:39:11.692Z] === RUN TestJSONMessageDisplay [2022-03-25T14:39:11.692Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-03-25T14:39:11.692Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-25T14:39:11.692Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-25T14:39:11.692Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-25T14:39:11.692Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-25T14:39:11.692Z] === RUN TestDisplayJSONMessagesStream [2022-03-25T14:39:11.692Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-25T14:39:11.692Z] PASS [2022-03-25T14:39:11.692Z] coverage: 91.7% of statements [2022-03-25T14:39:11.692Z] ok github.com/docker/docker/pkg/jsonmessage 0.238s coverage: 91.7% of statements [2022-03-25T14:39:11.692Z] 2022/03/25 14:39:11 Closing DB instances... [2022-03-25T14:39:12.162Z] === RUN TestStandardLongPath [2022-03-25T14:39:12.162Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-25T14:39:12.162Z] === RUN TestUNCLongPath [2022-03-25T14:39:12.162Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-25T14:39:12.162Z] PASS [2022-03-25T14:39:12.162Z] coverage: 100.0% of statements [2022-03-25T14:39:12.162Z] ok github.com/docker/docker/pkg/longpath 0.041s coverage: 100.0% of statements [2022-03-25T14:39:12.318Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-25T14:39:12.318Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-25T14:39:12.424Z] INFO: Extraction ended at 03/25/2022 14:39:06. Duration:00:00:30.7286558 [2022-03-25T14:39:12.424Z] INFO: Updating the golang and path environment variables [2022-03-25T14:39:12.424Z] INFO: GOPATH=d:\gopath [2022-03-25T14:39:12.424Z] INFO: go version go1.18 windows/amd64 [2022-03-25T14:39:12.424Z] INFO: Running the daemon under test in debug mode [2022-03-25T14:39:12.424Z] INFO: Running the daemon under test in containerd mode [2022-03-25T14:39:12.424Z] INFO: Starting a daemon under test... [2022-03-25T14:39:12.424Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43378\3\daemon --pidfile d:\CI\PR-43378\3\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-25T14:39:12.424Z] INFO: Containerd started successfully. [2022-03-25T14:39:12.424Z] INFO: Process started successfully. [2022-03-25T14:39:12.424Z] INFO: Start tailing logs of the daemon under tests [2022-03-25T14:39:12.424Z] INFO: Waiting for the daemon under test to start... [2022-03-25T14:39:13.154Z] === RUN TestNameFormat [2022-03-25T14:39:13.154Z] --- PASS: TestNameFormat (0.00s) [2022-03-25T14:39:13.154Z] === RUN TestNameRetries [2022-03-25T14:39:13.154Z] --- PASS: TestNameRetries (0.00s) [2022-03-25T14:39:13.154Z] PASS [2022-03-25T14:39:13.154Z] coverage: 85.7% of statements [2022-03-25T14:39:13.154Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2022-03-25T14:39:13.154Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-03-25T14:39:13.154Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-25T14:39:13.633Z] === RUN TestParseKeyValueOpt [2022-03-25T14:39:13.633Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-25T14:39:13.633Z] === RUN TestParseUintList [2022-03-25T14:39:13.633Z] --- PASS: TestParseUintList (0.00s) [2022-03-25T14:39:13.633Z] === RUN TestParseUintListMaximumLimits [2022-03-25T14:39:13.633Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-25T14:39:13.633Z] PASS [2022-03-25T14:39:13.633Z] coverage: 97.0% of statements [2022-03-25T14:39:13.633Z] ok github.com/docker/docker/pkg/parsers 0.040s coverage: 97.0% of statements [2022-03-25T14:39:13.690Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-03-25T14:39:14.623Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-03-25T14:39:14.623Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-03-25T14:39:14.623Z] PASS [2022-03-25T14:39:14.623Z] coverage: 36.4% of statements [2022-03-25T14:39:14.623Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.051s coverage: 36.4% of statements [2022-03-25T14:39:15.613Z] === RUN TestNewAndRemove [2022-03-25T14:39:15.613Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-25T14:39:15.613Z] === RUN TestRemoveInvalidPath [2022-03-25T14:39:15.613Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-25T14:39:15.613Z] PASS [2022-03-25T14:39:15.613Z] coverage: 82.6% of statements [2022-03-25T14:39:15.613Z] ok github.com/docker/docker/pkg/pidfile 0.052s coverage: 82.6% of statements [2022-03-25T14:39:16.084Z] 2022/03/25 14:39:15 Closing DB instances... [2022-03-25T14:39:16.554Z] time="2022-03-25T14:39:16Z" level=error msg="node: 46bb269fe333 is unknown to memberlist" [2022-03-25T14:39:16.554Z] time="2022-03-25T14:39:16Z" level=error msg="node: 46bb269fe333 is unknown to memberlist" [2022-03-25T14:39:16.554Z] time="2022-03-25T14:39:16Z" level=error msg="node: 46bb269fe333 is unknown to memberlist" [2022-03-25T14:39:16.962Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-25T14:39:17.546Z] === RUN TestFailedConnection [2022-03-25T14:39:18.175Z] Removing intermediate container 889af9c91b5c [2022-03-25T14:39:18.175Z] ---> 565d1142193b [2022-03-25T14:39:18.175Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-25T14:39:18.175Z] ---> Running in 1e055a79b4dd [2022-03-25T14:39:18.537Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.37s) [2022-03-25T14:39:18.537Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-25T14:39:18.537Z] --- PASS: TestFailedConnection (1.03s) [2022-03-25T14:39:18.537Z] === RUN TestFailOnce [2022-03-25T14:39:19.008Z] 2022/03/25 14:39:18 http: panic serving 127.0.0.1:49306: Plugin not ready [2022-03-25T14:39:19.008Z] goroutine 34 [running]: [2022-03-25T14:39:19.008Z] net/http.(*conn).serve.func1() [2022-03-25T14:39:19.008Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-25T14:39:19.008Z] panic({0x11c3700, 0x130d030}) [2022-03-25T14:39:19.008Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-25T14:39:19.008Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001a9a70?) [2022-03-25T14:39:19.008Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-25T14:39:19.008Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1312838?, 0xc000068000?}, 0x111da46?) [2022-03-25T14:39:19.008Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-25T14:39:19.008Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x1312838, 0xc000068000}, 0xc0001a0000) [2022-03-25T14:39:19.008Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-03-25T14:39:19.008Z] net/http.serverHandler.ServeHTTP({0x1310e58?}, {0x1312838, 0xc000068000}, 0xc0001a0000) [2022-03-25T14:39:19.008Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-25T14:39:19.008Z] net/http.(*conn).serve(0xc00018e000, {0x1312d38, 0xc0000260f0}) [2022-03-25T14:39:19.008Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-25T14:39:19.008Z] created by net/http.(*Server).Serve [2022-03-25T14:39:19.008Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-25T14:39:19.008Z] time="2022-03-25T14:39:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49305/Test.FailOnce: Post \"http://127.0.0.1:49305/Test.FailOnce\": EOF, retrying in 1s" [2022-03-25T14:39:19.480Z] --- PASS: TestGetAddress (30.06s) [2022-03-25T14:39:19.480Z] === RUN TestRequestSyntaxCheck [2022-03-25T14:39:19.480Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-25T14:39:19.480Z] === RUN TestRequest [2022-03-25T14:39:19.480Z] 2022/03/25 14:39:19 Closing DB instances... [2022-03-25T14:39:19.743Z] [2022-03-25T14:39:19.743Z] SUCCESS: Specified value was saved. [2022-03-25T14:39:19.951Z] --- PASS: TestFailOnce (1.23s) [2022-03-25T14:39:19.951Z] === RUN TestEchoInputOutput [2022-03-25T14:39:19.951Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-25T14:39:19.951Z] === RUN TestBackoff [2022-03-25T14:39:19.951Z] --- PASS: TestBackoff (0.00s) [2022-03-25T14:39:19.951Z] === RUN TestAbortRetry [2022-03-25T14:39:19.951Z] --- PASS: TestAbortRetry (0.00s) [2022-03-25T14:39:19.951Z] === RUN TestClientScheme [2022-03-25T14:39:19.951Z] --- PASS: TestClientScheme (0.00s) [2022-03-25T14:39:19.951Z] === RUN TestNewClientWithTimeout [2022-03-25T14:39:20.538Z] time="2022-03-25T14:39:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-25T14:39:21.532Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-25T14:39:21.532Z] === RUN TestNetworkDBGarbageCollection [2022-03-25T14:39:22.004Z] time="2022-03-25T14:39:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-25T14:39:22.372Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-25T14:39:22.872Z] Removing intermediate container 1e055a79b4dd [2022-03-25T14:39:22.872Z] ---> b37aaf5b3543 [2022-03-25T14:39:22.872Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-25T14:39:22.872Z] ---> Running in d11040eb74fd [2022-03-25T14:39:22.935Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-25T14:39:23.466Z] --- PASS: TestCreateServiceSecretFileMode (12.54s) [2022-03-25T14:39:23.466Z] === RUN TestCreateServiceConfigFileMode [2022-03-25T14:39:23.499Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-25T14:39:24.060Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-25T14:39:24.224Z] time="2022-03-25T14:39:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-25T14:39:24.450Z] --- PASS: TestServiceWithDataPathPortInit (13.95s) [2022-03-25T14:39:24.450Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-25T14:39:24.992Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-25T14:39:24.992Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-25T14:39:24.992Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-25T14:39:25.554Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-25T14:39:25.823Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:90r8e3ksi82m3pdyz30rwalbc Created:2022-03-25 14:39:24.374561899 +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[f9cb5e597d65b303f81d5e23150eaa5ae3fdc8bca4df38ea1fe96255c254a056:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l4f3s36dhwe53y6zrptctz82u EndpointID:9d7c6b85d366856bfc3e5c56ca8d66e50022e495d354281f3702822ce61621ad MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:48c68f568b058a65fc8cf3d1ce48db967fad6e050aa69e4360106f843233c909 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:7c6ad4778e06 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l4f3s36dhwe53y6zrptctz82u EndpointID:9d7c6b85d366856bfc3e5c56ca8d66e50022e495d354281f3702822ce61621ad EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-25T14:39:27.200Z] ...INFO: Daemon under test started and replied! [2022-03-25T14:39:27.200Z] INFO: Docker version of the daemon under test [2022-03-25T14:39:27.200Z] [2022-03-25T14:39:27.200Z] Client: [2022-03-25T14:39:27.200Z] Version: 17.06.2-ce [2022-03-25T14:39:27.200Z] API version: 1.30 [2022-03-25T14:39:27.200Z] Go version: go1.8.3 [2022-03-25T14:39:27.200Z] Git commit: cec0b72 [2022-03-25T14:39:27.200Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-25T14:39:27.200Z] OS/Arch: windows/amd64 [2022-03-25T14:39:27.200Z] [2022-03-25T14:39:27.200Z] Server: [2022-03-25T14:39:27.200Z] Version: 0.0.0-dev [2022-03-25T14:39:27.200Z] API version: 1.42 (minimum version 1.24) [2022-03-25T14:39:27.200Z] Go version: go1.18 [2022-03-25T14:39:27.200Z] Git commit: 3853eb59d1 [2022-03-25T14:39:27.200Z] Built: 03/25/2022 14:36:50 [2022-03-25T14:39:27.200Z] OS/Arch: windows/amd64 [2022-03-25T14:39:27.201Z] Experimental: false [2022-03-25T14:39:27.201Z] [2022-03-25T14:39:27.201Z] INFO: Docker info of the daemon under test [2022-03-25T14:39:27.201Z] [2022-03-25T14:39:27.201Z] Containers: 0 [2022-03-25T14:39:27.201Z] Running: 0 [2022-03-25T14:39:27.201Z] Paused: 0 [2022-03-25T14:39:27.201Z] Stopped: 0 [2022-03-25T14:39:27.201Z] Images: 0 [2022-03-25T14:39:27.201Z] Server Version: 0.0.0-dev [2022-03-25T14:39:27.201Z] Storage Driver: windowsfilter [2022-03-25T14:39:27.201Z] Windows: [2022-03-25T14:39:27.201Z] Logging Driver: json-file [2022-03-25T14:39:27.201Z] Plugins: [2022-03-25T14:39:27.201Z] Volume: local [2022-03-25T14:39:27.201Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T14:39:27.201Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T14:39:27.201Z] Swarm: inactive [2022-03-25T14:39:27.201Z] Default Isolation: process [2022-03-25T14:39:27.201Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-25T14:39:27.201Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-03-25T14:39:27.201Z] OSType: windows [2022-03-25T14:39:27.201Z] Architecture: x86_64 [2022-03-25T14:39:27.201Z] CPUs: 4 [2022-03-25T14:39:27.201Z] Total Memory: 32GiB [2022-03-25T14:39:27.201Z] Name: azwin-2-18e000 [2022-03-25T14:39:27.201Z] ID: XOBR:6KW5:EA76:2X4B:IAAD:H6KX:IQKI:DX6I:PY6V:3SQT:EQRM:3ZGI [2022-03-25T14:39:27.201Z] Docker Root Dir: D:\CI\PR-43378\3\daemon [2022-03-25T14:39:27.201Z] Debug Mode (client): false [2022-03-25T14:39:27.201Z] Debug Mode (server): true [2022-03-25T14:39:27.201Z] File Descriptors: -1 [2022-03-25T14:39:27.201Z] Goroutines: 29 [2022-03-25T14:39:27.201Z] System Time: 2022-03-25T14:39:26.6605261Z [2022-03-25T14:39:27.201Z] EventsListeners: 0 [2022-03-25T14:39:27.201Z] Registry: https://index.docker.io/v1/ [2022-03-25T14:39:27.201Z] Labels: [2022-03-25T14:39:27.201Z] Experimental: false [2022-03-25T14:39:27.201Z] Insecure Registries: [2022-03-25T14:39:27.201Z] 127.0.0.0/8 [2022-03-25T14:39:27.201Z] Live Restore Enabled: false [2022-03-25T14:39:27.201Z] [2022-03-25T14:39:27.201Z] [2022-03-25T14:39:27.201Z] INFO: Docker images of the daemon under test [2022-03-25T14:39:27.201Z] [2022-03-25T14:39:27.201Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-25T14:39:27.201Z] [2022-03-25T14:39:27.201Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-25T14:39:27.201Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-25T14:39:27.593Z] Cannot create a file when that file already exists. [2022-03-25T14:39:28.163Z] ltsc2022: Pulling from windows/servercore [2022-03-25T14:39:28.619Z] 8f616e6e9eec: Pulling fs layer [2022-03-25T14:39:28.619Z] 037d5740b404: Pulling fs layer [2022-03-25T14:39:28.957Z] time="2022-03-25T14:39:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-25T14:39:29.937Z] === RUN TestParseEmptyInterface [2022-03-25T14:39:29.937Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-25T14:39:29.937Z] === RUN TestParseNonInterfaceType [2022-03-25T14:39:29.937Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-25T14:39:29.937Z] === RUN TestParseWithOneFunction [2022-03-25T14:39:29.937Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-25T14:39:29.937Z] === RUN TestParseWithMultipleFuncs [2022-03-25T14:39:29.937Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-25T14:39:29.937Z] === RUN TestParseWithUnnamedReturn [2022-03-25T14:39:29.937Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-25T14:39:29.937Z] === RUN TestEmbeddedInterface [2022-03-25T14:39:29.937Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-25T14:39:29.937Z] === RUN TestParsedImports [2022-03-25T14:39:29.937Z] --- PASS: TestParsedImports (0.00s) [2022-03-25T14:39:29.937Z] === RUN TestAliasedImports [2022-03-25T14:39:29.937Z] --- PASS: TestAliasedImports (0.00s) [2022-03-25T14:39:29.937Z] PASS [2022-03-25T14:39:29.937Z] coverage: 56.8% of statements [2022-03-25T14:39:29.937Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.063s coverage: 56.8% of statements [2022-03-25T14:39:30.005Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s) [2022-03-25T14:39:30.005Z] PASS [2022-03-25T14:39:30.005Z] [2022-03-25T14:39:30.005Z] === Skipped [2022-03-25T14:39:30.005Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:39:30.005Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:39:30.005Z] [2022-03-25T14:39:30.005Z] DONE 26 tests, 1 skipped in 43.793s [2022-03-25T14:39:30.005Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-25T14:39:30.005Z] INFO: Testing against a local daemon [2022-03-25T14:39:30.005Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-25T14:39:30.005Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:39:30.005Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-25T14:39:30.005Z] === RUN TestDockerNetworkIpvlan [2022-03-25T14:39:30.005Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:39:30.005Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-25T14:39:30.005Z] PASS [2022-03-25T14:39:30.005Z] [2022-03-25T14:39:30.005Z] === Skipped [2022-03-25T14:39:30.005Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-25T14:39:30.005Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:39:30.005Z] [2022-03-25T14:39:30.005Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-25T14:39:30.005Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:39:30.005Z] [2022-03-25T14:39:30.005Z] DONE 2 tests, 2 skipped in 0.041s [2022-03-25T14:39:30.005Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-25T14:39:30.005Z] INFO: Testing against a local daemon [2022-03-25T14:39:30.005Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-25T14:39:30.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-25T14:39:30.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-25T14:39:30.913Z] === RUN TestHTTPTransport [2022-03-25T14:39:30.913Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-25T14:39:30.913Z] PASS [2022-03-25T14:39:30.913Z] coverage: 85.7% of statements [2022-03-25T14:39:30.913Z] ok github.com/docker/docker/pkg/plugins/transport 0.042s coverage: 85.7% of statements [2022-03-25T14:39:31.379Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-03-25T14:39:31.379Z] === RUN TestDockerNetworkMacvlan [2022-03-25T14:39:31.888Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-25T14:39:31.888Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-25T14:39:31.888Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-25T14:39:31.888Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-25T14:39:31.888Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-25T14:39:31.888Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-25T14:39:31.888Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-25T14:39:31.888Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-25T14:39:31.888Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-25T14:39:31.888Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-25T14:39:31.888Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-25T14:39:31.888Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-25T14:39:31.888Z] === RUN TestBufferPoolPutAndGet [2022-03-25T14:39:31.888Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-25T14:39:31.888Z] PASS [2022-03-25T14:39:31.888Z] coverage: 88.2% of statements [2022-03-25T14:39:31.888Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2022-03-25T14:39:31.888Z] --- PASS: TestRequest (12.43s) [2022-03-25T14:39:31.888Z] === RUN TestOverlappingRequests [2022-03-25T14:39:31.946Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-25T14:39:32.352Z] === RUN TestOutputOnPrematureClose [2022-03-25T14:39:32.352Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-25T14:39:32.352Z] === RUN TestCompleteSilently [2022-03-25T14:39:32.352Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-25T14:39:32.352Z] PASS [2022-03-25T14:39:32.352Z] coverage: 75.9% of statements [2022-03-25T14:39:32.352Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2022-03-25T14:39:32.352Z] --- PASS: TestOverlappingRequests (0.60s) [2022-03-25T14:39:32.352Z] === RUN TestRelease [2022-03-25T14:39:32.814Z] === RUN TestSendToOneSub [2022-03-25T14:39:32.814Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-25T14:39:32.814Z] === RUN TestSendToMultipleSubs [2022-03-25T14:39:32.814Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-25T14:39:32.814Z] === RUN TestEvictOneSub [2022-03-25T14:39:32.814Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-25T14:39:32.814Z] === RUN TestClosePublisher [2022-03-25T14:39:32.814Z] --- PASS: TestClosePublisher (0.00s) [2022-03-25T14:39:32.814Z] === RUN TestPubSubRace [2022-03-25T14:39:32.881Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-25T14:39:33.409Z] Removing intermediate container d11040eb74fd [2022-03-25T14:39:33.409Z] ---> 262b9034a4cd [2022-03-25T14:39:33.409Z] Step 13/13 : CMD ["sh"] [2022-03-25T14:39:33.409Z] ---> Running in c12cbd3dcf55 [2022-03-25T14:39:33.447Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-25T14:39:33.790Z] --- PASS: TestPubSubRace (1.09s) [2022-03-25T14:39:33.790Z] PASS [2022-03-25T14:39:33.790Z] coverage: 75.0% of statements [2022-03-25T14:39:33.790Z] ok github.com/docker/docker/pkg/pubsub 1.129s coverage: 75.0% of statements [2022-03-25T14:39:33.873Z] Removing intermediate container c12cbd3dcf55 [2022-03-25T14:39:33.873Z] ---> 6cc51f586291 [2022-03-25T14:39:33.873Z] Successfully built 6cc51f586291 [2022-03-25T14:39:33.873Z] Successfully tagged busybox:latest [2022-03-25T14:39:33.873Z] INFO: Docker images of the daemon under test [2022-03-25T14:39:33.873Z] [2022-03-25T14:39:33.873Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-25T14:39:33.873Z] busybox latest 6cc51f586291 Less than a second ago 5.01GB [2022-03-25T14:39:33.873Z] microsoft/windowsservercore latest 02f938cacc3b 3 weeks ago 4.96GB [2022-03-25T14:39:33.873Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 3 weeks ago 4.96GB [2022-03-25T14:39:33.873Z] [2022-03-25T14:39:33.873Z] INFO: Running integration tests at 03/25/2022 14:39:33... [2022-03-25T14:39:33.873Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-25T14:39:33.873Z] INFO: Integration API tests being run from the host: [2022-03-25T14:39:33.873Z] INFO: make.ps1 starting at 03/25/2022 14:39:33 [2022-03-25T14:39:34.097Z] docker_api_swarm_test.go:563: [daa8c2bfd4d49] joining swarm manager [d1aca297ef950]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:39:34.780Z] === RUN TestRegister [2022-03-25T14:39:34.780Z] --- PASS: TestRegister (0.00s) [2022-03-25T14:39:34.780Z] === RUN TestCommand [2022-03-25T14:39:34.780Z] --- PASS: TestCommand (0.03s) [2022-03-25T14:39:34.780Z] === RUN TestNaiveSelf [2022-03-25T14:39:34.780Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-25T14:39:34.780Z] PASS [2022-03-25T14:39:34.780Z] coverage: 82.4% of statements [2022-03-25T14:39:34.780Z] ok github.com/docker/docker/pkg/reexec 0.105s coverage: 82.4% of statements [2022-03-25T14:39:34.780Z] --- PASS: TestRelease (2.46s) [2022-03-25T14:39:34.780Z] === RUN TestAllocateRandomDeallocate [2022-03-25T14:39:35.025Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-25T14:39:35.348Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-25T14:39:35.438Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-25T14:39:35.588Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-25T14:39:35.669Z] --- PASS: TestCreateServiceConfigFileMode (12.29s) [2022-03-25T14:39:35.669Z] === RUN TestCreateServiceSysctls [2022-03-25T14:39:35.773Z] === RUN TestDump [2022-03-25T14:39:35.773Z] goroutine 6 [running]: [2022-03-25T14:39:35.773Z] github.com/docker/docker/pkg/stack.dump(0xc12d57?) [2022-03-25T14:39:35.773Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-25T14:39:35.773Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-25T14:39:35.773Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-25T14:39:35.773Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-03-25T14:39:35.773Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-25T14:39:35.773Z] testing.tRunner(0xc0001601a0, 0xdda498) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:39:35.773Z] created by testing.(*T).Run [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-25T14:39:35.773Z] [2022-03-25T14:39:35.773Z] goroutine 1 [chan receive]: [2022-03-25T14:39:35.773Z] testing.(*T).Run(0xc000160000, {0xdc913c?, 0xbec1f3?}, 0xdda498) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-25T14:39:35.773Z] testing.runTests.func1(0xc00006c840?) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-25T14:39:35.773Z] testing.tRunner(0xc000160000, 0xc000075ca0) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:39:35.773Z] testing.runTests(0xc000058500?, {0xf5e400, 0x3, 0x3}, {0x17c27c50108?, 0x40?, 0xf634a0?}) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-25T14:39:35.773Z] testing.(*M).Run(0xc000058500) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-25T14:39:35.773Z] main.main() [2022-03-25T14:39:35.773Z] _testmain.go:99 +0x255 [2022-03-25T14:39:35.773Z] --- PASS: TestDump (0.00s) [2022-03-25T14:39:35.773Z] === RUN TestDumpToFile [2022-03-25T14:39:35.773Z] --- PASS: TestDumpToFile (0.18s) [2022-03-25T14:39:35.773Z] === RUN TestDumpToFileWithEmptyInput [2022-03-25T14:39:35.773Z] goroutine 8 [running]: [2022-03-25T14:39:35.773Z] github.com/docker/docker/pkg/stack.dump(0xc8ecd3?) [2022-03-25T14:39:35.773Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-25T14:39:35.773Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xc8eca0?}) [2022-03-25T14:39:35.773Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-03-25T14:39:35.773Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001601a0?) [2022-03-25T14:39:35.773Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-25T14:39:35.773Z] testing.tRunner(0xc000160820, 0xdda488) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:39:35.773Z] created by testing.(*T).Run [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-25T14:39:35.773Z] [2022-03-25T14:39:35.773Z] goroutine 1 [chan receive]: [2022-03-25T14:39:35.773Z] testing.(*T).Run(0xc000160000, {0xdd0713?, 0xbec1f3?}, 0xdda488) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-25T14:39:35.773Z] testing.runTests.func1(0xc00006c840?) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-25T14:39:35.773Z] testing.tRunner(0xc000160000, 0xc000075ca0) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:39:35.773Z] testing.runTests(0xc000058500?, {0xf5e400, 0x3, 0x3}, {0x17c27c50108?, 0x40?, 0xf634a0?}) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-25T14:39:35.773Z] testing.(*M).Run(0xc000058500) [2022-03-25T14:39:35.773Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-25T14:39:35.773Z] main.main() [2022-03-25T14:39:35.773Z] _testmain.go:99 +0x255 [2022-03-25T14:39:35.773Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-25T14:39:35.773Z] PASS [2022-03-25T14:39:35.773Z] coverage: 90.9% of statements [2022-03-25T14:39:35.773Z] ok github.com/docker/docker/pkg/stack 0.214s coverage: 90.9% of statements [2022-03-25T14:39:36.151Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-25T14:39:36.244Z] === RUN TestNewStdWriter [2022-03-25T14:39:36.244Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-25T14:39:36.244Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestWriteWithNilBytes [2022-03-25T14:39:36.244Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestWrite [2022-03-25T14:39:36.244Z] --- PASS: TestWrite (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestWriteWithWriterError [2022-03-25T14:39:36.244Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-25T14:39:36.244Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyWriteAndRead [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-25T14:39:36.244Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-25T14:39:36.244Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-25T14:39:36.244Z] PASS [2022-03-25T14:39:36.244Z] coverage: 100.0% of statements [2022-03-25T14:39:36.244Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2022-03-25T14:39:36.714Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-25T14:39:36.970Z] === RUN TestDockerSuite/TestBuildFails [2022-03-25T14:39:37.056Z] --- PASS: TestCreateServiceSysctls (2.91s) [2022-03-25T14:39:37.056Z] === RUN TestCreateServiceCapabilities [2022-03-25T14:39:37.235Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-25T14:39:37.236Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-25T14:39:37.236Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestFormatStatus [2022-03-25T14:39:37.236Z] --- PASS: TestFormatStatus (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestFormatError [2022-03-25T14:39:37.236Z] --- PASS: TestFormatError (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestFormatJSONError [2022-03-25T14:39:37.236Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-25T14:39:37.236Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-25T14:39:37.236Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestNewJSONProgressOutput [2022-03-25T14:39:37.236Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestAuxFormatterEmit [2022-03-25T14:39:37.236Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestStreamWriterStdout [2022-03-25T14:39:37.236Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-25T14:39:37.236Z] === RUN TestStreamWriterStderr [2022-03-25T14:39:37.236Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-25T14:39:37.236Z] PASS [2022-03-25T14:39:37.236Z] coverage: 66.2% of statements [2022-03-25T14:39:37.236Z] ok github.com/docker/docker/pkg/streamformatter 0.046s coverage: 66.2% of statements [2022-03-25T14:39:37.249Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-25T14:39:37.705Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-25T14:39:37.706Z] === RUN TestClientStream [2022-03-25T14:39:37.706Z] --- PASS: TestClientStream (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestClientSendFile [2022-03-25T14:39:37.706Z] --- PASS: TestClientSendFile (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestClientWithRequestTimeout [2022-03-25T14:39:37.706Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestFileSpecPlugin [2022-03-25T14:39:37.706Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-25T14:39:37.706Z] === RUN TestFileJSONSpecPlugin [2022-03-25T14:39:37.706Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-25T14:39:37.706Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestPluginAddHandler [2022-03-25T14:39:37.706Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestPluginWaitBadPlugin [2022-03-25T14:39:37.706Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestGet [2022-03-25T14:39:37.706Z] time="2022-03-25T14:39:37Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-25T14:39:37.706Z] === RUN TestGenerateRandomID [2022-03-25T14:39:37.706Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestShortenId [2022-03-25T14:39:37.706Z] --- PASS: TestShortenId (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestShortenSha256Id [2022-03-25T14:39:37.706Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestShortenIdEmpty [2022-03-25T14:39:37.706Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestShortenIdInvalid [2022-03-25T14:39:37.706Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestIsShortIDNonHex [2022-03-25T14:39:37.706Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-25T14:39:37.706Z] === RUN TestIsShortIDNotCorrectSize [2022-03-25T14:39:37.706Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-25T14:39:37.706Z] PASS [2022-03-25T14:39:37.706Z] coverage: 70.6% of statements [2022-03-25T14:39:37.706Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2022-03-25T14:39:37.897Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-25T14:39:37.897Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-25T14:39:38.696Z] === RUN TestIsCpusetListAvailable [2022-03-25T14:39:38.696Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-25T14:39:38.696Z] PASS [2022-03-25T14:39:38.696Z] coverage: 39.4% of statements [2022-03-25T14:39:38.696Z] ok github.com/docker/docker/pkg/sysinfo 0.038s coverage: 39.4% of statements [2022-03-25T14:39:38.696Z] time="2022-03-25T14:39:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-25T14:39:39.584Z] --- PASS: TestCreateServiceCapabilities (2.27s) [2022-03-25T14:39:39.584Z] === RUN TestInspect [2022-03-25T14:39:39.792Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-25T14:39:40.272Z] === RUN TestChtimes [2022-03-25T14:39:40.272Z] --- PASS: TestChtimes (0.01s) [2022-03-25T14:39:40.272Z] === RUN TestChtimesWindows [2022-03-25T14:39:40.272Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-25T14:39:40.272Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-25T14:39:40.272Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-25T14:39:40.272Z] PASS [2022-03-25T14:39:40.272Z] coverage: 13.0% of statements [2022-03-25T14:39:40.272Z] ok github.com/docker/docker/pkg/system 0.054s coverage: 13.0% of statements [2022-03-25T14:39:40.532Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-25T14:39:40.742Z] time="2022-03-25T14:39:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-25T14:39:40.743Z] === RUN TestTailFile [2022-03-25T14:39:40.743Z] --- PASS: TestTailFile (0.00s) [2022-03-25T14:39:40.743Z] === RUN TestTailFileManyLines [2022-03-25T14:39:40.743Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-25T14:39:40.743Z] === RUN TestTailEmptyFile [2022-03-25T14:39:40.743Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-25T14:39:40.743Z] === RUN TestTailNegativeN [2022-03-25T14:39:40.743Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader [2022-03-25T14:39:40.743Z] === CONT TestNewTailReader [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/truncated_last_line [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-25T14:39:40.743Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:39:40.743Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:40.743Z] === CONT TestNewTailReader/no_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:39:40.743Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:39:40.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:39:40.743Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:40.743Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-25T14:39:41.098Z] --- PASS: TestDockerNetworkMacvlan (9.72s) [2022-03-25T14:39:41.098Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-03-25T14:39:41.098Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2022-03-25T14:39:41.098Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.80s) [2022-03-25T14:39:41.098Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.91s) [2022-03-25T14:39:41.098Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.04s) [2022-03-25T14:39:41.098Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-03-25T14:39:41.098Z] PASS [2022-03-25T14:39:41.098Z] [2022-03-25T14:39:41.098Z] DONE 8 tests in 10.992s [2022-03-25T14:39:41.098Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-25T14:39:41.098Z] testing: warning: no tests to run [2022-03-25T14:39:41.098Z] PASS [2022-03-25T14:39:41.098Z] [2022-03-25T14:39:41.098Z] DONE 0 tests in 0.012s [2022-03-25T14:39:41.098Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-25T14:39:41.098Z] INFO: Testing against a local daemon [2022-03-25T14:39:41.098Z] === RUN TestAuthZPluginAllowRequest [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.217Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.217Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.217Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.218Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.218Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.218Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:39:41.219Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.220Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.220Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.692Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:39:41.692Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.692Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.693Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.693Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.693Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:39:41.694Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:39:41.694Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-25T14:39:41.695Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s) [2022-03-25T14:39:42.128Z] --- PASS: TestInspect (2.48s) [2022-03-25T14:39:42.128Z] === RUN TestCreateJob [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:39:42.167Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:39:42.168Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:39:42.169Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:39:42.169Z] PASS [2022-03-25T14:39:42.169Z] coverage: 88.6% of statements [2022-03-25T14:39:42.169Z] ok github.com/docker/docker/pkg/tailfile 0.243s coverage: 88.6% of statements [2022-03-25T14:39:42.169Z] --- PASS: TestAllocateRandomDeallocate (6.77s) [2022-03-25T14:39:42.169Z] === RUN TestRetrieveFromStore [2022-03-25T14:39:42.310Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-25T14:39:42.473Z] --- PASS: TestAuthZPluginAllowRequest (1.20s) [2022-03-25T14:39:42.473Z] === RUN TestAuthZPluginTLS [2022-03-25T14:39:42.639Z] === RUN TestTarSumRemoveNonExistent [2022-03-25T14:39:42.639Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestTarSumRemove [2022-03-25T14:39:42.639Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestSortFileInfoSums [2022-03-25T14:39:42.639Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestNewTarSumForLabelInvalid [2022-03-25T14:39:42.639Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestNewTarSumForLabel [2022-03-25T14:39:42.639Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestEmptyTar [2022-03-25T14:39:42.639Z] --- PASS: TestEmptyTar (0.01s) [2022-03-25T14:39:42.639Z] === RUN TestTarSumsReadSize [2022-03-25T14:39:42.639Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestTarSums [2022-03-25T14:39:42.639Z] --- PASS: TestTarSums (0.07s) [2022-03-25T14:39:42.639Z] === RUN TestIteration [2022-03-25T14:39:42.639Z] --- PASS: TestIteration (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestVersionLabelForChecksum [2022-03-25T14:39:42.639Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestVersion [2022-03-25T14:39:42.639Z] --- PASS: TestVersion (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestGetVersion [2022-03-25T14:39:42.639Z] --- PASS: TestGetVersion (0.00s) [2022-03-25T14:39:42.639Z] === RUN TestGetVersions [2022-03-25T14:39:42.639Z] --- PASS: TestGetVersions (0.00s) [2022-03-25T14:39:42.639Z] PASS [2022-03-25T14:39:42.639Z] coverage: 89.3% of statements [2022-03-25T14:39:42.639Z] ok github.com/docker/docker/pkg/tarsum 0.133s coverage: 89.3% of statements [2022-03-25T14:39:42.731Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-25T14:39:42.731Z] === RUN TestAuthZPluginDenyRequest [2022-03-25T14:39:42.771Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-25T14:39:43.109Z] === RUN TestTruncIndex [2022-03-25T14:39:43.298Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-25T14:39:43.298Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-25T14:39:43.411Z] 037d5740b404: Verifying Checksum [2022-03-25T14:39:43.411Z] 037d5740b404: Download complete [2022-03-25T14:39:43.580Z] --- PASS: TestTruncIndex (0.10s) [2022-03-25T14:39:43.580Z] PASS [2022-03-25T14:39:43.580Z] coverage: 91.5% of statements [2022-03-25T14:39:43.580Z] ok github.com/docker/docker/pkg/truncindex 0.137s coverage: 91.5% of statements [2022-03-25T14:39:43.679Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-25T14:39:43.864Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-25T14:39:43.864Z] === RUN TestAuthZPluginDenyResponse [2022-03-25T14:39:44.050Z] === RUN TestIsGIT [2022-03-25T14:39:44.050Z] --- PASS: TestIsGIT (0.00s) [2022-03-25T14:39:44.050Z] === RUN TestIsTransport [2022-03-25T14:39:44.050Z] --- PASS: TestIsTransport (0.00s) [2022-03-25T14:39:44.050Z] PASS [2022-03-25T14:39:44.050Z] coverage: 100.0% of statements [2022-03-25T14:39:44.050Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2022-03-25T14:39:44.050Z] --- PASS: TestRetrieveFromStore (2.21s) [2022-03-25T14:39:44.050Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-25T14:39:44.050Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-25T14:39:44.050Z] === RUN TestParallelPredefinedRequest1 [2022-03-25T14:39:44.050Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-25T14:39:44.050Z] === RUN TestParallelPredefinedRequest2 [2022-03-25T14:39:44.050Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-25T14:39:44.050Z] === RUN TestParallelPredefinedRequest3 [2022-03-25T14:39:44.050Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-25T14:39:44.050Z] === RUN TestParallelPredefinedRequest4 [2022-03-25T14:39:44.050Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-25T14:39:44.050Z] === RUN TestParallelPredefinedRequest5 [2022-03-25T14:39:44.050Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-25T14:39:44.050Z] === RUN TestDebug [2022-03-25T14:39:44.050Z] --- PASS: TestDebug (0.00s) [2022-03-25T14:39:44.050Z] === RUN TestRequestPoolParallel [2022-03-25T14:39:44.431Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-25T14:39:44.431Z] === RUN TestAuthZPluginAllowEventStream [2022-03-25T14:39:44.524Z] === RUN TestVersionInfo [2022-03-25T14:39:44.524Z] --- PASS: TestVersionInfo (0.00s) [2022-03-25T14:39:44.524Z] === RUN TestAppendVersions [2022-03-25T14:39:44.524Z] --- PASS: TestAppendVersions (0.00s) [2022-03-25T14:39:44.524Z] PASS [2022-03-25T14:39:44.524Z] coverage: 88.9% of statements [2022-03-25T14:39:44.524Z] ok github.com/docker/docker/pkg/useragent 0.036s coverage: 88.9% of statements [2022-03-25T14:39:44.524Z] --- PASS: TestRequestPoolParallel (0.59s) [2022-03-25T14:39:44.524Z] === RUN TestFullAllocateRelease [2022-03-25T14:39:44.524Z] time="2022-03-25T14:39:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-25T14:39:44.658Z] --- PASS: TestCreateJob (2.77s) [2022-03-25T14:39:44.658Z] === RUN TestReplicatedJob [2022-03-25T14:39:45.048Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-25T14:39:45.515Z] --- PASS: TestFullAllocateRelease (0.67s) [2022-03-25T14:39:45.516Z] === RUN TestOddAllocateRelease [2022-03-25T14:39:45.516Z] --- PASS: TestOddAllocateRelease (0.30s) [2022-03-25T14:39:45.516Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-25T14:39:45.516Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-25T14:39:45.516Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-25T14:39:45.516Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-25T14:39:45.516Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-25T14:39:45.610Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-25T14:39:45.805Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s) [2022-03-25T14:39:45.805Z] === RUN TestAuthZPluginErrorResponse [2022-03-25T14:39:45.867Z] docker_api_swarm_test.go:585: [d7156053dba9e] joining swarm manager [d1aca297ef950]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:39:45.986Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-25T14:39:45.986Z] === CONT TestParallelPredefinedRequest1 [2022-03-25T14:39:45.986Z] === CONT TestParallelPredefinedRequest4 [2022-03-25T14:39:45.986Z] === CONT TestParallelPredefinedRequest1 [2022-03-25T14:39:45.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:39:45.986Z] === CONT TestParallelPredefinedRequest4 [2022-03-25T14:39:45.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:39:45.986Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-25T14:39:45.986Z] === CONT TestParallelPredefinedRequest3 [2022-03-25T14:39:45.986Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-25T14:39:45.986Z] === CONT TestParallelPredefinedRequest3 [2022-03-25T14:39:45.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:39:45.986Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-25T14:39:45.986Z] === CONT TestParallelPredefinedRequest5 [2022-03-25T14:39:45.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:39:45.986Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-25T14:39:45.986Z] === CONT TestParallelPredefinedRequest2 [2022-03-25T14:39:45.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:39:45.986Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-25T14:39:45.986Z] PASS [2022-03-25T14:39:45.986Z] coverage: 85.3% of statements [2022-03-25T14:39:45.986Z] ok github.com/docker/docker/libnetwork/ipam 66.569s coverage: 85.3% of statements [2022-03-25T14:39:46.063Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-25T14:39:46.063Z] === RUN TestAuthZPluginErrorRequest [2022-03-25T14:39:46.459Z] === RUN TestValidatePrivileges [2022-03-25T14:39:46.459Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-25T14:39:46.459Z] === RUN TestFilterByCapNeg [2022-03-25T14:39:46.459Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-25T14:39:46.459Z] === RUN TestFilterByCapPos [2022-03-25T14:39:46.459Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-25T14:39:46.459Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-25T14:39:46.459Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-25T14:39:46.459Z] PASS [2022-03-25T14:39:46.459Z] coverage: 12.0% of statements [2022-03-25T14:39:46.459Z] ok github.com/docker/docker/plugin 0.057s coverage: 12.0% of statements [2022-03-25T14:39:46.631Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-25T14:39:46.631Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-25T14:39:46.796Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-25T14:39:47.130Z] 8f616e6e9eec: Verifying Checksum [2022-03-25T14:39:47.130Z] 8f616e6e9eec: Download complete [2022-03-25T14:39:47.211Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-25T14:39:47.211Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-25T14:39:47.449Z] === RUN TestNewSettable [2022-03-25T14:39:47.449Z] --- PASS: TestNewSettable (0.00s) [2022-03-25T14:39:47.449Z] === RUN TestIsSettable [2022-03-25T14:39:47.449Z] --- PASS: TestIsSettable (0.00s) [2022-03-25T14:39:47.449Z] === RUN TestUpdateSettingsEnv [2022-03-25T14:39:47.449Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-25T14:39:47.449Z] PASS [2022-03-25T14:39:47.919Z] coverage: 20.0% of statements [2022-03-25T14:39:47.919Z] ok github.com/docker/docker/plugin/v2 0.039s coverage: 20.0% of statements [2022-03-25T14:39:48.389Z] === RUN TestLoad [2022-03-25T14:39:48.389Z] --- PASS: TestLoad (0.00s) [2022-03-25T14:39:48.389Z] === RUN TestSave [2022-03-25T14:39:48.585Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.40s) [2022-03-25T14:39:48.585Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-25T14:39:48.689Z] check_test.go:379: [daa8c2bfd4d49] daemon is not started [2022-03-25T14:39:48.841Z] --- PASS: TestReplicatedJob (4.31s) [2022-03-25T14:39:48.841Z] === RUN TestUpdateReplicatedJob [2022-03-25T14:39:48.859Z] --- PASS: TestSave (0.03s) [2022-03-25T14:39:48.859Z] === RUN TestAddDeleteGet [2022-03-25T14:39:48.859Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-25T14:39:48.859Z] === RUN TestInvalidTags [2022-03-25T14:39:48.859Z] --- PASS: TestInvalidTags (0.01s) [2022-03-25T14:39:48.859Z] PASS [2022-03-25T14:39:48.859Z] coverage: 84.4% of statements [2022-03-25T14:39:48.859Z] ok github.com/docker/docker/reference 0.134s coverage: 84.4% of statements [2022-03-25T14:39:48.944Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-25T14:39:49.873Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-25T14:39:49.873Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-25T14:39:50.487Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.48s) [2022-03-25T14:39:50.487Z] === RUN TestAuthZPluginHeader [2022-03-25T14:39:50.746Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-03-25T14:39:50.746Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-25T14:39:51.080Z] === RUN TestResolveAuthConfigIndexServer [2022-03-25T14:39:51.080Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestResolveAuthConfigFullURL [2022-03-25T14:39:51.080Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-25T14:39:51.080Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestValidateMirror [2022-03-25T14:39:51.080Z] --- PASS: TestValidateMirror (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestLoadInsecureRegistries [2022-03-25T14:39:51.080Z] time="2022-03-25T14:39:50Z" 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-25T14:39:51.080Z] time="2022-03-25T14:39:50Z" 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-25T14:39:51.080Z] time="2022-03-25T14:39:50Z" 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-25T14:39:51.080Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-03-25T14:39:51.080Z] === RUN TestNewServiceConfig [2022-03-25T14:39:51.080Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestValidateIndexName [2022-03-25T14:39:51.080Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestValidateIndexNameWithError [2022-03-25T14:39:51.080Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestEndpointParse [2022-03-25T14:39:51.080Z] --- PASS: TestEndpointParse (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestEndpointParseInvalid [2022-03-25T14:39:51.080Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestValidateEndpoint [2022-03-25T14:39:51.080Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-25T14:39:51.080Z] === RUN TestPing [2022-03-25T14:39:51.080Z] --- PASS: TestPing (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestPingRegistryEndpoint [2022-03-25T14:39:51.080Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:51.080Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-25T14:39:51.080Z] === RUN TestEndpoint [2022-03-25T14:39:51.080Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:51.080Z] --- SKIP: TestEndpoint (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestParseRepositoryInfo [2022-03-25T14:39:51.080Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestNewIndexInfo [2022-03-25T14:39:51.080Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestMirrorEndpointLookup [2022-03-25T14:39:51.080Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:39:51.080Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestSearchRepositories [2022-03-25T14:39:51.080Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-25T14:39:51.080Z] Host: 127.0.0.1:49334 [2022-03-25T14:39:51.080Z] User-Agent: docker test client [2022-03-25T14:39:51.080Z] Authorization: Token fake-token [2022-03-25T14:39:51.080Z] X-Docker-Token: true [2022-03-25T14:39:51.080Z] Accept-Encoding: gzip [2022-03-25T14:39:51.080Z] [2022-03-25T14:39:51.080Z] [2022-03-25T14:39:51.080Z] registry_test.go:731: HTTP/1.1 200 OK [2022-03-25T14:39:51.080Z] Connection: close [2022-03-25T14:39:51.080Z] Content-Length: 144 [2022-03-25T14:39:51.080Z] Cache-Control: no-cache [2022-03-25T14:39:51.080Z] Content-Type: application/json [2022-03-25T14:39:51.080Z] Date: Fri, 25 Mar 2022 14:39:50 GMT [2022-03-25T14:39:51.080Z] Expires: -1 [2022-03-25T14:39:51.080Z] Pragma: no-cache [2022-03-25T14:39:51.080Z] Server: docker-tests/mock [2022-03-25T14:39:51.080Z] X-Docker-Registry-Config: mock [2022-03-25T14:39:51.080Z] X-Docker-Registry-Version: 0.0.0 [2022-03-25T14:39:51.080Z] [2022-03-25T14:39:51.080Z] [2022-03-25T14:39:51.080Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-25T14:39:51.080Z] === RUN TestTrustedLocation [2022-03-25T14:39:51.080Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-25T14:39:51.080Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestAllowNondistributableArtifacts [2022-03-25T14:39:51.080Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-25T14:39:51.080Z] === RUN TestIsSecureIndex [2022-03-25T14:39:51.080Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-25T14:39:51.080Z] PASS [2022-03-25T14:39:51.080Z] coverage: 52.0% of statements [2022-03-25T14:39:51.080Z] ok github.com/docker/docker/registry 0.265s coverage: 52.0% of statements [2022-03-25T14:39:51.766Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-25T14:39:52.072Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-25T14:39:52.073Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-25T14:39:52.073Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-25T14:39:52.073Z] === RUN TestResumableRequestReaderWithReadError [2022-03-25T14:39:52.073Z] time="2022-03-25T14:39:51Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestReaderWithReadError (0.18s) [2022-03-25T14:39:52.073Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-25T14:39:52.073Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-25T14:39:52.073Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-25T14:39:52.073Z] === RUN TestResumableRequestReader [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-25T14:39:52.073Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-25T14:39:52.073Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-25T14:39:52.073Z] PASS [2022-03-25T14:39:52.073Z] coverage: 100.0% of statements [2022-03-25T14:39:52.073Z] ok github.com/docker/docker/registry/resumable 0.251s coverage: 100.0% of statements [2022-03-25T14:39:52.123Z] --- PASS: TestUpdateReplicatedJob (2.99s) [2022-03-25T14:39:52.123Z] === RUN TestServiceListWithStatuses [2022-03-25T14:39:52.123Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-25T14:39:52.123Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-25T14:39:52.123Z] === RUN TestDockerNetworkConnectAlias [2022-03-25T14:39:52.544Z] --- PASS: TestGet (15.01s) [2022-03-25T14:39:52.544Z] === RUN TestPluginWithNoManifest [2022-03-25T14:39:52.544Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-25T14:39:52.544Z] === RUN TestGetAll [2022-03-25T14:39:52.544Z] --- PASS: TestGetAll (0.00s) [2022-03-25T14:39:52.544Z] PASS [2022-03-25T14:39:52.544Z] coverage: 73.2% of statements [2022-03-25T14:39:52.544Z] ok github.com/docker/docker/pkg/plugins 34.957s coverage: 73.2% of statements [2022-03-25T14:39:53.015Z] === RUN TestRestartManagerTimeout [2022-03-25T14:39:53.015Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-25T14:39:53.015Z] === RUN TestRestartManagerTimeoutReset [2022-03-25T14:39:53.015Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-25T14:39:53.015Z] PASS [2022-03-25T14:39:53.015Z] coverage: 50.9% of statements [2022-03-25T14:39:53.015Z] ok github.com/docker/docker/restartmanager 0.053s coverage: 50.9% of statements [2022-03-25T14:39:53.132Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-25T14:39:53.489Z] === RUN TestDecodeContainerConfig [2022-03-25T14:39:53.489Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-25T14:39:53.489Z] === RUN TestDecodeContainerConfigIsolation [2022-03-25T14:39:53.489Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-25T14:39:53.489Z] === RUN TestValidatePrivileged [2022-03-25T14:39:53.489Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-25T14:39:53.489Z] PASS [2022-03-25T14:39:53.489Z] coverage: 52.6% of statements [2022-03-25T14:39:53.489Z] ok github.com/docker/docker/runconfig 0.051s coverage: 52.6% of statements [2022-03-25T14:39:53.960Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-25T14:39:53.960Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-25T14:39:53.960Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-25T14:39:53.960Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-25T14:39:53.960Z] PASS [2022-03-25T14:39:53.960Z] coverage: 62.5% of statements [2022-03-25T14:39:53.960Z] ok github.com/docker/docker/testutil 0.047s coverage: 62.5% of statements [2022-03-25T14:39:54.928Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.99s) [2022-03-25T14:39:54.928Z] === RUN TestAuthZPluginV2Disable [2022-03-25T14:39:55.025Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-25T14:39:56.306Z] --- PASS: TestDockerNetworkConnectAlias (3.83s) [2022-03-25T14:39:56.306Z] === RUN TestDockerNetworkReConnect [2022-03-25T14:39:56.929Z] === RUN TestGetDriver [2022-03-25T14:39:56.929Z] --- PASS: TestGetDriver (0.00s) [2022-03-25T14:39:56.929Z] === RUN TestVolumeRequestError [2022-03-25T14:39:56.929Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-25T14:39:56.929Z] PASS [2022-03-25T14:39:56.929Z] coverage: 36.1% of statements [2022-03-25T14:39:56.929Z] ok github.com/docker/docker/volume/drivers 0.059s coverage: 36.1% of statements [2022-03-25T14:39:57.401Z] === RUN TestGetAddress [2022-03-25T14:39:57.401Z] --- PASS: TestGetAddress (0.00s) [2022-03-25T14:39:57.401Z] === RUN TestRemove [2022-03-25T14:39:57.401Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-25T14:39:57.401Z] --- SKIP: TestRemove (0.00s) [2022-03-25T14:39:57.401Z] === RUN TestInitializeWithVolumes [2022-03-25T14:39:57.401Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-25T14:39:57.401Z] === RUN TestCreate [2022-03-25T14:39:57.401Z] --- PASS: TestCreate (0.01s) [2022-03-25T14:39:57.401Z] === RUN TestValidateName [2022-03-25T14:39:57.401Z] --- PASS: TestValidateName (0.00s) [2022-03-25T14:39:57.401Z] === RUN TestCreateWithOpts [2022-03-25T14:39:57.401Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-25T14:39:57.401Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-25T14:39:57.401Z] === RUN TestRelaodNoOpts [2022-03-25T14:39:57.401Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-25T14:39:57.401Z] PASS [2022-03-25T14:39:57.401Z] coverage: 41.5% of statements [2022-03-25T14:39:57.401Z] ok github.com/docker/docker/volume/local 0.083s coverage: 41.5% of statements [2022-03-25T14:39:57.902Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-25T14:39:58.210Z] --- PASS: TestAuthZPluginV2Disable (3.41s) [2022-03-25T14:39:58.210Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-25T14:39:58.319Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-25T14:39:58.575Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-25T14:39:58.835Z] --- PASS: TestDockerNetworkReConnect (3.12s) [2022-03-25T14:39:58.835Z] === RUN TestServicePlugin [2022-03-25T14:39:58.835Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:39:58.835Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-25T14:39:58.835Z] === RUN TestServiceUpdateLabel [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRaw [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-25T14:39:58.975Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRaw [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-25T14:39:58.975Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestConvertTmpfsOptions [2022-03-25T14:39:58.975Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-25T14:39:58.975Z] linux_parser_test.go:209: data="ro" [2022-03-25T14:39:58.975Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestParseMountSpec [2022-03-25T14:39:58.975Z] parser_test.go:62: case 0 [2022-03-25T14:39:58.975Z] parser_test.go:62: case 1 [2022-03-25T14:39:58.975Z] parser_test.go:62: case 2 [2022-03-25T14:39:58.975Z] parser_test.go:62: case 3 [2022-03-25T14:39:58.975Z] parser_test.go:62: case 4 [2022-03-25T14:39:58.975Z] parser_test.go:62: case 5 [2022-03-25T14:39:58.975Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestValidateMount [2022-03-25T14:39:58.975Z] --- PASS: TestValidateMount (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRaw [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-25T14:39:58.975Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-25T14:39:58.975Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-25T14:39:58.975Z] PASS [2022-03-25T14:39:58.975Z] coverage: 67.6% of statements [2022-03-25T14:39:58.975Z] ok github.com/docker/docker/volume/mounts 0.066s coverage: 67.6% of statements [2022-03-25T14:39:59.136Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-25T14:39:59.136Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-25T14:39:59.136Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-25T14:39:59.392Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-25T14:39:59.446Z] === RUN TestSetGetMeta [2022-03-25T14:39:59.446Z] === PAUSE TestSetGetMeta [2022-03-25T14:39:59.446Z] === RUN TestRestore [2022-03-25T14:39:59.446Z] === PAUSE TestRestore [2022-03-25T14:39:59.446Z] === RUN TestServiceCreate [2022-03-25T14:39:59.446Z] === PAUSE TestServiceCreate [2022-03-25T14:39:59.446Z] === RUN TestServiceList [2022-03-25T14:39:59.446Z] === PAUSE TestServiceList [2022-03-25T14:39:59.446Z] === RUN TestServiceRemove [2022-03-25T14:39:59.446Z] === PAUSE TestServiceRemove [2022-03-25T14:39:59.446Z] === RUN TestServiceGet [2022-03-25T14:39:59.446Z] === PAUSE TestServiceGet [2022-03-25T14:39:59.446Z] === RUN TestServicePrune [2022-03-25T14:39:59.446Z] === PAUSE TestServicePrune [2022-03-25T14:39:59.446Z] === RUN TestCreate [2022-03-25T14:39:59.446Z] === PAUSE TestCreate [2022-03-25T14:39:59.446Z] === RUN TestRemove [2022-03-25T14:39:59.446Z] === PAUSE TestRemove [2022-03-25T14:39:59.446Z] === RUN TestList [2022-03-25T14:39:59.446Z] === PAUSE TestList [2022-03-25T14:39:59.446Z] === RUN TestFindByDriver [2022-03-25T14:39:59.446Z] === PAUSE TestFindByDriver [2022-03-25T14:39:59.446Z] === RUN TestFindByReferenced [2022-03-25T14:39:59.446Z] === PAUSE TestFindByReferenced [2022-03-25T14:39:59.446Z] === RUN TestDerefMultipleOfSameRef [2022-03-25T14:39:59.446Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-25T14:39:59.446Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:39:59.446Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:39:59.446Z] === RUN TestDefererencePluginOnCreateError [2022-03-25T14:39:59.446Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-25T14:39:59.446Z] === RUN TestRefDerefRemove [2022-03-25T14:39:59.446Z] === PAUSE TestRefDerefRemove [2022-03-25T14:39:59.446Z] === RUN TestGet [2022-03-25T14:39:59.446Z] === PAUSE TestGet [2022-03-25T14:39:59.446Z] === RUN TestGetWithReference [2022-03-25T14:39:59.446Z] === PAUSE TestGetWithReference [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc/test_nil_list [2022-03-25T14:39:59.446Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc/test_empty_list [2022-03-25T14:39:59.446Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:39:59.446Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:39:59.446Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc/test_filter_some [2022-03-25T14:39:59.446Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc/test_filter_middle [2022-03-25T14:39:59.446Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:39:59.446Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:39:59.446Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-25T14:39:59.446Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-25T14:39:59.446Z] === CONT TestFilterFunc/test_nil_list [2022-03-25T14:39:59.446Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-25T14:39:59.446Z] === CONT TestFilterFunc/test_filter_some [2022-03-25T14:39:59.446Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:39:59.812Z] tests/integration/client_test.py ..... [ 75%] [2022-03-25T14:39:59.919Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:39:59.919Z] === CONT TestFilterFunc/test_empty_list [2022-03-25T14:39:59.919Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:39:59.919Z] === CONT TestFilterFunc/test_filter_middle [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc (0.00s) [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-25T14:39:59.919Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-25T14:39:59.919Z] === CONT TestSetGetMeta [2022-03-25T14:39:59.919Z] === CONT TestList [2022-03-25T14:39:59.919Z] === CONT TestDefererencePluginOnCreateError [2022-03-25T14:39:59.919Z] === CONT TestDerefMultipleOfSameRef [2022-03-25T14:39:59.919Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-25T14:39:59.919Z] === CONT TestRemove [2022-03-25T14:39:59.919Z] --- PASS: TestDerefMultipleOfSameRef (0.05s) [2022-03-25T14:39:59.919Z] === CONT TestCreate [2022-03-25T14:39:59.919Z] --- PASS: TestDefererencePluginOnCreateError (0.05s) [2022-03-25T14:39:59.919Z] === CONT TestServicePrune [2022-03-25T14:39:59.919Z] --- PASS: TestList (0.07s) [2022-03-25T14:39:59.919Z] === CONT TestServiceGet [2022-03-25T14:39:59.919Z] --- PASS: TestCreate (0.03s) [2022-03-25T14:39:59.919Z] === CONT TestServiceRemove [2022-03-25T14:39:59.919Z] --- PASS: TestRemove (0.05s) [2022-03-25T14:39:59.919Z] === CONT TestServiceList [2022-03-25T14:39:59.919Z] --- PASS: TestServiceGet (0.19s) [2022-03-25T14:39:59.919Z] === CONT TestServiceCreate [2022-03-25T14:39:59.919Z] time="2022-03-25T14:39:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:39:59.919Z] --- PASS: TestServiceRemove (0.18s) [2022-03-25T14:39:59.919Z] === CONT TestRestore [2022-03-25T14:39:59.919Z] time="2022-03-25T14:39:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:39:59.919Z] --- PASS: TestServiceList (0.19s) [2022-03-25T14:39:59.919Z] === CONT TestGet [2022-03-25T14:39:59.919Z] time="2022-03-25T14:39:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:39:59.919Z] time="2022-03-25T14:39:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-25T14:39:59.919Z] --- PASS: TestServiceCreate (0.04s) [2022-03-25T14:39:59.919Z] === CONT TestGetWithReference [2022-03-25T14:39:59.919Z] --- PASS: TestGet (0.03s) [2022-03-25T14:39:59.919Z] === CONT TestRefDerefRemove [2022-03-25T14:39:59.919Z] --- PASS: TestRestore (0.04s) [2022-03-25T14:39:59.919Z] === CONT TestFindByReferenced [2022-03-25T14:39:59.919Z] time="2022-03-25T14:39:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:39:59.919Z] --- PASS: TestServicePrune (0.26s) [2022-03-25T14:39:59.919Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:39:59.919Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-25T14:39:59.919Z] === CONT TestFindByDriver [2022-03-25T14:39:59.919Z] --- PASS: TestFindByReferenced (0.04s) [2022-03-25T14:39:59.919Z] --- PASS: TestGetWithReference (0.04s) [2022-03-25T14:39:59.919Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-03-25T14:39:59.919Z] --- PASS: TestFindByDriver (0.04s) [2022-03-25T14:39:59.919Z] PASS [2022-03-25T14:39:59.919Z] coverage: 69.0% of statements [2022-03-25T14:39:59.919Z] ok github.com/docker/docker/volume/service 0.416s coverage: 69.0% of statements [2022-03-25T14:40:00.071Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-25T14:40:00.321Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-25T14:40:00.638Z] tests/integration/errors_test.py . [ 76%] [2022-03-25T14:40:00.883Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-25T14:40:00.911Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-25T14:40:00.911Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-25T14:40:00.911Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-25T14:40:00.911Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-25T14:40:01.139Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-25T14:40:01.363Z] --- PASS: TestServiceUpdateLabel (2.10s) [2022-03-25T14:40:01.364Z] === RUN TestServiceUpdateSecrets [2022-03-25T14:40:01.490Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.25s) [2022-03-25T14:40:01.490Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-25T14:40:01.701Z] docker_api_swarm_test.go:46: [da77866cf9376] joining swarm manager [df8456418192f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:40:02.265Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-25T14:40:02.827Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-25T14:40:03.083Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-25T14:40:03.645Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-25T14:40:03.901Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-25T14:40:04.464Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-25T14:40:05.394Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-25T14:40:07.913Z] --- PASS: TestImportExtremelyLargeImageWorks (181.13s) [2022-03-25T14:40:07.913Z] PASS [2022-03-25T14:40:07.913Z] [2022-03-25T14:40:07.913Z] DONE 22 tests in 185.566s [2022-03-25T14:40:07.913Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-25T14:40:07.913Z] ++ 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-25T14:40:07.913Z] ++ set -e [2022-03-25T14:40:07.913Z] ++ '[' -n 0 ']' [2022-03-25T14:40:07.913Z] ++ set -x [2022-03-25T14:40:07.913Z] ++ 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-25T14:40:07.913Z] INFO: Testing against a local daemon [2022-03-25T14:40:07.913Z] === RUN TestNetworkCreateDelete [2022-03-25T14:40:07.913Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-03-25T14:40:07.913Z] === RUN TestDockerNetworkDeletePreferID [2022-03-25T14:40:07.913Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-25T14:40:08.169Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2022-03-25T14:40:08.169Z] === RUN TestDaemonDNSFallback [2022-03-25T14:40:11.456Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.95s) [2022-03-25T14:40:11.456Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-25T14:40:12.336Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-25T14:40:14.854Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-25T14:40:14.854Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-03-25T14:40:14.854Z] === RUN TestInspectNetwork [2022-03-25T14:40:14.854Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-25T14:40:14.854Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-25T14:40:14.854Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-25T14:40:14.854Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-25T14:40:15.110Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-25T14:40:15.839Z] 2022/03/25 14:40:13 Closing DB instances... [2022-03-25T14:40:15.840Z] --- PASS: TestNetworkDBGarbageCollection (54.45s) [2022-03-25T14:40:15.840Z] === RUN TestFindNode [2022-03-25T14:40:15.840Z] 2022/03/25 14:40:15 Closing DB instances... [2022-03-25T14:40:15.840Z] --- PASS: TestFindNode (0.02s) [2022-03-25T14:40:15.840Z] === RUN TestChangeNodeState [2022-03-25T14:40:15.840Z] 2022/03/25 14:40:15 Closing DB instances... [2022-03-25T14:40:15.840Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-25T14:40:15.840Z] === RUN TestNodeReincarnation [2022-03-25T14:40:15.840Z] 2022/03/25 14:40:15 Closing DB instances... [2022-03-25T14:40:16.249Z] --- PASS: TestServiceUpdateSecrets (14.39s) [2022-03-25T14:40:16.249Z] === RUN TestServiceUpdateConfigs [2022-03-25T14:40:16.479Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-25T14:40:17.846Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-25T14:40:18.102Z] === RUN TestInspectNetwork/full_network_id [2022-03-25T14:40:18.102Z] === RUN TestInspectNetwork/partial_network_id [2022-03-25T14:40:18.102Z] === RUN TestInspectNetwork/network_name [2022-03-25T14:40:18.102Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-25T14:40:18.205Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:40:18.205Z] INFO: Testing against a local daemon [2022-03-25T14:40:18.205Z] === RUN TestBuildWithSession [2022-03-25T14:40:18.205Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:40:18.205Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-25T14:40:18.205Z] === RUN TestBuildSquashParent [2022-03-25T14:40:18.205Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:40:18.205Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-25T14:40:18.205Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-25T14:40:18.205Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:40:18.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:40:18.205Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:40:18.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:40:18.205Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:40:18.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:40:18.205Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:40:18.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:40:18.205Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:40:18.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:40:18.205Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:40:18.205Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:40:18.205Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:40:18.205Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:40:18.205Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:40:18.205Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:40:19.030Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-25T14:40:19.371Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-25T14:40:19.957Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-25T14:40:20.215Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-25T14:40:20.471Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-25T14:40:20.603Z] time="2022-03-25T14:40:20Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-25T14:40:20.603Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-25T14:40:20.603Z] === RUN TestParallelCreate [2022-03-25T14:40:20.603Z] 2022/03/25 14:40:20 Closing DB instances... [2022-03-25T14:40:20.603Z] --- PASS: TestParallelCreate (0.02s) [2022-03-25T14:40:20.603Z] === RUN TestParallelDelete [2022-03-25T14:40:21.034Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-25T14:40:21.073Z] 2022/03/25 14:40:20 Closing DB instances... [2022-03-25T14:40:21.073Z] --- PASS: TestParallelDelete (0.02s) [2022-03-25T14:40:21.073Z] === RUN TestNetworkDBIslands [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:69a8598b2354 with config:&{NodeID:69a8598b2354 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-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="Node 69a8598b2354/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="Node 69a8598b2354/172.31.66.69, added to nodes list" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:06c87714b02c with config:&{NodeID:06c87714b02c 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-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="Node 06c87714b02c/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="Node 06c87714b02c/172.31.66.69, added to nodes list" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="Node 06c87714b02c/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="Node 06c87714b02c/172.31.66.69, added to nodes list" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="Node 69a8598b2354/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=info msg="Node 69a8598b2354/172.31.66.69, added to nodes list" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-25T14:40:21.073Z] time="2022-03-25T14:40:20Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d1ba6cfc48f2 with config:&{NodeID:d1ba6cfc48f2 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-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, added to nodes list" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, added to nodes list" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="Node 69a8598b2354/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="Node 69a8598b2354/172.31.66.69, added to nodes list" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="Node 06c87714b02c/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=info msg="Node 06c87714b02c/172.31.66.69, added to nodes list" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-25T14:40:21.542Z] time="2022-03-25T14:40:21Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:5a56e1fb5a56 with config:&{NodeID:5a56e1fb5a56 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-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node 69a8598b2354/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node 69a8598b2354/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node 06c87714b02c/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node 06c87714b02c/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-25T14:40:22.012Z] time="2022-03-25T14:40:21Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:13b865d56bc4 with config:&{NodeID:13b865d56bc4 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-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 06c87714b02c/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 06c87714b02c/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 69a8598b2354/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=info msg="Node 69a8598b2354/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2022-03-25T14:40:22.482Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to nodes list" [2022-03-25T14:40:22.951Z] networkdb_test.go:835: Re-joining: 3 [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=info msg="The new bootstrap node list is:[172.31.66.69:10033 172.31.66.69:10034 172.31.66.69:10035]" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10033" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49373" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10034" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49374" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10035" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49375" [2022-03-25T14:40:22.951Z] networkdb_test.go:835: Re-joining: 4 [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=info msg="The new bootstrap node list is:[172.31.66.69:10033 172.31.66.69:10034 172.31.66.69:10035]" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10033" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49376" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10034" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49377" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10035" [2022-03-25T14:40:22.951Z] time="2022-03-25T14:40:22Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49378" [2022-03-25T14:40:22.965Z] --- PASS: TestInspectNetwork (8.22s) [2022-03-25T14:40:22.965Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-25T14:40:22.965Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-25T14:40:22.965Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-25T14:40:22.965Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-25T14:40:22.965Z] === RUN TestRunContainerWithBridgeNone [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="node 0 leaving" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354 change state NodeActive --> NodeLeft" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="node3(d1ba6cfc48f2): Node leave event for 69a8598b2354/172.31.66.69" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354 change state NodeActive --> NodeLeft" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="node5(13b865d56bc4): Node leave event for 69a8598b2354/172.31.66.69" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354 change state NodeActive --> NodeLeft" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="node4(5a56e1fb5a56): Node leave event for 69a8598b2354/172.31.66.69" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354 change state NodeActive --> NodeLeft" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="node2(06c87714b02c): Node leave event for 69a8598b2354/172.31.66.69" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354 change state NodeActive --> NodeLeft" [2022-03-25T14:40:23.421Z] time="2022-03-25T14:40:23Z" level=info msg="node1(69a8598b2354): Node leave event for 69a8598b2354/172.31.66.69" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354/172.31.66.69, left gossip cluster" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354/172.31.66.69, left gossip cluster" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354/172.31.66.69, left gossip cluster" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354/172.31.66.69, left gossip cluster" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 69a8598b2354/172.31.66.69, left gossip cluster" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="node 1 leaving" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c change state NodeActive --> NodeLeft" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="node3(d1ba6cfc48f2): Node leave event for 06c87714b02c/172.31.66.69" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c/172.31.66.69, left gossip cluster" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c change state NodeActive --> NodeFailed" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c/172.31.66.69, added to failed nodes list" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c change state NodeActive --> NodeLeft" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="node4(5a56e1fb5a56): Node leave event for 06c87714b02c/172.31.66.69" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c change state NodeActive --> NodeLeft" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="node5(13b865d56bc4): Node leave event for 06c87714b02c/172.31.66.69" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=error msg="node: 06c87714b02c is unknown to memberlist" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c/172.31.66.69, left gossip cluster" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c/172.31.66.69, left gossip cluster" [2022-03-25T14:40:23.892Z] time="2022-03-25T14:40:23Z" level=info msg="Node 06c87714b02c/172.31.66.69, left gossip cluster" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=warning msg="memberlist: Failed to send gossip to 172.31.66.69:10036: write udp [::]:10034->172.31.66.69:10036: use of closed network connection" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=info msg="node 2 leaving" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=info msg="Node d1ba6cfc48f2 change state NodeActive --> NodeLeft" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=info msg="node4(5a56e1fb5a56): Node leave event for d1ba6cfc48f2/172.31.66.69" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=info msg="Node d1ba6cfc48f2 change state NodeActive --> NodeLeft" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=info msg="node5(13b865d56bc4): Node leave event for d1ba6cfc48f2/172.31.66.69" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=info msg="Node d1ba6cfc48f2 change state NodeActive --> NodeLeft" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=info msg="node3(d1ba6cfc48f2): Node leave event for d1ba6cfc48f2/172.31.66.69" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=debug msg="memberlist: Failed ping: 06c87714b02c (timeout reached)" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.66.69:10037: use of closed network connection" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.66.69:10036: use of closed network connection" [2022-03-25T14:40:24.362Z] time="2022-03-25T14:40:24Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.31.66.69:10035: use of closed network connection" [2022-03-25T14:40:24.832Z] time="2022-03-25T14:40:24Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, left gossip cluster" [2022-03-25T14:40:24.832Z] time="2022-03-25T14:40:24Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, left gossip cluster" [2022-03-25T14:40:24.832Z] time="2022-03-25T14:40:24Z" level=info msg="Node d1ba6cfc48f2/172.31.66.69, left gossip cluster" [2022-03-25T14:40:24.832Z] time="2022-03-25T14:40:24Z" level=info msg="memberlist: Suspect 06c87714b02c has failed, no acks received" [2022-03-25T14:40:24.858Z] --- PASS: TestRunContainerWithBridgeNone (1.84s) [2022-03-25T14:40:24.858Z] === RUN TestNetworkInvalidJSON [2022-03-25T14:40:24.858Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-25T14:40:24.858Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-25T14:40:24.858Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:40:24.858Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:40:24.858Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:40:24.858Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:40:24.858Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-25T14:40:24.858Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:40:24.858Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:40:24.858Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-03-25T14:40:24.858Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-25T14:40:24.858Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-25T14:40:24.858Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-25T14:40:24.858Z] === RUN TestNetworkList [2022-03-25T14:40:24.858Z] === RUN TestNetworkList//networks [2022-03-25T14:40:24.858Z] === PAUSE TestNetworkList//networks [2022-03-25T14:40:24.858Z] === RUN TestNetworkList//networks/ [2022-03-25T14:40:24.858Z] === PAUSE TestNetworkList//networks/ [2022-03-25T14:40:24.858Z] === CONT TestNetworkList//networks [2022-03-25T14:40:24.858Z] === CONT TestNetworkList//networks/ [2022-03-25T14:40:24.858Z] --- PASS: TestNetworkList (0.01s) [2022-03-25T14:40:24.858Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-25T14:40:24.858Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-25T14:40:24.858Z] === RUN TestHostIPv4BridgeLabel [2022-03-25T14:40:25.114Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2022-03-25T14:40:25.114Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-25T14:40:25.302Z] networkdb_test.go:867: node4: OK [2022-03-25T14:40:25.302Z] networkdb_test.go:867: node5: OK [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="node 0 coming back" [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:b5c3a8e58d05 with config:&{NodeID:b5c3a8e58d05 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-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, added to nodes list" [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="node 1 coming back" [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a216335eaa56 with config:&{NodeID:a216335eaa56 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-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="Node a216335eaa56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="Node a216335eaa56/172.31.66.69, added to nodes list" [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="node 2 coming back" [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e35472ae7b0d with config:&{NodeID:e35472ae7b0d 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-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="Node e35472ae7b0d/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:25.302Z] time="2022-03-25T14:40:24Z" level=info msg="Node e35472ae7b0d/172.31.66.69, added to nodes list" [2022-03-25T14:40:25.403Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:40:25.874Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:40:26.480Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-25T14:40:26.480Z] === RUN TestDaemonDefaultNetworkPools [2022-03-25T14:40:27.042Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2022-03-25T14:40:27.042Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-25T14:40:28.260Z] time="2022-03-25T14:40:27Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.66.69:10033 172.31.66.69:10034 172.31.66.69:10035]" [2022-03-25T14:40:28.460Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2022-03-25T14:40:28.460Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-25T14:40:28.460Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-25T14:40:28.729Z] time="2022-03-25T14:40:28Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.66.69:10033 172.31.66.69:10034 172.31.66.69:10035]" [2022-03-25T14:40:29.200Z] time="2022-03-25T14:40:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10033" [2022-03-25T14:40:29.200Z] time="2022-03-25T14:40:28Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49380" [2022-03-25T14:40:29.200Z] time="2022-03-25T14:40:28Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.200Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.200Z] time="2022-03-25T14:40:28Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.200Z] time="2022-03-25T14:40:28Z" level=info msg="Node 13b865d56bc4/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.200Z] time="2022-03-25T14:40:28Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, is the new incarnation of the shutdown node 69a8598b2354/172.31.66.69" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10034" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49381" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node 13b865d56bc4/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, is the new incarnation of the shutdown node 06c87714b02c/172.31.66.69" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49382" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10035" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node 13b865d56bc4/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, is the new incarnation of the shutdown node d1ba6cfc48f2/172.31.66.69" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, is the new incarnation of the shutdown node 06c87714b02c/172.31.66.69" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node a216335eaa56/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, is the new incarnation of the shutdown node 69a8598b2354/172.31.66.69" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, is the new incarnation of the shutdown node d1ba6cfc48f2/172.31.66.69" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, joined gossip cluster" [2022-03-25T14:40:29.201Z] time="2022-03-25T14:40:28Z" level=info msg="Node e35472ae7b0d/172.31.66.69, added to nodes list" [2022-03-25T14:40:29.527Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-03-25T14:40:29.527Z] PASS [2022-03-25T14:40:29.527Z] [2022-03-25T14:40:29.527Z] DONE 17 tests in 46.917s [2022-03-25T14:40:29.527Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-25T14:40:29.527Z] INFO: Testing against a local daemon [2022-03-25T14:40:29.527Z] === RUN TestPluginInvalidJSON [2022-03-25T14:40:29.527Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:40:29.527Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:40:29.527Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:40:29.527Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-25T14:40:29.527Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-25T14:40:29.527Z] === RUN TestPluginInstall [2022-03-25T14:40:29.527Z] === RUN TestPluginInstall/no_auth [2022-03-25T14:40:29.670Z] time="2022-03-25T14:40:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10033" [2022-03-25T14:40:29.670Z] time="2022-03-25T14:40:29Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49383" [2022-03-25T14:40:29.670Z] time="2022-03-25T14:40:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10034" [2022-03-25T14:40:29.670Z] time="2022-03-25T14:40:29Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49384" [2022-03-25T14:40:29.670Z] time="2022-03-25T14:40:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.31.66.69:10035" [2022-03-25T14:40:29.670Z] time="2022-03-25T14:40:29Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49385" [2022-03-25T14:40:29.829Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2022-03-25T14:40:29.829Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-25T14:40:30.085Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-25T14:40:30.085Z] === RUN TestServiceWithPredefinedNetwork [2022-03-25T14:40:30.092Z] time="2022-03-25T14:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:40:30.092Z] time="2022-03-25T14:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9f42dbbbed959982e8c2b3a9a616a3a977417a4824f16e857e826fb3ebc5fdfb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:40:30.092Z] time="2022-03-25T14:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:40:30.092Z] time="2022-03-25T14:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9f42dbbbed959982e8c2b3a9a616a3a977417a4824f16e857e826fb3ebc5fdfb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:40:30.140Z] 2022/03/25 14:40:29 Closing DB instances... [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="node2(a216335eaa56): Node leave event for b5c3a8e58d05/172.31.66.69" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="node3(e35472ae7b0d): Node leave event for b5c3a8e58d05/172.31.66.69" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="node4(5a56e1fb5a56): Node leave event for b5c3a8e58d05/172.31.66.69" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="node5(13b865d56bc4): Node leave event for b5c3a8e58d05/172.31.66.69" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.140Z] time="2022-03-25T14:40:30Z" level=info msg="node1(b5c3a8e58d05): Node leave event for b5c3a8e58d05/172.31.66.69" [2022-03-25T14:40:30.350Z] === RUN TestPluginInstall/with_htpasswd [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, left gossip cluster" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, left gossip cluster" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, left gossip cluster" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, left gossip cluster" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node b5c3a8e58d05/172.31.66.69, left gossip cluster" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node a216335eaa56 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="node4(5a56e1fb5a56): Node leave event for a216335eaa56/172.31.66.69" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node a216335eaa56 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="node5(13b865d56bc4): Node leave event for a216335eaa56/172.31.66.69" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node a216335eaa56 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="node3(e35472ae7b0d): Node leave event for a216335eaa56/172.31.66.69" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="Node a216335eaa56 change state NodeActive --> NodeLeft" [2022-03-25T14:40:30.611Z] time="2022-03-25T14:40:30Z" level=info msg="node2(a216335eaa56): Node leave event for a216335eaa56/172.31.66.69" [2022-03-25T14:40:30.646Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-25T14:40:30.916Z] time="2022-03-25T14:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:40:30.916Z] time="2022-03-25T14:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4289ee632b0c65a024252e60fdf33167a82d788f5d397c1832ec34f857bfb800" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:40:30.916Z] time="2022-03-25T14:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:40:30.916Z] time="2022-03-25T14:40:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4289ee632b0c65a024252e60fdf33167a82d788f5d397c1832ec34f857bfb800" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="Node a216335eaa56/172.31.66.69, left gossip cluster" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="Node a216335eaa56/172.31.66.69, left gossip cluster" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="Node a216335eaa56/172.31.66.69, left gossip cluster" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="Node a216335eaa56/172.31.66.69, left gossip cluster" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="Node e35472ae7b0d change state NodeActive --> NodeLeft" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="node5(13b865d56bc4): Node leave event for e35472ae7b0d/172.31.66.69" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="Node e35472ae7b0d change state NodeActive --> NodeLeft" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="node4(5a56e1fb5a56): Node leave event for e35472ae7b0d/172.31.66.69" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="Node e35472ae7b0d change state NodeActive --> NodeLeft" [2022-03-25T14:40:31.081Z] time="2022-03-25T14:40:30Z" level=info msg="node3(e35472ae7b0d): Node leave event for e35472ae7b0d/172.31.66.69" [2022-03-25T14:40:31.117Z] --- PASS: TestServiceUpdateConfigs (14.14s) [2022-03-25T14:40:31.117Z] === RUN TestServiceUpdateNetwork [2022-03-25T14:40:31.175Z] === RUN TestPluginInstall/with_insecure [2022-03-25T14:40:31.550Z] time="2022-03-25T14:40:31Z" level=info msg="Node e35472ae7b0d/172.31.66.69, left gossip cluster" [2022-03-25T14:40:31.550Z] time="2022-03-25T14:40:31Z" level=info msg="Node e35472ae7b0d/172.31.66.69, left gossip cluster" [2022-03-25T14:40:31.550Z] time="2022-03-25T14:40:31Z" level=info msg="Node e35472ae7b0d/172.31.66.69, left gossip cluster" [2022-03-25T14:40:31.550Z] time="2022-03-25T14:40:31Z" level=debug msg="memberlist: Failed ping: 13b865d56bc4 (timeout reached)" [2022-03-25T14:40:31.550Z] time="2022-03-25T14:40:31Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.66.69:10036: use of closed network connection" [2022-03-25T14:40:31.551Z] time="2022-03-25T14:40:31Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.66.69:10035: use of closed network connection" [2022-03-25T14:40:31.551Z] time="2022-03-25T14:40:31Z" level=debug msg="memberlist: Stream connection from=172.31.66.69:49386" [2022-03-25T14:40:31.574Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-25T14:40:32.022Z] time="2022-03-25T14:40:31Z" level=info msg="Node 5a56e1fb5a56 change state NodeActive --> NodeLeft" [2022-03-25T14:40:32.022Z] time="2022-03-25T14:40:31Z" level=info msg="node5(13b865d56bc4): Node leave event for 5a56e1fb5a56/172.31.66.69" [2022-03-25T14:40:32.022Z] time="2022-03-25T14:40:31Z" level=info msg="Node 5a56e1fb5a56 change state NodeActive --> NodeLeft" [2022-03-25T14:40:32.022Z] time="2022-03-25T14:40:31Z" level=info msg="node4(5a56e1fb5a56): Node leave event for 5a56e1fb5a56/172.31.66.69" [2022-03-25T14:40:32.022Z] time="2022-03-25T14:40:31Z" level=warning msg="memberlist: Was able to connect to 13b865d56bc4 but other probes failed, network may be misconfigured" [2022-03-25T14:40:32.110Z] time="2022-03-25T14:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:40:32.110Z] time="2022-03-25T14:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3389c97caac4e803fb6e510dc05c422b1b1fbb72810b976ca795be0f49162888" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:40:32.110Z] time="2022-03-25T14:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:40:32.110Z] time="2022-03-25T14:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3389c97caac4e803fb6e510dc05c422b1b1fbb72810b976ca795be0f49162888" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:40:32.110Z] plugin_test.go:165: [d73bc67e98617] daemon is not started [2022-03-25T14:40:32.110Z] --- PASS: TestPluginInstall (4.10s) [2022-03-25T14:40:32.110Z] --- PASS: TestPluginInstall/no_auth (2.36s) [2022-03-25T14:40:32.110Z] --- PASS: TestPluginInstall/with_htpasswd (0.64s) [2022-03-25T14:40:32.110Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-03-25T14:40:32.110Z] === RUN TestPluginsWithRuntimes [2022-03-25T14:40:32.485Z] time="2022-03-25T14:40:32Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, left gossip cluster" [2022-03-25T14:40:32.485Z] time="2022-03-25T14:40:32Z" level=info msg="Node 5a56e1fb5a56/172.31.66.69, left gossip cluster" [2022-03-25T14:40:32.939Z] --- PASS: TestServiceWithPredefinedNetwork (2.70s) [2022-03-25T14:40:32.939Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-25T14:40:32.939Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:40:32.939Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:40:32.939Z] === RUN TestServiceWithDataPathPortInit [2022-03-25T14:40:32.944Z] time="2022-03-25T14:40:32Z" level=info msg="Node 13b865d56bc4/172.31.66.69, left gossip cluster" [2022-03-25T14:40:32.944Z] time="2022-03-25T14:40:32Z" level=info msg="Node 13b865d56bc4 change state NodeActive --> NodeFailed" [2022-03-25T14:40:32.944Z] time="2022-03-25T14:40:32Z" level=info msg="Node 13b865d56bc4/172.31.66.69, added to failed nodes list" [2022-03-25T14:40:32.944Z] --- PASS: TestNetworkDBIslands (12.28s) [2022-03-25T14:40:32.944Z] PASS [2022-03-25T14:40:32.944Z] coverage: 60.3% of statements [2022-03-25T14:40:32.944Z] ok github.com/docker/docker/libnetwork/networkdb 104.584s coverage: 60.3% of statements [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/quota [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/rootless [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/volume [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-25T14:40:32.944Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-25T14:40:33.195Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-25T14:40:33.195Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-25T14:40:33.451Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-25T14:40:34.020Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-25T14:40:34.586Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-25T14:40:35.519Z] --- PASS: TestPluginsWithRuntimes (3.38s) [2022-03-25T14:40:35.519Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-03-25T14:40:35.519Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-03-25T14:40:35.519Z] === RUN TestPluginBackCompatMediaTypes [2022-03-25T14:40:35.621Z] ......... [ 85%] [2022-03-25T14:40:36.086Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-03-25T14:40:36.086Z] PASS [2022-03-25T14:40:36.086Z] [2022-03-25T14:40:36.086Z] DONE 10 tests in 8.128s [2022-03-25T14:40:36.086Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-25T14:40:36.347Z] INFO: Testing against a local daemon [2022-03-25T14:40:36.347Z] === RUN TestExternalGraphDriver [2022-03-25T14:40:36.347Z] === RUN TestExternalGraphDriver/json [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === Skipped [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-25T14:40:36.682Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-25T14:40:36.682Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-25T14:40:36.682Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-25T14:40:36.682Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-25T14:40:36.682Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-25T14:40:36.682Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-25T14:40:36.682Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-25T14:40:36.682Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-25T14:40:36.682Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-25T14:40:36.682Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-25T14:40:36.682Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-25T14:40:36.682Z] daemon_test.go:145: root required [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-25T14:40:36.682Z] reload_test.go:342: root required [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-25T14:40:36.682Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-25T14:40:36.682Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-25T14:40:36.682Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-25T14:40:36.682Z] download_test.go:267: Needs fixing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-25T14:40:36.682Z] layer_test.go:291: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-25T14:40:36.682Z] layer_test.go:340: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-25T14:40:36.682Z] layer_test.go:455: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-25T14:40:36.682Z] layer_test.go:684: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-25T14:40:36.682Z] migration_test.go:45: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-25T14:40:36.682Z] migration_test.go:181: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-25T14:40:36.682Z] mount_test.go:17: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-25T14:40:36.682Z] mount_test.go:76: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-25T14:40:36.682Z] mount_test.go:125: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-25T14:40:36.682Z] mount_test.go:212: Failing on Windows [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-25T14:40:36.682Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-25T14:40:36.682Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-25T14:40:36.682Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-25T14:40:36.682Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-25T14:40:36.682Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-25T14:40:36.682Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-25T14:40:36.682Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-25T14:40:36.682Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-25T14:40:36.682Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-25T14:40:36.682Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-25T14:40:36.682Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-25T14:40:36.682Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-25T14:40:36.682Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-25T14:40:36.682Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-25T14:40:36.682Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-25T14:40:36.682Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-25T14:40:36.682Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-25T14:40:36.682Z] archive_test.go:133: Xz not present in msys2 [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-25T14:40:36.682Z] archive_test.go:140: zstd not installed [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-25T14:40:36.682Z] archive_test.go:252: Failing on Windows CI machines [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:40:36.682Z] archive_windows_test.go:16: Currently fails [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-25T14:40:36.682Z] changes_test.go:196: needs more investigation [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-25T14:40:36.682Z] changes_test.go:433: needs further investigation [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-25T14:40:36.682Z] changes_test.go:469: needs further investigation [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-25T14:40:36.682Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-25T14:40:36.682Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-25T14:40:36.682Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-25T14:40:36.682Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-25T14:40:36.682Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.682Z] [2022-03-25T14:40:36.682Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-25T14:40:36.683Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.01s) [2022-03-25T14:40:36.683Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:40:36.683Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-25T14:40:36.683Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-25T14:40:36.683Z] poller_test.go:40: No chmod on Windows [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-25T14:40:36.683Z] fileutils_test.go:133: Needs porting to Windows [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-25T14:40:36.683Z] fileutils_test.go:179: Needs porting to Windows [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-25T14:40:36.683Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-25T14:40:36.683Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-25T14:40:36.683Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-25T14:40:36.683Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-25T14:40:36.683Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-25T14:40:36.683Z] [2022-03-25T14:40:36.683Z] DONE 2092 tests, 68 skipped in 329.385s [2022-03-25T14:40:36.683Z] INFO: make.ps1 ended at 03/25/2022 14:40:36 [2022-03-25T14:40:36.720Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-25T14:40:36.975Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-25T14:40:38.246Z] === RUN TestExternalGraphDriver/spec [2022-03-25T14:40:38.341Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-25T14:40:38.388Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-25T14:40:38.388Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.10s) [2022-03-25T14:40:38.388Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.72s) [2022-03-25T14:40:38.388Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.95s) [2022-03-25T14:40:38.388Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (21.10s) [2022-03-25T14:40:38.388Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.78s) [2022-03-25T14:40:38.388Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.18s) [2022-03-25T14:40:38.388Z] === RUN TestBuildMultiStageCopy [2022-03-25T14:40:38.388Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-25T14:40:38.597Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-25T14:40:38.854Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-25T14:40:38.855Z] INFO: Unit tests ended at 03/25/2022 14:40:38. Duration:00:05:49.2332210 [2022-03-25T14:40:38.855Z] INFO: Building busybox [2022-03-25T14:40:38.855Z] Sending build context to Docker daemon 5.12kB [2022-03-25T14:40:38.855Z] [2022-03-25T14:40:38.855Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-25T14:40:38.855Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-25T14:40:38.855Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-25T14:40:38.855Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-25T14:40:38.855Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-25T14:40:38.855Z] ---> 6a11116086a4 [2022-03-25T14:40:38.855Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-25T14:40:38.855Z] ---> Running in 3b55b21fdd00 [2022-03-25T14:40:39.620Z] === RUN TestExternalGraphDriver/pull [2022-03-25T14:40:39.965Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-25T14:40:40.117Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-25T14:40:40.221Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-25T14:40:41.150Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-25T14:40:41.519Z] --- PASS: TestExternalGraphDriver (4.95s) [2022-03-25T14:40:41.519Z] --- PASS: TestExternalGraphDriver/json (1.67s) [2022-03-25T14:40:41.519Z] --- PASS: TestExternalGraphDriver/spec (1.62s) [2022-03-25T14:40:41.519Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-03-25T14:40:41.519Z] === RUN TestGraphdriverPluginV2 [2022-03-25T14:40:41.570Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-25T14:40:41.712Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-25T14:40:43.079Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-25T14:40:43.311Z] --- PASS: TestServiceUpdateNetwork (12.07s) [2022-03-25T14:40:43.311Z] === RUN TestServiceUpdatePidsLimit [2022-03-25T14:40:43.311Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-25T14:40:43.311Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-25T14:40:43.642Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-25T14:40:43.642Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-25T14:40:43.898Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-25T14:40:44.154Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-25T14:40:44.410Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-25T14:40:45.702Z] --- PASS: TestGraphdriverPluginV2 (3.87s) [2022-03-25T14:40:45.702Z] PASS [2022-03-25T14:40:45.702Z] [2022-03-25T14:40:45.702Z] DONE 5 tests in 8.918s [2022-03-25T14:40:45.702Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-25T14:40:45.702Z] INFO: Testing against a local daemon [2022-03-25T14:40:45.702Z] === RUN TestContinueAfterPluginCrash [2022-03-25T14:40:45.702Z] === PAUSE TestContinueAfterPluginCrash [2022-03-25T14:40:45.702Z] === RUN TestReadPluginNoRead [2022-03-25T14:40:45.702Z] === PAUSE TestReadPluginNoRead [2022-03-25T14:40:45.702Z] === RUN TestDaemonStartWithLogOpt [2022-03-25T14:40:45.702Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-25T14:40:45.702Z] === CONT TestContinueAfterPluginCrash [2022-03-25T14:40:45.702Z] === CONT TestDaemonStartWithLogOpt [2022-03-25T14:40:45.778Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-25T14:40:46.034Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-25T14:40:46.932Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-25T14:40:47.894Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-25T14:40:47.924Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-25T14:40:48.127Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-25T14:40:48.127Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-25T14:40:48.180Z] --- PASS: TestServiceWithDataPathPortInit (15.38s) [2022-03-25T14:40:48.180Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-25T14:40:48.743Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-25T14:40:48.990Z] --- PASS: TestDaemonStartWithLogOpt (3.37s) [2022-03-25T14:40:48.990Z] === CONT TestReadPluginNoRead [2022-03-25T14:40:49.423Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-25T14:40:49.889Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-25T14:40:50.637Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-25T14:40:50.891Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-25T14:40:50.959Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-25T14:40:51.200Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-25T14:40:51.456Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:713ejxemajl1v4v5qrbhd7fmc Created:2022-03-25 14:40:49.767930052 +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[8e342ec13e9bb855a10a7ff56a6e8c0c421112de680c07b326f292462e5c5a7b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6b8t2egc33logpxzzjz97bxm7 EndpointID:af91c409fad9869f0939429a0597df5780281a41fac438eb94a56f6cdd22ca0e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c19c8453db0a8482b31ff9ad90c3b8638ba9788ec80a7c7d270a8013ad19cf62 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:59700a4853e1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6b8t2egc33logpxzzjz97bxm7 EndpointID:af91c409fad9869f0939429a0597df5780281a41fac438eb94a56f6cdd22ca0e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-25T14:40:51.505Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-25T14:40:52.019Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-25T14:40:52.267Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-25T14:40:52.276Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-25T14:40:52.642Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-25T14:40:52.642Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-25T14:40:52.775Z] --- PASS: TestBuildMultiStageCopy (15.76s) [2022-03-25T14:40:52.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.15s) [2022-03-25T14:40:52.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.02s) [2022-03-25T14:40:52.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.29s) [2022-03-25T14:40:52.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.55s) [2022-03-25T14:40:52.775Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.74s) [2022-03-25T14:40:52.775Z] === RUN TestBuildMultiStageParentConfig [2022-03-25T14:40:53.201Z] === RUN TestReadPluginNoRead/default [2022-03-25T14:40:53.458Z] --- PASS: TestContinueAfterPluginCrash (8.38s) [2022-03-25T14:40:54.393Z] === CONT TestReadPluginNoRead [2022-03-25T14:40:54.393Z] read_test.go:92: [ddaaf3ac20de3] daemon is not started [2022-03-25T14:40:54.393Z] --- PASS: TestReadPluginNoRead (5.96s) [2022-03-25T14:40:54.393Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.28s) [2022-03-25T14:40:54.393Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-03-25T14:40:54.393Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2022-03-25T14:40:54.393Z] PASS [2022-03-25T14:40:54.393Z] [2022-03-25T14:40:54.393Z] DONE 6 tests in 9.370s [2022-03-25T14:40:54.393Z] 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-25T14:40:54.393Z] testing: warning: no tests to run [2022-03-25T14:40:54.393Z] PASS [2022-03-25T14:40:54.393Z] [2022-03-25T14:40:54.393Z] DONE 0 tests in 0.013s [2022-03-25T14:40:54.393Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-25T14:40:54.393Z] INFO: Testing against a local daemon [2022-03-25T14:40:54.393Z] === RUN TestPluginWithDevMounts [2022-03-25T14:40:54.393Z] === PAUSE TestPluginWithDevMounts [2022-03-25T14:40:54.393Z] === CONT TestPluginWithDevMounts [2022-03-25T14:40:54.790Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-25T14:40:55.691Z] --- PASS: TestBuildMultiStageParentConfig (3.03s) [2022-03-25T14:40:55.691Z] === RUN TestBuildLabelWithTargets [2022-03-25T14:40:55.691Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:40:55.691Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-25T14:40:55.691Z] === RUN TestBuildWithEmptyLayers [2022-03-25T14:40:56.157Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-25T14:40:56.157Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.71s) [2022-03-25T14:40:56.157Z] PASS [2022-03-25T14:40:56.157Z] [2022-03-25T14:40:56.157Z] === Skipped [2022-03-25T14:40:56.157Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:40:56.157Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:40:56.157Z] [2022-03-25T14:40:56.157Z] DONE 26 tests, 1 skipped in 48.398s [2022-03-25T14:40:56.157Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-25T14:40:56.157Z] ++ 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-25T14:40:56.157Z] ++ set -e [2022-03-25T14:40:56.157Z] ++ '[' -n 0 ']' [2022-03-25T14:40:56.157Z] ++ set -x [2022-03-25T14:40:56.157Z] ++ 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-25T14:40:56.157Z] INFO: Testing against a local daemon [2022-03-25T14:40:56.157Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-25T14:40:56.157Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:40:56.157Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-25T14:40:56.157Z] === RUN TestDockerNetworkIpvlan [2022-03-25T14:40:56.157Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:40:56.157Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-25T14:40:56.157Z] PASS [2022-03-25T14:40:56.157Z] [2022-03-25T14:40:56.157Z] === Skipped [2022-03-25T14:40:56.157Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-25T14:40:56.157Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:40:56.157Z] [2022-03-25T14:40:56.157Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-25T14:40:56.157Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-25T14:40:56.157Z] [2022-03-25T14:40:56.157Z] DONE 2 tests, 2 skipped in 0.104s [2022-03-25T14:40:56.157Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-25T14:40:56.157Z] ++ 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-25T14:40:56.157Z] ++ set -e [2022-03-25T14:40:56.157Z] ++ '[' -n 0 ']' [2022-03-25T14:40:56.157Z] ++ set -x [2022-03-25T14:40:56.157Z] ++ 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-25T14:40:56.157Z] INFO: Testing against a local daemon [2022-03-25T14:40:56.157Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-25T14:40:56.293Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-03-25T14:40:56.293Z] PASS [2022-03-25T14:40:56.293Z] [2022-03-25T14:40:56.293Z] DONE 1 tests in 1.637s [2022-03-25T14:40:56.293Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-25T14:40:56.293Z] INFO: Testing against a local daemon [2022-03-25T14:40:56.293Z] === RUN TestSecretInspect [2022-03-25T14:40:56.413Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-25T14:40:56.537Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-25T14:40:57.054Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-25T14:40:57.054Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-25T14:40:57.054Z] [2022-03-25T14:40:57.054Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-25T14:40:57.054Z] =========================== short test summary info ============================ [2022-03-25T14:40:57.054Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-25T14:40:57.054Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-25T14:40:57.054Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-25T14:40:57.054Z] Not supported on most drivers [2022-03-25T14:40:57.054Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-25T14:40:57.054Z] Output of docker top depends on host distro, and is not formalized. [2022-03-25T14:40:57.054Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-25T14:40:57.054Z] Output of docker top depends on host distro, and is not formalized. [2022-03-25T14:40:57.054Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-25T14:40:57.054Z] Can fail if eth0 has multiple IP addresses [2022-03-25T14:40:57.054Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-25T14:40:57.054Z] This doesn't seem to be taken into account by the engine [2022-03-25T14:40:57.054Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-25T14:40:57.054Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-25T14:40:57.054Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 291.89 seconds == [2022-03-25T14:40:57.234Z] --- PASS: TestBuildWithEmptyLayers (1.70s) [2022-03-25T14:40:57.234Z] === RUN TestBuildMultiStageOnBuild [2022-03-25T14:40:57.312Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-25T14:40:57.345Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-25T14:40:57.345Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2022-03-25T14:40:57.345Z] === RUN TestDockerNetworkMacvlan [2022-03-25T14:40:58.062Z] --- PASS: TestServiceUpdatePidsLimit (15.90s) [2022-03-25T14:40:58.062Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s) [2022-03-25T14:40:58.062Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-25T14:40:58.062Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-25T14:40:58.062Z] PASS [2022-03-25T14:40:58.062Z] [2022-03-25T14:40:58.062Z] === Skipped [2022-03-25T14:40:58.062Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-25T14:40:58.062Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-25T14:40:58.062Z] [2022-03-25T14:40:58.062Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-25T14:40:58.062Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-25T14:40:58.063Z] [2022-03-25T14:40:58.063Z] DONE 27 tests, 2 skipped in 147.415s [2022-03-25T14:40:58.063Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-25T14:40:58.063Z] ++ 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-25T14:40:58.063Z] ++ set -e [2022-03-25T14:40:58.063Z] ++ '[' -n 0 ']' [2022-03-25T14:40:58.063Z] ++ set -x [2022-03-25T14:40:58.063Z] ++ 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-25T14:40:58.063Z] INFO: Testing against a local daemon [2022-03-25T14:40:58.063Z] === RUN TestSessionCreate [2022-03-25T14:40:58.063Z] --- PASS: TestSessionCreate (0.02s) [2022-03-25T14:40:58.063Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-25T14:40:58.063Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-25T14:40:58.063Z] PASS [2022-03-25T14:40:58.063Z] [2022-03-25T14:40:58.063Z] DONE 2 tests in 0.111s [2022-03-25T14:40:58.063Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-25T14:40:58.063Z] ++ 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-25T14:40:58.063Z] ++ set -e [2022-03-25T14:40:58.063Z] ++ '[' -n 0 ']' [2022-03-25T14:40:58.063Z] ++ set -x [2022-03-25T14:40:58.063Z] ++ 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-25T14:40:58.063Z] INFO: Testing against a local daemon [2022-03-25T14:40:58.063Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:40:58.063Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-25T14:40:58.063Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:40:58.063Z] === RUN TestDiskUsage [2022-03-25T14:40:58.063Z] === PAUSE TestDiskUsage [2022-03-25T14:40:58.063Z] === RUN TestEventsExecDie [2022-03-25T14:40:58.063Z] --- PASS: TestEventsExecDie (0.45s) [2022-03-25T14:40:58.063Z] === RUN TestEventsBackwardsCompatible [2022-03-25T14:40:58.063Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-25T14:40:58.063Z] === RUN TestEventsVolumeCreate [2022-03-25T14:40:58.063Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-25T14:40:58.063Z] === RUN TestInfoBinaryCommits [2022-03-25T14:40:58.063Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-25T14:40:58.063Z] === RUN TestInfoAPIVersioned [2022-03-25T14:40:58.063Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-25T14:40:58.063Z] === RUN TestInfoAPI [2022-03-25T14:40:58.063Z] --- PASS: TestInfoAPI (0.02s) [2022-03-25T14:40:58.063Z] === RUN TestInfoAPIWarnings [2022-03-25T14:40:58.193Z] --- PASS: TestSecretInspect (2.15s) [2022-03-25T14:40:58.193Z] === RUN TestSecretList [2022-03-25T14:40:58.273Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-25T14:40:59.202Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-25T14:40:59.769Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-25T14:40:59.933Z] Removing intermediate container 3b55b21fdd00 [2022-03-25T14:40:59.933Z] ---> b75776125a17 [2022-03-25T14:40:59.933Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-25T14:40:59.933Z] ---> Running in 515a66451ec2 [2022-03-25T14:40:59.933Z] Removing intermediate container 515a66451ec2 [2022-03-25T14:40:59.933Z] ---> b25c491f4bbc [2022-03-25T14:40:59.933Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-25T14:40:59.933Z] ---> Running in 6522eb57544c [2022-03-25T14:40:59.933Z] Removing intermediate container 6522eb57544c [2022-03-25T14:40:59.933Z] ---> 96efa6cc1da2 [2022-03-25T14:40:59.933Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-25T14:40:59.933Z] [2022-03-25T14:41:00.392Z] ---> 5d2c64feae9d [2022-03-25T14:41:00.392Z] 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-25T14:41:00.392Z] ---> Running in 90408d8ddedc [2022-03-25T14:41:00.758Z] --- PASS: TestSecretList (2.22s) [2022-03-25T14:41:00.758Z] === RUN TestSecretsCreateAndDelete [2022-03-25T14:41:02.312Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-25T14:41:02.659Z] --- PASS: TestSecretsCreateAndDelete (2.17s) [2022-03-25T14:41:02.659Z] === RUN TestSecretsUpdate [2022-03-25T14:41:04.203Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-25T14:41:04.203Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-25T14:41:05.187Z] --- PASS: TestSecretsUpdate (2.17s) [2022-03-25T14:41:05.187Z] === RUN TestTemplatedSecret [2022-03-25T14:41:07.476Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-25T14:41:07.715Z] --- PASS: TestTemplatedSecret (2.57s) [2022-03-25T14:41:07.715Z] === RUN TestSecretCreateResolve [2022-03-25T14:41:08.403Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-25T14:41:08.403Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-25T14:41:09.331Z] === RUN TestDockerSuite/TestBuildRm [2022-03-25T14:41:09.510Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-25T14:41:09.510Z] [2022-03-25T14:41:09.510Z] Unloading profiles will leave already running processes permanently [2022-03-25T14:41:09.510Z] unconfined, which can lead to unexpected situations. [2022-03-25T14:41:09.510Z] [2022-03-25T14:41:09.510Z] To set a process to complain mode, use the command line tool [2022-03-25T14:41:09.510Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-25T14:41:09.510Z] Post stage [Pipeline] junit [2022-03-25T14:41:09.523Z] Recording test results [2022-03-25T14:41:09.589Z] --- PASS: TestDockerNetworkMacvlan (12.11s) [2022-03-25T14:41:09.589Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-03-25T14:41:09.589Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-03-25T14:41:09.589Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.10s) [2022-03-25T14:41:09.589Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.11s) [2022-03-25T14:41:09.589Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.86s) [2022-03-25T14:41:09.589Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.05s) [2022-03-25T14:41:09.589Z] PASS [2022-03-25T14:41:09.589Z] [2022-03-25T14:41:09.589Z] DONE 8 tests in 13.529s [2022-03-25T14:41:09.589Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-25T14:41:09.589Z] ++ 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-25T14:41:09.589Z] ++ set -e [2022-03-25T14:41:09.589Z] ++ '[' -n 0 ']' [2022-03-25T14:41:09.589Z] ++ set -x [2022-03-25T14:41:09.589Z] ++ 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-25T14:41:09.589Z] testing: warning: no tests to run [2022-03-25T14:41:09.589Z] PASS [2022-03-25T14:41:09.589Z] [2022-03-25T14:41:09.589Z] DONE 0 tests in 0.039s [2022-03-25T14:41:09.589Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-25T14:41:09.589Z] ++ 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-25T14:41:09.589Z] ++ set -e [2022-03-25T14:41:09.589Z] ++ '[' -n 0 ']' [2022-03-25T14:41:09.589Z] ++ set -x [2022-03-25T14:41:09.589Z] ++ 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-25T14:41:09.614Z] --- PASS: TestSecretCreateResolve (2.13s) [2022-03-25T14:41:09.614Z] PASS [2022-03-25T14:41:09.614Z] [2022-03-25T14:41:09.614Z] DONE 6 tests in 13.448s [2022-03-25T14:41:09.614Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-25T14:41:09.614Z] INFO: Testing against a local daemon [2022-03-25T14:41:09.614Z] === RUN TestServiceCreateInit [2022-03-25T14:41:09.614Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-25T14:41:09.667Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-25T14:41:09.845Z] INFO: Testing against a local daemon [2022-03-25T14:41:09.845Z] === RUN TestAuthZPluginAllowRequest [2022-03-25T14:41:09.945Z] + echo Ensuring container killed. [2022-03-25T14:41:09.945Z] Ensuring container killed. [2022-03-25T14:41:09.945Z] + docker rm -vf docker-pr3 [2022-03-25T14:41:09.945Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-25T14:41:10.226Z] + echo Chowning /workspace to jenkins user [2022-03-25T14:41:10.226Z] Chowning /workspace to jenkins user [2022-03-25T14:41:10.226Z] + id -u [2022-03-25T14:41:10.226Z] + id -g [2022-03-25T14:41:10.227Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43378:/workspace busybox chown -R 1000:1000 /workspace [2022-03-25T14:41:10.775Z] docker_api_swarm_test.go:304: [d97792db28b6c] joining swarm manager [dc15a444c683a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:41:11.337Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2022-03-25T14:41:11.337Z] === RUN TestAuthZPluginTLS [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-25T14:41:11.894Z] + bundleName=docker-py [2022-03-25T14:41:11.894Z] + echo Creating docker-py-bundles.tar.gz [2022-03-25T14:41:11.894Z] Creating docker-py-bundles.tar.gz [2022-03-25T14:41:11.894Z] + 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-25T14:41:11.906Z] Archiving artifacts [2022-03-25T14:41:12.135Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-25T14:41:12.265Z] --- PASS: TestAuthZPluginTLS (0.65s) [2022-03-25T14:41:12.265Z] === RUN TestAuthZPluginDenyRequest [2022-03-25T14:41:12.265Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-25T14:41:12.265Z] docker_api_swarm_test.go:305: [d00fd31c56a67] joining swarm manager [dc15a444c683a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:41:12.491Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh binary [2022-03-25T14:41:12.521Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2022-03-25T14:41:12.522Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-25T14:41:12.749Z] [2022-03-25T14:41:12.749Z] Removing bundles/ [2022-03-25T14:41:13.008Z] [2022-03-25T14:41:13.008Z] ---> Making bundle: binary (in bundles/binary) [2022-03-25T14:41:13.008Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-25T14:41:13.008Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:41:13.088Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-25T14:41:13.088Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-25T14:41:13.088Z] === RUN TestAuthZPluginDenyResponse [2022-03-25T14:41:13.650Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-03-25T14:41:13.650Z] === RUN TestAuthZPluginAllowEventStream [2022-03-25T14:41:13.796Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-25T14:41:13.906Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-25T14:41:14.163Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-25T14:41:14.163Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-25T14:41:14.727Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-25T14:41:14.886Z] --- PASS: TestBuildMultiStageOnBuild (15.91s) [2022-03-25T14:41:14.886Z] === RUN TestBuildUncleanTarFilenames [2022-03-25T14:41:14.886Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:41:14.886Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-25T14:41:14.886Z] === RUN TestBuildMultiStageLayerLeak [2022-03-25T14:41:14.984Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2022-03-25T14:41:14.984Z] === RUN TestAuthZPluginErrorResponse [2022-03-25T14:41:15.546Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-25T14:41:15.546Z] === RUN TestAuthZPluginErrorRequest [2022-03-25T14:41:15.803Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-25T14:41:16.060Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-03-25T14:41:16.060Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-25T14:41:16.135Z] --- PASS: TestInfoAPIWarnings (16.22s) [2022-03-25T14:41:16.135Z] === RUN TestInfoDebug [2022-03-25T14:41:16.135Z] --- PASS: TestInfoDebug (0.52s) [2022-03-25T14:41:16.135Z] === RUN TestInfoInsecureRegistries [2022-03-25T14:41:16.135Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-25T14:41:16.135Z] === RUN TestInfoRegistryMirrors [2022-03-25T14:41:16.135Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-25T14:41:16.135Z] === RUN TestLoginFailsWithBadCredentials [2022-03-25T14:41:16.135Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-25T14:41:16.135Z] === RUN TestPingCacheHeaders [2022-03-25T14:41:16.135Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-25T14:41:16.135Z] === RUN TestPingGet [2022-03-25T14:41:16.135Z] --- PASS: TestPingGet (0.01s) [2022-03-25T14:41:16.135Z] === RUN TestPingHead [2022-03-25T14:41:16.135Z] --- PASS: TestPingHead (0.02s) [2022-03-25T14:41:16.135Z] === RUN TestVersion [2022-03-25T14:41:16.135Z] --- PASS: TestVersion (0.02s) [2022-03-25T14:41:16.135Z] === CONT TestDiskUsage [2022-03-25T14:41:16.622Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-25T14:41:16.622Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-25T14:41:16.622Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/container_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/image_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/volume_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-25T14:41:16.701Z] === RUN TestDiskUsage/after_container.Run [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-25T14:41:16.959Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-25T14:41:17.078Z] --- PASS: TestServiceCreateInit (7.39s) [2022-03-25T14:41:17.078Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.81s) [2022-03-25T14:41:17.078Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.56s) [2022-03-25T14:41:17.078Z] === RUN TestCreateServiceMultipleTimes [2022-03-25T14:41:17.188Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage (1.09s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-25T14:41:17.217Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:41:17.217Z] PASS [2022-03-25T14:41:17.217Z] [2022-03-25T14:41:17.217Z] === Skipped [2022-03-25T14:41:17.217Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:41:17.217Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-25T14:41:17.217Z] [2022-03-25T14:41:17.217Z] DONE 50 tests, 1 skipped in 19.691s [2022-03-25T14:41:17.217Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-25T14:41:17.217Z] ++ 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-25T14:41:17.217Z] ++ set -e [2022-03-25T14:41:17.217Z] ++ '[' -n 0 ']' [2022-03-25T14:41:17.217Z] ++ set -x [2022-03-25T14:41:17.217Z] ++ 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-25T14:41:17.217Z] INFO: Testing against a local daemon [2022-03-25T14:41:17.217Z] === RUN TestVolumesCreateAndList [2022-03-25T14:41:17.217Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-25T14:41:17.217Z] === RUN TestVolumesRemove [2022-03-25T14:41:17.475Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-25T14:41:17.475Z] === RUN TestVolumesInspect [2022-03-25T14:41:17.475Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-25T14:41:17.475Z] === RUN TestVolumesInvalidJSON [2022-03-25T14:41:17.475Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-25T14:41:17.475Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-25T14:41:17.475Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-25T14:41:17.475Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-25T14:41:17.475Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-25T14:41:17.475Z] PASS [2022-03-25T14:41:17.475Z] [2022-03-25T14:41:17.475Z] DONE 5 tests in 0.193s [2022-03-25T14:41:17.475Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-25T14:41:17.475Z] ++++ cat bundles/test-integration/docker.pid [2022-03-25T14:41:17.475Z] +++ kill 14274 [2022-03-25T14:41:17.733Z] +++ /etc/init.d/apparmor stop [2022-03-25T14:41:17.733Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-25T14:41:17.733Z] [2022-03-25T14:41:17.733Z] Unloading profiles will leave already running processes permanently [2022-03-25T14:41:17.733Z] unconfined, which can lead to unexpected situations. [2022-03-25T14:41:17.733Z] [2022-03-25T14:41:17.733Z] To set a process to complain mode, use the command line tool [2022-03-25T14:41:17.733Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-25T14:41:17.733Z] +++ true [2022-03-25T14:41:17.733Z] exiting test-integration [2022-03-25T14:41:17.733Z] ++ exit 0 [2022-03-25T14:41:17.733Z] Post stage [Pipeline] junit [2022-03-25T14:41:18.311Z] Recording test results [2022-03-25T14:41:18.418Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-25T14:41:18.556Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.69s) [2022-03-25T14:41:18.556Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-25T14:41:18.752Z] + echo Ensuring container killed. [2022-03-25T14:41:18.752Z] Ensuring container killed. [2022-03-25T14:41:18.752Z] + docker rm -vf docker-pr3 [2022-03-25T14:41:18.752Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-25T14:41:19.042Z] + echo Chowning /workspace to jenkins user [2022-03-25T14:41:19.042Z] Chowning /workspace to jenkins user [2022-03-25T14:41:19.042Z] + id -u [2022-03-25T14:41:19.042Z] + id -g [2022-03-25T14:41:19.042Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43378:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-25T14:41:20.277Z] + bundleName=arm64-integration [2022-03-25T14:41:20.277Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-25T14:41:20.277Z] Creating arm64-integration-bundles.tar.gz [2022-03-25T14:41:20.277Z] + 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-25T14:41:20.277Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-03-25T14:41:20.455Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.76s) [2022-03-25T14:41:20.455Z] === RUN TestAuthZPluginHeader [2022-03-25T14:41:20.455Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-25T14:41:20.455Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-25T14:41:20.455Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-25T14:41:20.455Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-25T14:41:20.455Z] === RUN TestDockerSuite/TestBuildSpaces [Pipeline] archiveArtifacts [2022-03-25T14:41:20.546Z] Archiving artifacts [2022-03-25T14:41:20.865Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-25T14:41:21.017Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-25T14:41:21.017Z] --- PASS: TestAuthZPluginHeader (0.83s) [2022-03-25T14:41:21.017Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-25T14:41:21.170Z] + make clean [2022-03-25T14:41:21.171Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-25T14:41:21.171Z] docker-dev-cache [2022-03-25T14:41:21.171Z] docker-mod-cache [Pipeline] deleteDir [2022-03-25T14:41:21.579Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-25T14:41:21.579Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-25T14:41:22.142Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-25T14:41:25.414Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-25T14:41:25.414Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.29s) [2022-03-25T14:41:25.414Z] === RUN TestAuthZPluginV2Disable [2022-03-25T14:41:25.571Z] Removing intermediate container 90408d8ddedc [2022-03-25T14:41:25.571Z] ---> b3bbae8963a1 [2022-03-25T14:41:25.571Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-25T14:41:25.571Z] ---> Running in 385ebd909a23 [2022-03-25T14:41:25.571Z] [2022-03-25T14:41:25.571Z] SUCCESS: Specified value was saved. [2022-03-25T14:41:25.976Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-25T14:41:26.906Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-25T14:41:27.162Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-25T14:41:27.239Z] --- PASS: TestBuildMultiStageLayerLeak (13.47s) [2022-03-25T14:41:27.239Z] === RUN TestBuildWithHugeFile [2022-03-25T14:41:27.724Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-25T14:41:28.466Z] Removing intermediate container 385ebd909a23 [2022-03-25T14:41:28.466Z] ---> 198bdfcaf2e5 [2022-03-25T14:41:28.466Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-25T14:41:28.466Z] ---> Running in e7ef94d25f74 [2022-03-25T14:41:29.090Z] === RUN TestDockerSuite/TestBuildUser [2022-03-25T14:41:29.090Z] --- PASS: TestAuthZPluginV2Disable (3.77s) [2022-03-25T14:41:29.090Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-25T14:41:30.457Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-25T14:41:32.346Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-25T14:41:32.603Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.51s) [2022-03-25T14:41:32.603Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-25T14:41:32.603Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-25T14:41:34.319Z] Cannot create a file when that file already exists. [2022-03-25T14:41:35.152Z] --- PASS: TestCreateServiceMultipleTimes (15.54s) [2022-03-25T14:41:35.153Z] === RUN TestCreateServiceConflict [2022-03-25T14:41:35.153Z] --- PASS: TestCreateServiceConflict (2.14s) [2022-03-25T14:41:35.153Z] === RUN TestCreateServiceMaxReplicas [2022-03-25T14:41:37.682Z] --- PASS: TestCreateServiceMaxReplicas (2.68s) [2022-03-25T14:41:37.682Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-25T14:41:40.194Z] Removing intermediate container e7ef94d25f74 [2022-03-25T14:41:40.194Z] ---> b4587c378a70 [2022-03-25T14:41:40.194Z] Step 13/13 : CMD ["sh"] [2022-03-25T14:41:40.194Z] ---> Running in 6b4036632049 [2022-03-25T14:41:40.194Z] Removing intermediate container 6b4036632049 [2022-03-25T14:41:40.194Z] ---> b1f8f77e58d3 [2022-03-25T14:41:40.194Z] Successfully built b1f8f77e58d3 [2022-03-25T14:41:40.194Z] Successfully tagged busybox:latest [2022-03-25T14:41:40.194Z] INFO: Docker images of the daemon under test [2022-03-25T14:41:40.194Z] [2022-03-25T14:41:40.194Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-25T14:41:40.194Z] busybox latest b1f8f77e58d3 Less than a second ago 5.78GB [2022-03-25T14:41:40.194Z] microsoft/windowsservercore latest 6a11116086a4 3 weeks ago 5.75GB [2022-03-25T14:41:40.194Z] mcr.microsoft.com/windows/servercore ltsc2019 6a11116086a4 3 weeks ago 5.75GB [2022-03-25T14:41:40.194Z] [2022-03-25T14:41:40.194Z] INFO: Running integration tests at 03/25/2022 14:41:40... [2022-03-25T14:41:40.194Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-25T14:41:40.194Z] INFO: Integration API tests being run from the host: [2022-03-25T14:41:40.194Z] INFO: make.ps1 starting at 03/25/2022 14:41:40 [2022-03-25T14:41:41.765Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-25T14:41:43.581Z] 8f616e6e9eec: Pull complete [2022-03-25T14:41:44.777Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.81s) [2022-03-25T14:41:44.777Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-25T14:41:45.339Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-25T14:41:45.901Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-25T14:41:45.901Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-25T14:41:46.463Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-25T14:41:47.025Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-25T14:41:47.954Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-25T14:41:47.954Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-25T14:41:47.954Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-25T14:41:47.954Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-25T14:41:47.954Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-25T14:41:47.954Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-25T14:41:47.954Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-25T14:41:47.954Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-25T14:41:47.954Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-25T14:41:48.882Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-25T14:41:49.140Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-25T14:41:49.140Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-25T14:41:49.702Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-25T14:41:50.265Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-25T14:41:51.194Z] docker_api_swarm_test.go:272: [deeae655ac1c5] joining swarm manager [dab2b155e40df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:41:51.194Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-25T14:41:51.194Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-25T14:41:52.559Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.18s) [2022-03-25T14:41:52.559Z] === RUN TestCreateServiceSecretFileMode [2022-03-25T14:41:52.563Z] docker_api_swarm_test.go:273: [dd6e4130b8cb4] joining swarm manager [dab2b155e40df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:41:53.140Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-25T14:41:54.508Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-25T14:41:54.764Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-25T14:41:55.020Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-25T14:41:55.582Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-25T14:41:55.582Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-25T14:41:55.582Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-25T14:41:55.839Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-25T14:41:57.205Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-25T14:41:57.205Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-25T14:41:57.205Z] docker_cli_sni_test.go:18: Flakey test [2022-03-25T14:41:57.205Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-25T14:41:57.769Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-25T14:41:58.331Z] === RUN TestDockerSuite/TestCommitChange [2022-03-25T14:41:59.260Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-25T14:41:59.822Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-25T14:42:00.754Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-25T14:42:01.011Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2022-03-25T14:42:01.011Z] PASS [2022-03-25T14:42:01.011Z] [2022-03-25T14:42:01.011Z] DONE 17 tests in 51.359s [2022-03-25T14:42:01.011Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-25T14:42:01.011Z] ++ 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-25T14:42:01.011Z] ++ set -e [2022-03-25T14:42:01.011Z] ++ '[' -n 0 ']' [2022-03-25T14:42:01.011Z] ++ set -x [2022-03-25T14:42:01.011Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-25T14:42:01.011Z] INFO: Testing against a local daemon [2022-03-25T14:42:01.011Z] === RUN TestPluginInvalidJSON [2022-03-25T14:42:01.011Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:42:01.011Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:42:01.011Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:42:01.011Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-25T14:42:01.011Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-25T14:42:01.267Z] === RUN TestPluginInstall [2022-03-25T14:42:01.267Z] === RUN TestPluginInstall/no_auth [2022-03-25T14:42:02.195Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-25T14:42:02.758Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-25T14:42:03.014Z] time="2022-03-25T14:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:42:03.014Z] time="2022-03-25T14:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d8094446c9b6a84aab3e12aa5bfc5844636c4fc82572855dc97fd5727d73e27f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:42:03.014Z] time="2022-03-25T14:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:42:03.014Z] time="2022-03-25T14:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d8094446c9b6a84aab3e12aa5bfc5844636c4fc82572855dc97fd5727d73e27f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:42:03.576Z] === RUN TestPluginInstall/with_htpasswd [2022-03-25T14:42:03.832Z] time="2022-03-25T14:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:42:03.832Z] time="2022-03-25T14:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3578d6150d8494f9d224f849824cee371261f11890d0c197aa821e00636f66e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:42:03.832Z] time="2022-03-25T14:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:42:03.832Z] time="2022-03-25T14:42:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3578d6150d8494f9d224f849824cee371261f11890d0c197aa821e00636f66e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:42:04.088Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-25T14:42:04.345Z] === RUN TestPluginInstall/with_insecure [2022-03-25T14:42:04.601Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-25T14:42:04.752Z] --- PASS: TestCreateServiceSecretFileMode (12.53s) [2022-03-25T14:42:04.753Z] === RUN TestCreateServiceConfigFileMode [2022-03-25T14:42:05.163Z] time="2022-03-25T14:42:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:42:05.163Z] time="2022-03-25T14:42:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6817a366ec5593fc8c4a4358ada435714e0c5b9d0c400297e5a6f2ab2d1e23c6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:42:05.163Z] time="2022-03-25T14:42:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-25T14:42:05.163Z] time="2022-03-25T14:42:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6817a366ec5593fc8c4a4358ada435714e0c5b9d0c400297e5a6f2ab2d1e23c6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-25T14:42:05.419Z] plugin_test.go:165: [dcfe9c263e3b8] daemon is not started [2022-03-25T14:42:05.419Z] --- PASS: TestPluginInstall (4.34s) [2022-03-25T14:42:05.419Z] --- PASS: TestPluginInstall/no_auth (2.28s) [2022-03-25T14:42:05.419Z] --- PASS: TestPluginInstall/with_htpasswd (0.82s) [2022-03-25T14:42:05.419Z] --- PASS: TestPluginInstall/with_insecure (1.24s) [2022-03-25T14:42:05.419Z] === RUN TestPluginsWithRuntimes [2022-03-25T14:42:05.981Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-25T14:42:06.910Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-25T14:42:06.910Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-25T14:42:06.910Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-25T14:42:06.910Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-25T14:42:06.910Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-25T14:42:06.910Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-25T14:42:06.910Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-25T14:42:07.166Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-25T14:42:08.094Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-25T14:42:08.094Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-25T14:42:09.022Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-25T14:42:09.022Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-25T14:42:09.278Z] --- PASS: TestPluginsWithRuntimes (3.88s) [2022-03-25T14:42:09.278Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.04s) [2022-03-25T14:42:09.278Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2022-03-25T14:42:09.278Z] === RUN TestPluginBackCompatMediaTypes [2022-03-25T14:42:09.535Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-25T14:42:09.535Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-25T14:42:10.097Z] --- PASS: TestPluginBackCompatMediaTypes (0.85s) [2022-03-25T14:42:10.097Z] PASS [2022-03-25T14:42:10.097Z] [2022-03-25T14:42:10.097Z] DONE 10 tests in 9.198s [2022-03-25T14:42:10.097Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-25T14:42:10.097Z] ++ 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-25T14:42:10.097Z] ++ set -e [2022-03-25T14:42:10.097Z] ++ '[' -n 0 ']' [2022-03-25T14:42:10.097Z] ++ set -x [2022-03-25T14:42:10.097Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-25T14:42:10.353Z] INFO: Testing against a local daemon [2022-03-25T14:42:10.353Z] === RUN TestExternalGraphDriver [2022-03-25T14:42:10.353Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-25T14:42:10.353Z] === RUN TestExternalGraphDriver/json [2022-03-25T14:42:10.916Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-25T14:42:11.845Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-25T14:42:12.775Z] === RUN TestExternalGraphDriver/spec [2022-03-25T14:42:12.775Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-25T14:42:12.775Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-25T14:42:12.775Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-25T14:42:13.341Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-25T14:42:13.341Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-25T14:42:13.341Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-25T14:42:13.597Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-25T14:42:13.597Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-25T14:42:14.160Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-25T14:42:14.417Z] === RUN TestExternalGraphDriver/pull [2022-03-25T14:42:14.673Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-25T14:42:15.235Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-25T14:42:15.235Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-25T14:42:16.163Z] --- PASS: TestExternalGraphDriver (5.86s) [2022-03-25T14:42:16.163Z] --- PASS: TestExternalGraphDriver/json (2.19s) [2022-03-25T14:42:16.163Z] --- PASS: TestExternalGraphDriver/spec (1.82s) [2022-03-25T14:42:16.163Z] --- PASS: TestExternalGraphDriver/pull (1.79s) [2022-03-25T14:42:16.163Z] === RUN TestGraphdriverPluginV2 [2022-03-25T14:42:16.421Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-25T14:42:16.946Z] --- PASS: TestCreateServiceConfigFileMode (12.50s) [2022-03-25T14:42:16.946Z] === RUN TestCreateServiceSysctls [2022-03-25T14:42:17.098Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-25T14:42:17.098Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-25T14:42:17.354Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-25T14:42:17.916Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-25T14:42:18.478Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-25T14:42:18.847Z] --- PASS: TestCreateServiceSysctls (3.10s) [2022-03-25T14:42:18.847Z] === RUN TestCreateServiceCapabilities [2022-03-25T14:42:19.043Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-25T14:42:19.044Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-25T14:42:19.605Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-25T14:42:20.168Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-25T14:42:20.731Z] --- PASS: TestGraphdriverPluginV2 (4.38s) [2022-03-25T14:42:20.731Z] PASS [2022-03-25T14:42:20.731Z] [2022-03-25T14:42:20.731Z] DONE 5 tests in 10.373s [2022-03-25T14:42:20.731Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-25T14:42:20.731Z] ++ 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-25T14:42:20.731Z] ++ set -e [2022-03-25T14:42:20.731Z] ++ '[' -n 0 ']' [2022-03-25T14:42:20.731Z] ++ set -x [2022-03-25T14:42:20.731Z] ++ 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-25T14:42:20.731Z] INFO: Testing against a local daemon [2022-03-25T14:42:20.731Z] === RUN TestContinueAfterPluginCrash [2022-03-25T14:42:20.731Z] === PAUSE TestContinueAfterPluginCrash [2022-03-25T14:42:20.731Z] === RUN TestReadPluginNoRead [2022-03-25T14:42:20.731Z] === PAUSE TestReadPluginNoRead [2022-03-25T14:42:20.731Z] === RUN TestDaemonStartWithLogOpt [2022-03-25T14:42:20.731Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-25T14:42:20.731Z] === CONT TestContinueAfterPluginCrash [2022-03-25T14:42:20.731Z] === CONT TestDaemonStartWithLogOpt [2022-03-25T14:42:20.731Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-25T14:42:20.987Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-25T14:42:21.378Z] --- PASS: TestCreateServiceCapabilities (2.51s) [2022-03-25T14:42:21.378Z] === RUN TestInspect [2022-03-25T14:42:21.550Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-25T14:42:22.918Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-25T14:42:23.913Z] --- PASS: TestInspect (2.77s) [2022-03-25T14:42:23.913Z] === RUN TestCreateJob [2022-03-25T14:42:24.285Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-25T14:42:24.285Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-25T14:42:24.285Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-25T14:42:24.285Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-25T14:42:24.285Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-25T14:42:24.556Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:42:24.556Z] INFO: Testing against a local daemon [2022-03-25T14:42:24.556Z] === RUN TestBuildWithSession [2022-03-25T14:42:24.556Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:42:24.556Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-25T14:42:24.556Z] === RUN TestBuildSquashParent [2022-03-25T14:42:24.556Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:42:24.556Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-25T14:42:24.556Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-25T14:42:24.556Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:42:24.556Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:42:24.556Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:42:24.556Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:42:24.556Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:42:24.556Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:42:24.556Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:42:24.556Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:42:24.556Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:42:24.556Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:42:24.556Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:42:24.556Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:42:24.556Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:42:24.556Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:42:24.556Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:42:24.556Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:42:24.846Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-25T14:42:25.101Z] --- PASS: TestDaemonStartWithLogOpt (4.29s) [2022-03-25T14:42:25.101Z] === CONT TestReadPluginNoRead [2022-03-25T14:42:27.194Z] --- PASS: TestCreateJob (3.05s) [2022-03-25T14:42:27.194Z] === RUN TestReplicatedJob [2022-03-25T14:42:27.618Z] === RUN TestReadPluginNoRead/default [2022-03-25T14:42:28.545Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-25T14:42:29.107Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-25T14:42:29.669Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-25T14:42:29.928Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-25T14:42:30.185Z] --- PASS: TestContinueAfterPluginCrash (9.38s) [2022-03-25T14:42:30.441Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-25T14:42:30.441Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-03-25T14:42:30.441Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-25T14:42:30.441Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-25T14:42:31.368Z] === CONT TestReadPluginNoRead [2022-03-25T14:42:31.368Z] read_test.go:92: [d52876421755a] daemon is not started [2022-03-25T14:42:31.368Z] --- PASS: TestReadPluginNoRead (6.26s) [2022-03-25T14:42:31.368Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2022-03-25T14:42:31.368Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.45s) [2022-03-25T14:42:31.368Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.41s) [2022-03-25T14:42:31.368Z] PASS [2022-03-25T14:42:31.368Z] [2022-03-25T14:42:31.368Z] DONE 6 tests in 10.664s [2022-03-25T14:42:31.368Z] 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-25T14:42:31.368Z] ++ 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-25T14:42:31.368Z] ++ set -e [2022-03-25T14:42:31.368Z] ++ '[' -n 0 ']' [2022-03-25T14:42:31.368Z] ++ set -x [2022-03-25T14:42:31.368Z] ++ 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-25T14:42:31.368Z] testing: warning: no tests to run [2022-03-25T14:42:31.368Z] PASS [2022-03-25T14:42:31.368Z] [2022-03-25T14:42:31.368Z] DONE 0 tests in 0.034s [2022-03-25T14:42:31.368Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-25T14:42:31.368Z] ++ 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-25T14:42:31.368Z] ++ set -e [2022-03-25T14:42:31.368Z] ++ '[' -n 0 ']' [2022-03-25T14:42:31.368Z] ++ set -x [2022-03-25T14:42:31.369Z] ++ 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-25T14:42:31.369Z] INFO: Testing against a local daemon [2022-03-25T14:42:31.369Z] === RUN TestPluginWithDevMounts [2022-03-25T14:42:31.369Z] === PAUSE TestPluginWithDevMounts [2022-03-25T14:42:31.369Z] === CONT TestPluginWithDevMounts [2022-03-25T14:42:32.459Z] --- PASS: TestReplicatedJob (5.19s) [2022-03-25T14:42:32.459Z] === RUN TestUpdateReplicatedJob [2022-03-25T14:42:33.260Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-25T14:42:33.260Z] --- PASS: TestPluginWithDevMounts (1.56s) [2022-03-25T14:42:33.260Z] PASS [2022-03-25T14:42:33.260Z] [2022-03-25T14:42:33.260Z] DONE 1 tests in 1.658s [2022-03-25T14:42:33.260Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-25T14:42:33.260Z] ++ 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-25T14:42:33.260Z] ++ set -e [2022-03-25T14:42:33.260Z] ++ '[' -n 0 ']' [2022-03-25T14:42:33.260Z] ++ set -x [2022-03-25T14:42:33.260Z] ++ 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-25T14:42:33.260Z] INFO: Testing against a local daemon [2022-03-25T14:42:33.260Z] === RUN TestSecretInspect [2022-03-25T14:42:33.517Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-25T14:42:33.517Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-25T14:42:34.446Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-25T14:42:35.015Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:42:35.015Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:42:35.743Z] --- PASS: TestUpdateReplicatedJob (3.21s) [2022-03-25T14:42:35.743Z] === RUN TestServiceListWithStatuses [2022-03-25T14:42:35.743Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-25T14:42:35.743Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-25T14:42:35.743Z] === RUN TestDockerNetworkConnectAlias [2022-03-25T14:42:36.374Z] --- PASS: TestSecretInspect (3.00s) [2022-03-25T14:42:36.374Z] === RUN TestSecretList [2022-03-25T14:42:37.741Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-25T14:42:39.107Z] --- PASS: TestSecretList (2.88s) [2022-03-25T14:42:39.107Z] === RUN TestSecretsCreateAndDelete [2022-03-25T14:42:39.364Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-25T14:42:39.931Z] --- PASS: TestDockerNetworkConnectAlias (4.14s) [2022-03-25T14:42:39.931Z] === RUN TestDockerNetworkReConnect [2022-03-25T14:42:40.293Z] docker_api_swarm_node_test.go:20: [dda79a549614e] joining swarm manager [dd0a1007c3cb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:42:40.293Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-25T14:42:41.221Z] docker_api_swarm_node_test.go:21: [d624094893ada] joining swarm manager [dd0a1007c3cb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:42:42.149Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-25T14:42:42.149Z] --- PASS: TestSecretsCreateAndDelete (3.09s) [2022-03-25T14:42:42.149Z] === RUN TestSecretsUpdate [2022-03-25T14:42:43.078Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-25T14:42:43.215Z] --- PASS: TestDockerNetworkReConnect (3.37s) [2022-03-25T14:42:43.215Z] === RUN TestServicePlugin [2022-03-25T14:42:43.641Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-25T14:42:43.714Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-25T14:42:43.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (15.10s) [2022-03-25T14:42:43.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.12s) [2022-03-25T14:42:43.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.29s) [2022-03-25T14:42:43.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.60s) [2022-03-25T14:42:43.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.65s) [2022-03-25T14:42:43.715Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (8.82s) [2022-03-25T14:42:43.715Z] === RUN TestBuildMultiStageCopy [2022-03-25T14:42:43.715Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-25T14:42:44.572Z] --- PASS: TestSecretsUpdate (2.45s) [2022-03-25T14:42:44.572Z] === RUN TestTemplatedSecret [2022-03-25T14:42:45.134Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-25T14:42:46.497Z] plugin_test.go:61: [da3b3de30a280] joining swarm manager [d8e71ef297604]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:42:46.500Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-25T14:42:47.062Z] --- PASS: TestTemplatedSecret (2.62s) [2022-03-25T14:42:47.062Z] === RUN TestSecretCreateResolve [2022-03-25T14:42:47.871Z] plugin_test.go:64: [df2f4f8ca7387] joining swarm manager [d8e71ef297604]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:42:47.991Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-25T14:42:49.357Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000feb1a0_} [2022-03-25T14:42:49.357Z] --- PASS: TestSecretCreateResolve (2.15s) [2022-03-25T14:42:49.357Z] PASS [2022-03-25T14:42:49.357Z] [2022-03-25T14:42:49.357Z] DONE 6 tests in 16.286s [2022-03-25T14:42:49.357Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-25T14:42:49.357Z] ++ 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-25T14:42:49.357Z] ++ set -e [2022-03-25T14:42:49.357Z] ++ '[' -n 0 ']' [2022-03-25T14:42:49.357Z] ++ set -x [2022-03-25T14:42:49.357Z] ++ 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-25T14:42:49.357Z] INFO: Testing against a local daemon [2022-03-25T14:42:49.357Z] === RUN TestServiceCreateInit [2022-03-25T14:42:49.613Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-25T14:42:50.541Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11661270869_/foo_false____} [2022-03-25T14:42:51.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11661270869_/foo_true____} [2022-03-25T14:42:52.164Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-25T14:42:53.531Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-25T14:42:53.531Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3257647438_/foo_false____} [2022-03-25T14:42:54.160Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-25T14:42:54.160Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-25T14:42:54.631Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-25T14:42:54.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3257647438_/foo_true____} [2022-03-25T14:42:56.205Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-25T14:42:56.794Z] docker_api_swarm_test.go:502: [d4ffb837552e5] joining swarm manager [d13c415b4670a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:42:56.794Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3257647438_/foo_true__0xc000feb1d0__} [2022-03-25T14:42:57.470Z] --- PASS: TestBuildMultiStageCopy (14.22s) [2022-03-25T14:42:57.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.37s) [2022-03-25T14:42:57.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.96s) [2022-03-25T14:42:57.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.10s) [2022-03-25T14:42:57.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.32s) [2022-03-25T14:42:57.470Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.47s) [2022-03-25T14:42:57.470Z] === RUN TestBuildMultiStageParentConfig [2022-03-25T14:42:58.158Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000feb1e8_} [2022-03-25T14:42:58.158Z] --- PASS: TestServiceCreateInit (8.63s) [2022-03-25T14:42:58.158Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.85s) [2022-03-25T14:42:58.158Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.77s) [2022-03-25T14:42:58.158Z] === RUN TestCreateServiceMultipleTimes [2022-03-25T14:42:59.549Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000feb200_} [2022-03-25T14:43:00.112Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000feb218_} [2022-03-25T14:43:00.366Z] --- PASS: TestBuildMultiStageParentConfig (2.96s) [2022-03-25T14:43:00.366Z] === RUN TestBuildLabelWithTargets [2022-03-25T14:43:00.366Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:43:00.366Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-25T14:43:00.366Z] === RUN TestBuildWithEmptyLayers [2022-03-25T14:43:01.480Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000feb230_} [2022-03-25T14:43:01.905Z] --- PASS: TestBuildWithEmptyLayers (1.51s) [2022-03-25T14:43:01.905Z] === RUN TestBuildMultiStageOnBuild [2022-03-25T14:43:02.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-25T14:43:03.774Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-25T14:43:03.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-25T14:43:04.031Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-25T14:43:04.031Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-25T14:43:04.031Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-25T14:43:04.489Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-25T14:43:04.489Z] Copying nested executables into bundles/binary-daemon [2022-03-25T14:43:05.865Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-25T14:43:05.865Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:43:05.865Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-25T14:43:05.865Z] [2022-03-25T14:43:06.549Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-25T14:43:06.549Z] docker_api_swarm_test.go:507: [d2ed65c21349f] joining swarm manager [d13c415b4670a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-25T14:43:07.134Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/make.sh cross [2022-03-25T14:43:07.392Z] [2022-03-25T14:43:07.651Z] Removing bundles/ [2022-03-25T14:43:07.651Z] [2022-03-25T14:43:07.651Z] ---> Making bundle: cross (in bundles/cross) [2022-03-25T14:43:07.651Z] Cross building: bundles/cross/linux/amd64 [2022-03-25T14:43:07.651Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-25T14:43:07.651Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-25T14:43:07.920Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-25T14:43:09.812Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-25T14:43:10.376Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-25T14:43:10.631Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-25T14:43:10.888Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-25T14:43:11.451Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-25T14:43:12.013Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-25T14:43:12.577Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-25T14:43:13.141Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-25T14:43:13.703Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-25T14:43:13.960Z] --- PASS: TestCreateServiceMultipleTimes (15.75s) [2022-03-25T14:43:13.960Z] === RUN TestCreateServiceConflict [2022-03-25T14:43:14.403Z] --- PASS: TestServicePlugin (30.24s) [2022-03-25T14:43:14.403Z] === RUN TestServiceUpdateLabel [2022-03-25T14:43:14.521Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-25T14:43:15.083Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-25T14:43:15.337Z] --- PASS: TestServiceUpdateLabel (2.17s) [2022-03-25T14:43:15.337Z] === RUN TestServiceUpdateSecrets [2022-03-25T14:43:15.649Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-25T14:43:16.579Z] --- PASS: TestCreateServiceConflict (2.70s) [2022-03-25T14:43:16.579Z] === RUN TestCreateServiceMaxReplicas [2022-03-25T14:43:16.579Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-25T14:43:17.508Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-25T14:43:17.765Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-25T14:43:19.132Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-25T14:43:20.061Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-25T14:43:20.318Z] --- PASS: TestCreateServiceMaxReplicas (3.65s) [2022-03-25T14:43:20.318Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-25T14:43:20.881Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-25T14:43:21.449Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-25T14:43:21.449Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-25T14:43:22.017Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-25T14:43:22.946Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-25T14:43:22.977Z] --- PASS: TestBuildMultiStageOnBuild (18.35s) [2022-03-25T14:43:22.977Z] === RUN TestBuildUncleanTarFilenames [2022-03-25T14:43:22.977Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:43:22.977Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-25T14:43:22.977Z] === RUN TestBuildMultiStageLayerLeak [2022-03-25T14:43:23.874Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-25T14:43:24.131Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-25T14:43:24.693Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-25T14:43:25.620Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-25T14:43:26.182Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-25T14:43:27.552Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-25T14:43:30.073Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-25T14:43:30.205Z] --- PASS: TestServiceUpdateSecrets (14.55s) [2022-03-25T14:43:30.205Z] === RUN TestServiceUpdateConfigs [2022-03-25T14:43:31.967Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-25T14:43:32.528Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-25T14:43:34.420Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.89s) [2022-03-25T14:43:34.420Z] === RUN TestCreateServiceSecretFileMode [2022-03-25T14:43:35.348Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-25T14:43:37.768Z] --- PASS: TestBuildMultiStageLayerLeak (16.35s) [2022-03-25T14:43:37.768Z] === RUN TestBuildWithHugeFile [2022-03-25T14:43:37.865Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-25T14:43:37.865Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-25T14:43:39.076Z] --- PASS: TestBuildWithHugeFile (126.37s) [2022-03-25T14:43:39.076Z] === RUN TestBuildWCOWSandboxSize [2022-03-25T14:43:39.076Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:43:39.076Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:43:39.076Z] === RUN TestBuildWithEmptyDockerfile [2022-03-25T14:43:39.076Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:43:39.076Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:43:39.076Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:43:39.076Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:43:39.076Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:43:39.076Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:43:39.076Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:43:39.076Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:43:39.076Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:43:39.076Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-03-25T14:43:39.076Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-25T14:43:39.076Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-25T14:43:39.076Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-25T14:43:39.076Z] === RUN TestBuildPreserveOwnership [2022-03-25T14:43:39.076Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:43:39.076Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-25T14:43:39.076Z] === RUN TestBuildPlatformInvalid [2022-03-25T14:43:39.076Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-25T14:43:39.076Z] PASS [2022-03-25T14:43:39.076Z] ok github.com/docker/docker/integration/build 201.413s [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] === Skipped [2022-03-25T14:43:39.076Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-25T14:43:39.076Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-25T14:43:39.076Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-25T14:43:39.076Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-25T14:43:39.076Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:43:39.076Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-25T14:43:39.076Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] DONE 29 tests, 6 skipped in 238.783s [2022-03-25T14:43:39.076Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-25T14:43:39.076Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:43:39.076Z] INFO: Testing against a local daemon [2022-03-25T14:43:39.076Z] === RUN TestConfigInspect [2022-03-25T14:43:39.076Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.076Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-25T14:43:39.076Z] === RUN TestConfigList [2022-03-25T14:43:39.076Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.076Z] --- SKIP: TestConfigList (0.00s) [2022-03-25T14:43:39.076Z] === RUN TestConfigsCreateAndDelete [2022-03-25T14:43:39.076Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.076Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-25T14:43:39.076Z] === RUN TestConfigsUpdate [2022-03-25T14:43:39.076Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.076Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-25T14:43:39.076Z] === RUN TestTemplatedConfig [2022-03-25T14:43:39.076Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.076Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-25T14:43:39.076Z] === RUN TestConfigCreateResolve [2022-03-25T14:43:39.076Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:43:39.076Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-25T14:43:39.076Z] PASS [2022-03-25T14:43:39.076Z] ok github.com/docker/docker/integration/config 0.125s [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] === Skipped [2022-03-25T14:43:39.076Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-25T14:43:39.076Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.076Z] [2022-03-25T14:43:39.076Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-25T14:43:39.077Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.077Z] [2022-03-25T14:43:39.077Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-25T14:43:39.077Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.077Z] [2022-03-25T14:43:39.077Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-25T14:43:39.077Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.077Z] [2022-03-25T14:43:39.077Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-25T14:43:39.077Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:39.077Z] [2022-03-25T14:43:39.077Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-25T14:43:39.077Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:43:39.077Z] [2022-03-25T14:43:39.077Z] DONE 6 tests, 6 skipped in 2.404s [2022-03-25T14:43:39.077Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-25T14:43:39.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-25T14:43:40.041Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:43:40.041Z] INFO: Testing against a local daemon [2022-03-25T14:43:40.041Z] === RUN TestCheckpoint [2022-03-25T14:43:40.041Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:43:40.041Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-25T14:43:40.041Z] === RUN TestContainerInvalidJSON [2022-03-25T14:43:40.041Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:43:40.041Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:43:40.041Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:43:40.041Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:43:40.041Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:43:40.041Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:43:40.041Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-03-25T14:43:40.041Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-25T14:43:40.041Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-25T14:43:40.041Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-25T14:43:40.041Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.30s) [2022-03-25T14:43:40.041Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-25T14:43:40.294Z] 037d5740b404: Pull complete [2022-03-25T14:43:40.294Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-25T14:43:40.294Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:43:40.294Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-25T14:43:40.294Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-25T14:43:40.294Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-25T14:43:40.294Z] WARN: Skipping validation tests [2022-03-25T14:43:40.294Z] INFO: Running unit tests at 03/25/2022 14:43:38... [2022-03-25T14:43:40.497Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.29s) [2022-03-25T14:43:40.497Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-25T14:43:40.497Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.28s) [2022-03-25T14:43:40.497Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-25T14:43:40.687Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-25T14:43:40.954Z] --- PASS: TestCopyToContainerPathIsNotDir (0.28s) [2022-03-25T14:43:40.954Z] === RUN TestCopyFromContainer [2022-03-25T14:43:40.954Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:40.954Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-25T14:43:40.954Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:43:40.954Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:43:40.954Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:43:40.954Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:43:40.954Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:43:40.954Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:43:40.954Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:43:40.954Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:43:40.954Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:43:40.954Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-25T14:43:40.954Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-25T14:43:40.954Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-25T14:43:40.954Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidEnv [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-25T14:43:40.954Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-25T14:43:40.954Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-25T14:43:40.954Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-25T14:43:40.954Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-25T14:43:40.954Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-25T14:43:40.954Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateTmpfsMountsTarget [2022-03-25T14:43:40.954Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:40.954Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-25T14:43:40.954Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:43:40.954Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-25T14:43:40.954Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:43:40.954Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:43:40.954Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:43:40.954Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:43:40.954Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:43:40.954Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:43:40.954Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:43:40.954Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:43:40.954Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:43:40.954Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:43:40.954Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:43:40.954Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:43:40.954Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-25T14:43:40.954Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-25T14:43:40.954Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateDifferentPlatform [2022-03-25T14:43:40.954Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-25T14:43:40.954Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-25T14:43:40.954Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-25T14:43:40.954Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-25T14:43:40.954Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-25T14:43:41.410Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.17s) [2022-03-25T14:43:41.410Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-25T14:43:41.410Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-25T14:43:41.410Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-25T14:43:41.410Z] === RUN TestContainerKillOnDaemonStart [2022-03-25T14:43:41.410Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:41.410Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-25T14:43:41.410Z] === RUN TestDiff [2022-03-25T14:43:41.410Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-25T14:43:41.410Z] --- SKIP: TestDiff (0.00s) [2022-03-25T14:43:41.410Z] === RUN TestExecWithCloseStdin [2022-03-25T14:43:41.617Z] === RUN TestDockerSuite/TestCpToDot [2022-03-25T14:43:41.617Z] docker_api_swarm_node_test.go:81: [db4928dc62ead] joining swarm manager [df780b2132ba8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:43:42.180Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-25T14:43:43.109Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-25T14:43:43.304Z] INFO: make.ps1 starting at 03/25/2022 14:43:42 [2022-03-25T14:43:43.772Z] INFO: Git commit (3853eb59d1) assumed from DOCKER_GITCOMMIT environment variable [2022-03-25T14:43:43.772Z] INFO: Invoking autogen... [2022-03-25T14:43:44.038Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-25T14:43:44.248Z] INFO: Running unit tests... [2022-03-25T14:43:44.309Z] --- PASS: TestExecWithCloseStdin (2.90s) [2022-03-25T14:43:44.309Z] === RUN TestExec [2022-03-25T14:43:44.600Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-25T14:43:45.109Z] --- PASS: TestServiceUpdateConfigs (14.45s) [2022-03-25T14:43:45.109Z] === RUN TestServiceUpdateNetwork [2022-03-25T14:43:45.535Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-25T14:43:46.115Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-25T14:43:46.681Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-25T14:43:46.937Z] --- PASS: TestCreateServiceSecretFileMode (12.90s) [2022-03-25T14:43:46.937Z] === RUN TestCreateServiceConfigFileMode [2022-03-25T14:43:47.197Z] --- PASS: TestExec (2.75s) [2022-03-25T14:43:47.197Z] === RUN TestExecUser [2022-03-25T14:43:47.197Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-25T14:43:47.197Z] --- SKIP: TestExecUser (0.00s) [2022-03-25T14:43:47.197Z] === RUN TestExportContainerAndImportImage [2022-03-25T14:43:47.197Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:47.197Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-25T14:43:47.197Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-25T14:43:47.197Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:47.197Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-25T14:43:47.197Z] === RUN TestHealthCheckWorkdir [2022-03-25T14:43:47.197Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-25T14:43:47.197Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-25T14:43:47.197Z] === RUN TestHealthKillContainer [2022-03-25T14:43:47.197Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-25T14:43:47.197Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-25T14:43:47.197Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-25T14:43:47.197Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-25T14:43:47.197Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-25T14:43:47.197Z] === RUN TestKillContainerInvalidSignal [2022-03-25T14:43:48.305Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-25T14:43:48.305Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-25T14:43:48.305Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-25T14:43:48.868Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-25T14:43:49.796Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-25T14:43:49.796Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-25T14:43:49.796Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-25T14:43:49.796Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-25T14:43:50.113Z] --- PASS: TestKillContainerInvalidSignal (2.65s) [2022-03-25T14:43:50.113Z] === RUN TestKillContainer [2022-03-25T14:43:50.113Z] === RUN TestKillContainer/no_signal [2022-03-25T14:43:50.724Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-25T14:43:50.981Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-25T14:43:50.981Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-25T14:43:50.981Z] === RUN TestDockerSuite/TestCreateRM [2022-03-25T14:43:51.237Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-25T14:43:51.237Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-25T14:43:51.237Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-25T14:43:51.237Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-25T14:43:51.237Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-25T14:43:52.293Z] === RUN TestKillContainer/non_killing_signal [2022-03-25T14:43:52.293Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-25T14:43:52.293Z] === RUN TestKillContainer/killing_signal [2022-03-25T14:43:52.604Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-25T14:43:52.861Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-25T14:43:52.861Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-25T14:43:54.672Z] 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/httpstatus 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/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/longpath 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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-25T14:43:55.245Z] --- PASS: TestKillContainer (5.52s) [2022-03-25T14:43:55.245Z] --- PASS: TestKillContainer/no_signal (2.48s) [2022-03-25T14:43:55.245Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:43:55.245Z] --- PASS: TestKillContainer/killing_signal (2.98s) [2022-03-25T14:43:55.245Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-25T14:43:55.245Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:43:55.245Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-25T14:43:55.245Z] === RUN TestKillStoppedContainer [2022-03-25T14:43:55.245Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:43:55.245Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-25T14:43:55.245Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-25T14:43:55.245Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:43:55.245Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-25T14:43:55.245Z] === RUN TestKillDifferentUserContainer [2022-03-25T14:43:55.245Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-25T14:43:55.245Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-25T14:43:55.245Z] === RUN TestInspectOomKilledTrue [2022-03-25T14:43:55.245Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:43:55.245Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-25T14:43:55.245Z] === RUN TestInspectOomKilledFalse [2022-03-25T14:43:55.245Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:43:55.245Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-25T14:43:55.245Z] === RUN TestLogsFollowTailEmpty [2022-03-25T14:43:55.378Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-25T14:43:55.378Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-25T14:43:55.378Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-25T14:43:55.634Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-25T14:43:55.634Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-25T14:43:55.634Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-25T14:43:55.890Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-25T14:43:56.146Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-25T14:43:57.075Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-25T14:43:57.301Z] --- PASS: TestServiceUpdateNetwork (12.31s) [2022-03-25T14:43:57.301Z] === RUN TestServiceUpdatePidsLimit [2022-03-25T14:43:57.637Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-25T14:43:57.867Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-25T14:43:57.893Z] docker_api_swarm_node_test.go:53: [d7173c60ee745] joining swarm manager [dbf532216f4cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:43:58.198Z] --- PASS: TestLogsFollowTailEmpty (2.54s) [2022-03-25T14:43:58.198Z] === RUN TestNetworkNat [2022-03-25T14:43:58.198Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-25T14:43:58.198Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-25T14:43:58.198Z] === RUN TestNetworkLocalhostTCPNat [2022-03-25T14:43:58.434Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-25T14:43:58.821Z] docker_api_swarm_node_test.go:54: [dda935f49e45b] joining swarm manager [dbf532216f4cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:43:58.821Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-25T14:43:59.750Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-25T14:44:00.311Z] --- PASS: TestCreateServiceConfigFileMode (13.40s) [2022-03-25T14:44:00.311Z] === RUN TestCreateServiceSysctls [2022-03-25T14:44:00.311Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-25T14:44:00.873Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-25T14:44:00.873Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-25T14:44:01.435Z] === RUN TestDockerSuite/TestDockerFails [2022-03-25T14:44:01.435Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-25T14:44:01.435Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-25T14:44:01.435Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-25T14:44:01.988Z] --- PASS: TestNetworkLocalhostTCPNat (4.05s) [2022-03-25T14:44:01.988Z] === RUN TestNetworkLoopbackNat [2022-03-25T14:44:01.988Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-25T14:44:01.988Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-25T14:44:01.988Z] === RUN TestPause [2022-03-25T14:44:01.988Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-25T14:44:01.988Z] --- SKIP: TestPause (0.00s) [2022-03-25T14:44:01.988Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-25T14:44:02.802Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-25T14:44:03.368Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-25T14:44:04.296Z] --- PASS: TestCreateServiceSysctls (3.80s) [2022-03-25T14:44:04.296Z] === RUN TestCreateServiceCapabilities [2022-03-25T14:44:04.551Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-25T14:44:04.551Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-25T14:44:04.551Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-25T14:44:04.807Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-25T14:44:04.950Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.69s) [2022-03-25T14:44:04.950Z] === RUN TestPauseStopPausedContainer [2022-03-25T14:44:04.950Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:44:04.950Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-25T14:44:04.950Z] === RUN TestPsFilter [2022-03-25T14:44:04.950Z] --- PASS: TestPsFilter (0.48s) [2022-03-25T14:44:04.950Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-25T14:44:06.541Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-25T14:44:06.698Z] --- PASS: TestCreateServiceCapabilities (2.56s) [2022-03-25T14:44:06.698Z] === RUN TestInspect [2022-03-25T14:44:07.165Z] ? github.com/docker/docker/api [no test files] [2022-03-25T14:44:08.741Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.21s) [2022-03-25T14:44:08.741Z] === RUN TestRemoveContainerWithVolume [2022-03-25T14:44:09.986Z] --- PASS: TestInspect (2.74s) [2022-03-25T14:44:09.986Z] === RUN TestCreateJob [2022-03-25T14:44:10.242Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-25T14:44:11.256Z] --- PASS: TestRemoveContainerWithVolume (3.12s) [2022-03-25T14:44:11.257Z] === RUN TestRemoveContainerRunning [2022-03-25T14:44:12.760Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-25T14:44:12.760Z] --- PASS: TestCreateJob (3.34s) [2022-03-25T14:44:12.760Z] === RUN TestReplicatedJob [2022-03-25T14:44:13.098Z] --- PASS: TestServiceUpdatePidsLimit (16.19s) [2022-03-25T14:44:13.098Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-25T14:44:13.098Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-25T14:44:13.098Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2022-03-25T14:44:13.098Z] PASS [2022-03-25T14:44:13.098Z] [2022-03-25T14:44:13.098Z] === Skipped [2022-03-25T14:44:13.098Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-25T14:44:13.098Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-25T14:44:13.098Z] [2022-03-25T14:44:13.098Z] DONE 27 tests, 1 skipped in 183.271s [2022-03-25T14:44:13.098Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-25T14:44:13.098Z] INFO: Testing against a local daemon [2022-03-25T14:44:13.098Z] === RUN TestSessionCreate [2022-03-25T14:44:13.098Z] --- PASS: TestSessionCreate (0.05s) [2022-03-25T14:44:13.098Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-25T14:44:13.098Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-25T14:44:13.098Z] PASS [2022-03-25T14:44:13.098Z] [2022-03-25T14:44:13.098Z] DONE 2 tests in 0.103s [2022-03-25T14:44:13.098Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-25T14:44:13.098Z] INFO: Testing against a local daemon [2022-03-25T14:44:13.098Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:44:13.098Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:44:13.098Z] === RUN TestDiskUsage [2022-03-25T14:44:13.098Z] === PAUSE TestDiskUsage [2022-03-25T14:44:13.098Z] === RUN TestEventsExecDie [2022-03-25T14:44:13.665Z] --- PASS: TestEventsExecDie (0.58s) [2022-03-25T14:44:13.665Z] === RUN TestEventsBackwardsCompatible [2022-03-25T14:44:13.665Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-03-25T14:44:13.665Z] === RUN TestEventsVolumeCreate [2022-03-25T14:44:13.665Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-25T14:44:13.665Z] === RUN TestInfoBinaryCommits [2022-03-25T14:44:13.665Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-25T14:44:13.665Z] === RUN TestInfoAPIVersioned [2022-03-25T14:44:13.665Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-25T14:44:13.665Z] === RUN TestInfoAPI [2022-03-25T14:44:13.665Z] --- PASS: TestInfoAPI (0.02s) [2022-03-25T14:44:13.665Z] === RUN TestInfoAPIWarnings [2022-03-25T14:44:14.126Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-25T14:44:14.208Z] --- PASS: TestRemoveContainerRunning (2.52s) [2022-03-25T14:44:14.208Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-25T14:44:16.021Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-25T14:44:16.144Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.50s) [2022-03-25T14:44:16.144Z] === RUN TestRemoveInvalidContainer [2022-03-25T14:44:16.612Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-25T14:44:16.612Z] === RUN TestRenameLinkedContainer [2022-03-25T14:44:16.612Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-25T14:44:16.612Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-25T14:44:16.612Z] === RUN TestRenameStoppedContainer [2022-03-25T14:44:16.950Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-25T14:44:17.513Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-25T14:44:18.442Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-25T14:44:18.697Z] --- PASS: TestReplicatedJob (5.79s) [2022-03-25T14:44:18.697Z] === RUN TestUpdateReplicatedJob [2022-03-25T14:44:18.954Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-25T14:44:19.210Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-25T14:44:19.564Z] --- PASS: TestRenameStoppedContainer (3.07s) [2022-03-25T14:44:19.564Z] === RUN TestRenameRunningContainerAndReuse [2022-03-25T14:44:19.772Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-25T14:44:21.663Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-25T14:44:21.919Z] --- PASS: TestUpdateReplicatedJob (3.25s) [2022-03-25T14:44:21.919Z] === RUN TestServiceListWithStatuses [2022-03-25T14:44:21.919Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-25T14:44:21.919Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-25T14:44:21.919Z] === RUN TestDockerNetworkConnectAlias [2022-03-25T14:44:22.481Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-25T14:44:24.322Z] --- PASS: TestRenameRunningContainerAndReuse (5.06s) [2022-03-25T14:44:24.322Z] === RUN TestRenameInvalidName [2022-03-25T14:44:24.999Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-25T14:44:27.275Z] --- PASS: TestRenameInvalidName (2.55s) [2022-03-25T14:44:27.275Z] === RUN TestRenameAnonymousContainer [2022-03-25T14:44:27.516Z] --- PASS: TestDockerNetworkConnectAlias (5.15s) [2022-03-25T14:44:27.516Z] === RUN TestDockerNetworkReConnect [2022-03-25T14:44:27.516Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-25T14:44:28.445Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-25T14:44:29.812Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-25T14:44:31.178Z] --- PASS: TestDockerNetworkReConnect (3.86s) [2022-03-25T14:44:31.178Z] === RUN TestServicePlugin [2022-03-25T14:44:31.178Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-25T14:44:31.739Z] --- PASS: TestInfoAPIWarnings (16.25s) [2022-03-25T14:44:31.739Z] === RUN TestInfoDebug [2022-03-25T14:44:31.739Z] --- PASS: TestInfoDebug (0.52s) [2022-03-25T14:44:31.739Z] === RUN TestInfoInsecureRegistries [2022-03-25T14:44:31.739Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-25T14:44:31.739Z] === RUN TestInfoRegistryMirrors [2022-03-25T14:44:31.739Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-25T14:44:31.739Z] === RUN TestLoginFailsWithBadCredentials [2022-03-25T14:44:31.739Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-25T14:44:31.739Z] === RUN TestPingCacheHeaders [2022-03-25T14:44:31.739Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-25T14:44:31.739Z] === RUN TestPingGet [2022-03-25T14:44:31.739Z] --- PASS: TestPingGet (0.01s) [2022-03-25T14:44:31.739Z] === RUN TestPingHead [2022-03-25T14:44:31.739Z] --- PASS: TestPingHead (0.02s) [2022-03-25T14:44:31.739Z] === RUN TestVersion [2022-03-25T14:44:31.739Z] --- PASS: TestVersion (0.02s) [2022-03-25T14:44:31.739Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:44:31.739Z] === CONT TestDiskUsage [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/container_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/image_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/volume_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-25T14:44:32.305Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-25T14:44:32.451Z] === RUN TestMiddlewares [2022-03-25T14:44:32.451Z] --- PASS: TestMiddlewares (0.00s) [2022-03-25T14:44:32.451Z] PASS [2022-03-25T14:44:32.451Z] coverage: 7.9% of statements [2022-03-25T14:44:32.451Z] ok github.com/docker/docker/api/server 0.061s coverage: 7.9% of statements [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-25T14:44:32.563Z] === RUN TestDiskUsage/after_container.Run [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-25T14:44:33.134Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-25T14:44:33.392Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.57s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage (1.58s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.33s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run (0.50s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-25T14:44:33.392Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:44:33.392Z] PASS [2022-03-25T14:44:33.392Z] [2022-03-25T14:44:33.392Z] DONE 50 tests in 20.354s [2022-03-25T14:44:33.392Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-25T14:44:33.392Z] INFO: Testing against a local daemon [2022-03-25T14:44:33.392Z] === RUN TestVolumesCreateAndList [2022-03-25T14:44:33.392Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-25T14:44:33.392Z] === RUN TestVolumesRemove [2022-03-25T14:44:33.651Z] --- PASS: TestVolumesRemove (0.11s) [2022-03-25T14:44:33.651Z] === RUN TestVolumesInspect [2022-03-25T14:44:33.651Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-25T14:44:33.651Z] === RUN TestVolumesInvalidJSON [2022-03-25T14:44:33.651Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-25T14:44:33.651Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-25T14:44:33.651Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-25T14:44:33.651Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-25T14:44:33.651Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-25T14:44:33.651Z] PASS [2022-03-25T14:44:33.651Z] [2022-03-25T14:44:33.651Z] DONE 5 tests in 0.261s [2022-03-25T14:44:33.651Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-25T14:44:34.218Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-25T14:44:34.219Z] Removing test suite binaries [2022-03-25T14:44:34.219Z] exiting test-integration [2022-03-25T14:44:34.219Z] ++ exit 0 [2022-03-25T14:44:34.219Z] [2022-03-25T14:44:35.345Z] plugin_test.go:61: [d6970be33461f] joining swarm manager [ddc5e7d30c7b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:44:35.345Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-25T14:44:35.345Z] === RUN TestDockerSuite/TestEventsFilterImageName Post stage [Pipeline] junit [2022-03-25T14:44:35.656Z] Recording test results [2022-03-25T14:44:35.893Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-25T14:44:36.239Z] + echo Ensuring container killed. [2022-03-25T14:44:36.239Z] Ensuring container killed. [2022-03-25T14:44:36.239Z] + docker rm -vf docker-pr3 [2022-03-25T14:44:36.239Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-25T14:44:36.294Z] plugin_test.go:64: [dc649ec52be8c] joining swarm manager [ddc5e7d30c7b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:44:36.519Z] + echo Chowning /workspace to jenkins user [2022-03-25T14:44:36.519Z] Chowning /workspace to jenkins user [2022-03-25T14:44:36.519Z] + id -u [2022-03-25T14:44:36.519Z] + id -g [2022-03-25T14:44:36.519Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43378:/workspace busybox chown -R 1000:1000 /workspace [2022-03-25T14:44:36.550Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-25T14:44:36.807Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-25T14:44:37.063Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-25T14:44:37.625Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-25T14:44:37.625Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-25T14:44:37.625Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-25T14:44:37.625Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-25T14:44:37.996Z] --- PASS: TestRenameAnonymousContainer (11.09s) [2022-03-25T14:44:37.996Z] === RUN TestRenameContainerWithSameName [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-25T14:44:38.711Z] + bundleName=amd64-cgroup2 [2022-03-25T14:44:38.711Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-25T14:44:38.711Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-25T14:44:38.711Z] + find bundles+ -path */root/*overlay2 -prune -o -type f ( -namexargs *-report.json tar -o -czf -name amd64-cgroup2-bundles.tar.gz *.log [2022-03-25T14:44:38.711Z] -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-25T14:44:38.980Z] Archiving artifacts [2022-03-25T14:44:38.993Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-25T14:44:39.284Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-25T14:44:39.592Z] + make clean [2022-03-25T14:44:39.850Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-25T14:44:39.850Z] docker-dev-cache [2022-03-25T14:44:39.850Z] docker-mod-cache [Pipeline] deleteDir [2022-03-25T14:44:39.925Z] docker_api_swarm_test.go:202: [d0935ae0999a8] joining swarm manager [d1b0bb2cecd4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:44:40.183Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-25T14:44:40.183Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-25T14:44:40.183Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-25T14:44:40.954Z] --- PASS: TestRenameContainerWithSameName (2.78s) [2022-03-25T14:44:40.954Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-25T14:44:40.954Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-25T14:44:40.954Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-25T14:44:40.954Z] === RUN TestResize [2022-03-25T14:44:41.111Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-25T14:44:41.111Z] === RUN TestDockerSuite/TestEventsImagePull [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-25T14:44:42.038Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-25T14:44:42.967Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-25T14:44:42.967Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-25T14:44:42.967Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-25T14:44:42.967Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-25T14:44:42.967Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-25T14:44:42.967Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-25T14:44:43.912Z] --- PASS: TestResize (2.54s) [2022-03-25T14:44:43.912Z] === RUN TestResizeWithInvalidSize [2022-03-25T14:44:45.485Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-25T14:44:45.485Z] === RUN TestDockerSuite/TestEventsRename [2022-03-25T14:44:46.048Z] === RUN TestDockerSuite/TestEventsResize [2022-03-25T14:44:46.136Z] --- PASS: TestResizeWithInvalidSize (2.55s) [2022-03-25T14:44:46.136Z] === RUN TestResizeWhenContainerNotStarted [2022-03-25T14:44:46.609Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-25T14:44:49.096Z] --- PASS: TestResizeWhenContainerNotStarted (3.19s) [2022-03-25T14:44:49.096Z] === RUN TestDaemonRestartKillContainers [2022-03-25T14:44:49.096Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:44:49.096Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:44:49.096Z] === RUN TestStats [2022-03-25T14:44:49.096Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-25T14:44:49.096Z] --- SKIP: TestStats (0.00s) [2022-03-25T14:44:49.096Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-25T14:44:53.147Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-25T14:44:53.147Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-25T14:44:53.147Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-25T14:44:54.971Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.88s) [2022-03-25T14:44:54.971Z] === RUN TestStopContainerWithTimeout [2022-03-25T14:44:54.971Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-25T14:44:54.971Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-25T14:44:54.971Z] === RUN TestUpdateRestartPolicy [2022-03-25T14:44:55.663Z] === RUN TestDockerSuite/TestEventsTop [2022-03-25T14:44:56.225Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-25T14:44:59.112Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-25T14:44:59.112Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-25T14:44:59.496Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-25T14:45:00.046Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-25T14:45:00.046Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-25T14:45:00.305Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-25T14:45:00.305Z] Cross building: bundles/cross/windows/amd64 [2022-03-25T14:45:00.305Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-25T14:45:00.305Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-25T14:45:01.383Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-25T14:45:01.945Z] --- PASS: TestServicePlugin (30.96s) [2022-03-25T14:45:01.945Z] === RUN TestServiceUpdateLabel [2022-03-25T14:45:03.836Z] docker_api_swarm_test.go:384: [d13b1dafa1271] joining swarm manager [dbce2ba90a1fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:45:04.414Z] --- PASS: TestServiceUpdateLabel (2.45s) [2022-03-25T14:45:04.414Z] === RUN TestServiceUpdateSecrets [2022-03-25T14:45:04.982Z] docker_api_swarm_test.go:385: [d1348246ec48d] joining swarm manager [dbce2ba90a1fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:45:10.228Z] === RUN TestDockerSuite/TestExec [2022-03-25T14:45:10.228Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-25T14:45:10.790Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-25T14:45:11.352Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-25T14:45:11.608Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-25T14:45:12.973Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-25T14:45:13.229Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-25T14:45:13.792Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-25T14:45:14.353Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-25T14:45:14.916Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-25T14:45:15.478Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-25T14:45:16.039Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-25T14:45:16.966Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-25T14:45:17.896Z] === RUN TestDockerSuite/TestExecEnv [2022-03-25T14:45:18.152Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-25T14:45:19.518Z] --- PASS: TestServiceUpdateSecrets (15.02s) [2022-03-25T14:45:19.518Z] === RUN TestServiceUpdateConfigs [2022-03-25T14:45:19.518Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-25T14:45:20.081Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-25T14:45:20.265Z] --- PASS: TestUpdateRestartPolicy (23.62s) [2022-03-25T14:45:20.265Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-25T14:45:21.236Z] --- PASS: TestUpdateRestartWithAutoRemove (2.47s) [2022-03-25T14:45:21.236Z] === RUN TestWaitNonBlocked [2022-03-25T14:45:21.236Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:45:21.236Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:45:21.236Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:45:21.236Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:45:21.236Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:45:21.236Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:45:21.972Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-25T14:45:22.229Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-25T14:45:22.793Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-25T14:45:23.049Z] === RUN TestDockerSuite/TestExecParseError [2022-03-25T14:45:23.611Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-25T14:45:24.176Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-25T14:45:24.739Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-25T14:45:25.667Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-25T14:45:25.970Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-25T14:45:25.970Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.53s) [2022-03-25T14:45:25.970Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.19s) [2022-03-25T14:45:25.970Z] === RUN TestWaitBlocked [2022-03-25T14:45:25.970Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:45:25.970Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-25T14:45:25.970Z] PASS [2022-03-25T14:45:25.970Z] ok github.com/docker/docker/integration/container 105.712s [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === Skipped [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-25T14:45:25.970Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-25T14:45:25.970Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-25T14:45:25.970Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-25T14:45:25.970Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-25T14:45:25.970Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-25T14:45:25.970Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-25T14:45:25.970Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-25T14:45:25.970Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-25T14:45:25.970Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-25T14:45:25.970Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-25T14:45:25.970Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-25T14:45:25.970Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-25T14:45:25.970Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-25T14:45:25.970Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-25T14:45:25.970Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-25T14:45:25.970Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:45:25.970Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-25T14:45:25.970Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-25T14:45:25.970Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-25T14:45:25.970Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-25T14:45:25.970Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-25T14:45:25.970Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-25T14:45:25.970Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-25T14:45:25.970Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-25T14:45:25.970Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-25T14:45:25.970Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-25T14:45:25.970Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-25T14:45:25.970Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-25T14:45:25.970Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-25T14:45:25.970Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:45:25.970Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-25T14:45:25.970Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-25T14:45:25.970Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-25T14:45:25.970Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:45:25.970Z] [2022-03-25T14:45:25.970Z] DONE 87 tests, 33 skipped in 108.840s [2022-03-25T14:45:25.970Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-25T14:45:26.229Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-25T14:45:26.486Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-25T14:45:34.614Z] --- PASS: TestServiceUpdateConfigs (14.49s) [2022-03-25T14:45:34.614Z] === RUN TestServiceUpdateNetwork [2022-03-25T14:45:37.132Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-25T14:45:37.695Z] === RUN TestDockerSuite/TestExecTTY [2022-03-25T14:45:38.258Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-25T14:45:38.821Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-25T14:45:39.386Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-25T14:45:39.948Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-25T14:45:39.948Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-25T14:45:39.948Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-25T14:45:41.315Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-25T14:45:41.877Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-25T14:45:42.443Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-25T14:45:43.005Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-25T14:45:43.568Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-03-25T14:45:44.761Z] === RUN TestBoolValue [2022-03-25T14:45:44.761Z] --- PASS: TestBoolValue (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestBoolValueOrDefault [2022-03-25T14:45:44.761Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestInt64ValueOrZero [2022-03-25T14:45:44.761Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestInt64ValueOrDefault [2022-03-25T14:45:44.761Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-25T14:45:44.761Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestJsonContentType [2022-03-25T14:45:44.761Z] --- PASS: TestJsonContentType (0.00s) [2022-03-25T14:45:44.761Z] PASS [2022-03-25T14:45:44.761Z] coverage: 16.2% of statements [2022-03-25T14:45:44.761Z] ok github.com/docker/docker/api/server/httputils 0.060s coverage: 16.2% of statements [2022-03-25T14:45:44.761Z] === RUN TestMaskSecretKeys [2022-03-25T14:45:44.761Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-25T14:45:44.761Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-25T14:45:44.761Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-25T14:45:44.761Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-25T14:45:44.761Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-25T14:45:44.761Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-25T14:45:44.761Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestVersionMiddlewareVersion [2022-03-25T14:45:44.761Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-25T14:45:44.761Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-25T14:45:44.761Z] PASS [2022-03-25T14:45:44.761Z] coverage: 37.7% of statements [2022-03-25T14:45:44.761Z] ok github.com/docker/docker/api/server/middleware 0.077s coverage: 37.7% of statements [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-25T14:45:44.761Z] === RUN TestStrSliceMarshalJSON [2022-03-25T14:45:44.761Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestStrSliceUnmarshalJSON [2022-03-25T14:45:44.761Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestStrSliceUnmarshalString [2022-03-25T14:45:44.761Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestStrSliceUnmarshalSlice [2022-03-25T14:45:44.761Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-25T14:45:44.761Z] PASS [2022-03-25T14:45:44.761Z] coverage: 90.0% of statements [2022-03-25T14:45:44.761Z] ok github.com/docker/docker/api/types/strslice 0.055s coverage: 90.0% of statements [2022-03-25T14:45:44.761Z] === RUN TestToJSON [2022-03-25T14:45:44.761Z] --- PASS: TestToJSON (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestToParamWithVersion [2022-03-25T14:45:44.761Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestFromJSON [2022-03-25T14:45:44.761Z] --- PASS: TestFromJSON (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestEmpty [2022-03-25T14:45:44.761Z] --- PASS: TestEmpty (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestArgsMatchKVListEmptySources [2022-03-25T14:45:44.761Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestArgsMatchKVList [2022-03-25T14:45:44.761Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestArgsMatch [2022-03-25T14:45:44.761Z] --- PASS: TestArgsMatch (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestAdd [2022-03-25T14:45:44.761Z] --- PASS: TestAdd (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestDel [2022-03-25T14:45:44.761Z] --- PASS: TestDel (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestLen [2022-03-25T14:45:44.761Z] --- PASS: TestLen (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestExactMatch [2022-03-25T14:45:44.761Z] --- PASS: TestExactMatch (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestOnlyOneExactMatch [2022-03-25T14:45:44.761Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestContains [2022-03-25T14:45:44.761Z] --- PASS: TestContains (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestValidate [2022-03-25T14:45:44.761Z] --- PASS: TestValidate (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestWalkValues [2022-03-25T14:45:44.761Z] --- PASS: TestWalkValues (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestFuzzyMatch [2022-03-25T14:45:44.761Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestClone [2022-03-25T14:45:44.761Z] --- PASS: TestClone (0.00s) [2022-03-25T14:45:44.761Z] PASS [2022-03-25T14:45:44.761Z] coverage: 92.2% of statements [2022-03-25T14:45:44.761Z] ok github.com/docker/docker/api/types/filters 0.064s coverage: 92.2% of statements [2022-03-25T14:45:44.761Z] === RUN TestAdjustForAPIVersion [2022-03-25T14:45:44.761Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-25T14:45:44.761Z] PASS [2022-03-25T14:45:44.761Z] coverage: 5.7% of statements [2022-03-25T14:45:44.761Z] ok github.com/docker/docker/api/server/router/swarm 0.050s coverage: 5.7% of statements [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-25T14:45:44.761Z] === RUN TestDurationToSecondsString [2022-03-25T14:45:44.761Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-25T14:45:44.761Z] === RUN TestGetTimestamp [2022-03-25T14:45:44.761Z] --- PASS: TestGetTimestamp (0.22s) [2022-03-25T14:45:44.761Z] === RUN TestParseTimestamps [2022-03-25T14:45:44.761Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-25T14:45:44.761Z] PASS [2022-03-25T14:45:44.761Z] coverage: 100.0% of statements [2022-03-25T14:45:44.761Z] ok github.com/docker/docker/api/types/time 0.264s coverage: 100.0% of statements [2022-03-25T14:45:44.761Z] === RUN TestCompareVersion [2022-03-25T14:45:44.761Z] --- PASS: TestCompareVersion (0.00s) [2022-03-25T14:45:44.761Z] PASS [2022-03-25T14:45:44.761Z] coverage: 77.3% of statements [2022-03-25T14:45:44.761Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 77.3% of statements [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/builder [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-25T14:45:44.761Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-25T14:45:45.749Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-25T14:45:45.749Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-25T14:45:45.749Z] === RUN TestCloneArgsSmartHttp [2022-03-25T14:45:45.749Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-25T14:45:45.749Z] === RUN TestCloneArgsDumbHttp [2022-03-25T14:45:45.749Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-25T14:45:45.749Z] === RUN TestCloneArgsGit [2022-03-25T14:45:45.749Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-25T14:45:45.749Z] === RUN TestCheckoutGit [2022-03-25T14:45:46.834Z] --- PASS: TestServiceUpdateNetwork (12.56s) [2022-03-25T14:45:46.834Z] === RUN TestServiceUpdatePidsLimit [2022-03-25T14:45:47.315Z] === RUN TestEnable [2022-03-25T14:45:47.316Z] --- PASS: TestEnable (0.00s) [2022-03-25T14:45:47.316Z] === RUN TestDisable [2022-03-25T14:45:47.316Z] --- PASS: TestDisable (0.00s) [2022-03-25T14:45:47.316Z] === RUN TestEnabled [2022-03-25T14:45:47.316Z] --- PASS: TestEnabled (0.00s) [2022-03-25T14:45:47.316Z] PASS [2022-03-25T14:45:47.316Z] coverage: 100.0% of statements [2022-03-25T14:45:47.762Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-25T14:45:47.784Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2022-03-25T14:45:48.019Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-25T14:45:48.276Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-25T14:45:48.772Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-25T14:45:48.772Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.04s) [2022-03-25T14:45:48.772Z] === RUN TestProcessNoDockerignore [2022-03-25T14:45:48.772Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-25T14:45:48.772Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-25T14:45:48.772Z] === RUN TestDetectContentType [2022-03-25T14:45:48.772Z] --- PASS: TestDetectContentType (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestSelectAcceptableMIME [2022-03-25T14:45:48.772Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestInspectEmptyResponse [2022-03-25T14:45:48.772Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestInspectResponseBinary [2022-03-25T14:45:48.772Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestResponseUnsupportedContentType [2022-03-25T14:45:48.772Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestInspectResponseTextSimple [2022-03-25T14:45:48.772Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestInspectResponseEmptyContentType [2022-03-25T14:45:48.772Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestUnknownContentLength [2022-03-25T14:45:48.772Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestDownloadRemote [2022-03-25T14:45:48.772Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-25T14:45:48.772Z] === RUN TestGetWithStatusError [2022-03-25T14:45:48.772Z] --- PASS: TestGetWithStatusError (0.01s) [2022-03-25T14:45:48.772Z] === RUN TestCloseRootDirectory [2022-03-25T14:45:48.772Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:45:48.772Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestHashFile [2022-03-25T14:45:48.772Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:45:48.772Z] --- SKIP: TestHashFile (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestHashSubdir [2022-03-25T14:45:48.772Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:45:48.772Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-25T14:45:48.772Z] === RUN TestRemoveDirectory [2022-03-25T14:45:48.772Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:45:48.772Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-25T14:45:48.772Z] PASS [2022-03-25T14:45:48.772Z] coverage: 9.3% of statements [2022-03-25T14:45:48.772Z] ok github.com/docker/docker/builder/remotecontext 0.543s coverage: 9.3% of statements [2022-03-25T14:45:48.772Z] === RUN TestGetAllAllowed [2022-03-25T14:45:48.772Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestGetAllMeta [2022-03-25T14:45:48.772Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-25T14:45:48.772Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestIsUnreferencedBuiltin [2022-03-25T14:45:48.772Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestIsExistingDirectory [2022-03-25T14:45:48.772Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-25T14:45:48.772Z] === RUN TestGetFilenameForDownload [2022-03-25T14:45:48.772Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestEnv2Variables [2022-03-25T14:45:48.772Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-25T14:45:48.772Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestMaintainer [2022-03-25T14:45:48.772Z] --- PASS: TestMaintainer (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestLabel [2022-03-25T14:45:48.772Z] --- PASS: TestLabel (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestFromScratch [2022-03-25T14:45:48.772Z] --- PASS: TestFromScratch (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestFromWithArg [2022-03-25T14:45:48.772Z] --- PASS: TestFromWithArg (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-25T14:45:48.772Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestFromWithUndefinedArg [2022-03-25T14:45:48.772Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestFromMultiStageWithNamedStage [2022-03-25T14:45:48.772Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestOnbuild [2022-03-25T14:45:48.772Z] --- PASS: TestOnbuild (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestWorkdir [2022-03-25T14:45:48.772Z] --- PASS: TestWorkdir (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestCmd [2022-03-25T14:45:48.772Z] --- PASS: TestCmd (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestHealthcheckNone [2022-03-25T14:45:48.772Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestHealthcheckCmd [2022-03-25T14:45:48.772Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestEntrypoint [2022-03-25T14:45:48.772Z] --- PASS: TestEntrypoint (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestExpose [2022-03-25T14:45:48.772Z] --- PASS: TestExpose (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestUser [2022-03-25T14:45:48.772Z] --- PASS: TestUser (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestVolume [2022-03-25T14:45:48.772Z] --- PASS: TestVolume (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestStopSignal [2022-03-25T14:45:48.772Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-25T14:45:48.772Z] --- SKIP: TestStopSignal (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestArg [2022-03-25T14:45:48.772Z] --- PASS: TestArg (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestShell [2022-03-25T14:45:48.772Z] --- PASS: TestShell (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestPrependEnvOnCmd [2022-03-25T14:45:48.772Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestRunWithBuildArgs [2022-03-25T14:45:48.772Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestRunIgnoresHealthcheck [2022-03-25T14:45:48.772Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-25T14:45:48.772Z] === RUN TestDispatchUnsupportedOptions [2022-03-25T14:45:48.772Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-25T14:45:49.240Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-25T14:45:49.240Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-25T14:45:49.240Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestNormalizeWorkdir [2022-03-25T14:45:49.240Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestDispatch [2022-03-25T14:45:49.240Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-25T14:45:49.240Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-25T14:45:49.240Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-25T14:45:49.240Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-25T14:45:49.240Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-25T14:45:49.240Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-25T14:45:49.240Z] === RUN TestDispatch/COPY_url [2022-03-25T14:45:49.240Z] --- PASS: TestDispatch (0.08s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-25T14:45:49.240Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestAddScratchImageAddsToMounts [2022-03-25T14:45:49.240Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-25T14:45:49.240Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-25T14:45:49.240Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-25T14:45:49.240Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestImageSourceGetAddsToMounts [2022-03-25T14:45:49.240Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestEmptyDockerfile [2022-03-25T14:45:49.240Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-25T14:45:49.240Z] === RUN TestSymlinkDockerfile [2022-03-25T14:45:49.240Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-25T14:45:49.240Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-25T14:45:49.240Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestNonExistingDockerfile [2022-03-25T14:45:49.240Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestCopyRunConfig [2022-03-25T14:45:49.240Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestDeepCopyRunConfig [2022-03-25T14:45:49.240Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestExportImage [2022-03-25T14:45:49.240Z] --- PASS: TestExportImage (0.00s) [2022-03-25T14:45:49.240Z] === RUN TestNormalizeDest [2022-03-25T14:45:49.240Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-25T14:45:49.241Z] PASS [2022-03-25T14:45:49.241Z] coverage: 46.7% of statements [2022-03-25T14:45:49.241Z] ok github.com/docker/docker/builder/dockerfile 0.300s coverage: 46.7% of statements [2022-03-25T14:45:50.228Z] === RUN TestTCP4Proxy [2022-03-25T14:45:50.228Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-25T14:45:50.228Z] === RUN TestTCP4ProxyHalfClose [2022-03-25T14:45:50.228Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-25T14:45:50.228Z] === RUN TestTCP6Proxy [2022-03-25T14:45:50.228Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-25T14:45:50.228Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-25T14:45:50.228Z] === RUN TestTCPDualStackProxy [2022-03-25T14:45:50.229Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-25T14:45:50.229Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-25T14:45:50.229Z] === RUN TestUDP4Proxy [2022-03-25T14:45:50.229Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-25T14:45:50.229Z] === RUN TestUDP6Proxy [2022-03-25T14:45:50.229Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-25T14:45:50.229Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-25T14:45:50.229Z] === RUN TestUDPWriteError [2022-03-25T14:45:50.229Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-25T14:45:50.229Z] === RUN TestSCTP4Proxy [2022-03-25T14:45:50.229Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-25T14:45:50.229Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-25T14:45:50.229Z] === RUN TestSCTP6Proxy [2022-03-25T14:45:50.229Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-25T14:45:50.229Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-25T14:45:50.229Z] PASS [2022-03-25T14:45:50.229Z] coverage: 49.4% of statements [2022-03-25T14:45:50.229Z] ok github.com/docker/docker/cmd/docker-proxy 0.066s coverage: 49.4% of statements [2022-03-25T14:45:51.580Z] === RUN TestConfigDaemonLibtrustID [2022-03-25T14:45:51.580Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-25T14:45:51.580Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-25T14:45:51.580Z] === RUN TestDaemonConfigValidation [2022-03-25T14:45:51.580Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-25T14:45:51.580Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-25T14:45:51.580Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-25T14:45:51.580Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-25T14:45:51.580Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-25T14:45:51.580Z] === RUN TestDaemonProxy [2022-03-25T14:45:51.580Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-25T14:45:51.580Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-25T14:45:51.580Z] PASS [2022-03-25T14:45:51.580Z] ok github.com/docker/docker/integration/daemon 0.130s [2022-03-25T14:45:52.037Z] [2022-03-25T14:45:52.037Z] === Skipped [2022-03-25T14:45:52.037Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-25T14:45:52.037Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-25T14:45:52.037Z] [2022-03-25T14:45:52.037Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-25T14:45:52.037Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-25T14:45:52.037Z] [2022-03-25T14:45:52.037Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-25T14:45:52.037Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-25T14:45:52.037Z] [2022-03-25T14:45:52.037Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-25T14:45:52.037Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-25T14:45:52.037Z] [2022-03-25T14:45:52.037Z] DONE 4 tests, 4 skipped in 26.211s [2022-03-25T14:45:52.037Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-25T14:45:53.524Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-25T14:45:54.088Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-25T14:45:55.015Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-25T14:45:56.719Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:45:56.719Z] INFO: Testing against a local daemon [2022-03-25T14:45:56.719Z] === RUN TestCommitInheritsEnv [2022-03-25T14:45:56.719Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:45:56.719Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2022-03-25T14:45:56.719Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-25T14:45:56.719Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:45:56.719Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-25T14:45:56.719Z] === RUN TestImportWithCustomPlatform [2022-03-25T14:45:56.719Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:45:56.719Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-25T14:45:56.719Z] === RUN TestImagesFilterMultiReference [2022-03-25T14:45:56.719Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-25T14:45:56.719Z] === RUN TestImagePullPlatformInvalid [2022-03-25T14:45:56.719Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-25T14:45:56.719Z] === RUN TestRemoveImageOrphaning [2022-03-25T14:45:57.682Z] --- PASS: TestRemoveImageOrphaning (1.28s) [2022-03-25T14:45:57.683Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-25T14:45:57.683Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-25T14:45:57.683Z] === RUN TestTagInvalidReference [2022-03-25T14:45:58.139Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-25T14:45:58.139Z] === RUN TestTagValidPrefixedRepo [2022-03-25T14:45:58.139Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-25T14:45:58.139Z] === RUN TestTagExistedNameWithoutForce [2022-03-25T14:45:58.139Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-03-25T14:45:58.139Z] === RUN TestTagOfficialNames [2022-03-25T14:45:58.139Z] --- PASS: TestTagOfficialNames (0.11s) [2022-03-25T14:45:58.139Z] === RUN TestTagMatchesDigest [2022-03-25T14:45:58.139Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-25T14:45:58.139Z] PASS [2022-03-25T14:45:58.139Z] ok github.com/docker/docker/integration/image 1.912s [2022-03-25T14:45:58.139Z] [2022-03-25T14:45:58.139Z] === Skipped [2022-03-25T14:45:58.139Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2022-03-25T14:45:58.139Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:45:58.139Z] [2022-03-25T14:45:58.139Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-25T14:45:58.139Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:45:58.139Z] [2022-03-25T14:45:58.139Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-25T14:45:58.139Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:45:58.139Z] [2022-03-25T14:45:58.139Z] DONE 12 tests, 3 skipped in 6.294s [2022-03-25T14:45:58.594Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-25T14:45:59.185Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-25T14:45:59.185Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-25T14:45:59.185Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-25T14:45:59.185Z] check_test.go:379: [d1348246ec48d] daemon is not started [2022-03-25T14:45:59.185Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-25T14:45:59.185Z] === RUN TestDockerSuite/TestHealth [2022-03-25T14:46:00.767Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:00.767Z] INFO: Testing against a local daemon [2022-03-25T14:46:00.767Z] === RUN TestNetworkCreateDelete [2022-03-25T14:46:00.767Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:00.767Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestDockerNetworkDeletePreferID [2022-03-25T14:46:00.767Z] 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-25T14:46:00.767Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestDaemonDNSFallback [2022-03-25T14:46:00.767Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:00.767Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestInspectNetwork [2022-03-25T14:46:00.767Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:00.767Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestRunContainerWithBridgeNone [2022-03-25T14:46:00.767Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:00.767Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestNetworkInvalidJSON [2022-03-25T14:46:00.767Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-25T14:46:00.767Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-25T14:46:00.767Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:46:00.767Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:46:00.767Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:46:00.767Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:46:00.767Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-25T14:46:00.767Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:46:00.767Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:46:00.767Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-25T14:46:00.767Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-25T14:46:00.767Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-25T14:46:00.767Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-25T14:46:00.767Z] === RUN TestNetworkList [2022-03-25T14:46:00.767Z] === RUN TestNetworkList//networks [2022-03-25T14:46:00.767Z] === PAUSE TestNetworkList//networks [2022-03-25T14:46:00.767Z] === RUN TestNetworkList//networks/ [2022-03-25T14:46:00.767Z] === PAUSE TestNetworkList//networks/ [2022-03-25T14:46:00.767Z] === CONT TestNetworkList//networks [2022-03-25T14:46:00.767Z] === CONT TestNetworkList//networks/ [2022-03-25T14:46:00.767Z] --- PASS: TestNetworkList (0.04s) [2022-03-25T14:46:00.767Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-25T14:46:00.767Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestHostIPv4BridgeLabel [2022-03-25T14:46:00.767Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-25T14:46:00.767Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-25T14:46:00.767Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-25T14:46:00.767Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestDaemonDefaultNetworkPools [2022-03-25T14:46:00.767Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-25T14:46:00.767Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-25T14:46:00.767Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-25T14:46:00.767Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-25T14:46:00.767Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-25T14:46:00.767Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-25T14:46:00.767Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-25T14:46:00.767Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestServiceWithPredefinedNetwork [2022-03-25T14:46:00.767Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-25T14:46:00.767Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-25T14:46:00.767Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:46:00.767Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:46:00.767Z] === RUN TestServiceWithDataPathPortInit [2022-03-25T14:46:00.768Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-25T14:46:00.768Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-25T14:46:00.768Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-25T14:46:00.768Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-25T14:46:00.768Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-25T14:46:00.768Z] PASS [2022-03-25T14:46:00.768Z] ok github.com/docker/docker/integration/network 0.179s [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === Skipped [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-25T14:46:01.237Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-25T14:46:01.237Z] 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-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-25T14:46:01.237Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-25T14:46:01.237Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-25T14:46:01.237Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-25T14:46:01.237Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-25T14:46:01.237Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-25T14:46:01.237Z] [2022-03-25T14:46:01.237Z] DONE 22 tests, 15 skipped in 2.552s [2022-03-25T14:46:01.237Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-25T14:46:01.707Z] docker_api_swarm_test.go:802: [ded495b245b2a] joining swarm manager [db66d2b594382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:46:02.200Z] testing: warning: no tests to run [2022-03-25T14:46:02.200Z] PASS [2022-03-25T14:46:02.200Z] ok github.com/docker/docker/integration/network/ipvlan 0.084s [2022-03-25T14:46:02.200Z] [2022-03-25T14:46:02.200Z] DONE 0 tests in 0.885s [2022-03-25T14:46:02.200Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-25T14:46:02.636Z] docker_api_swarm_test.go:802: [d52ea7a34d102] joining swarm manager [db66d2b594382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:46:02.636Z] --- PASS: TestServiceUpdatePidsLimit (16.23s) [2022-03-25T14:46:02.636Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-03-25T14:46:02.636Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.81s) [2022-03-25T14:46:02.636Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2022-03-25T14:46:02.636Z] PASS [2022-03-25T14:46:02.636Z] [2022-03-25T14:46:02.636Z] === Skipped [2022-03-25T14:46:02.636Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-25T14:46:02.636Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-25T14:46:02.636Z] [2022-03-25T14:46:02.636Z] DONE 27 tests, 1 skipped in 193.255s [2022-03-25T14:46:02.636Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-25T14:46:02.636Z] ++ 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-25T14:46:02.636Z] ++ set -e [2022-03-25T14:46:02.636Z] ++ '[' -n 0 ']' [2022-03-25T14:46:02.636Z] ++ set -x [2022-03-25T14:46:02.636Z] ++ 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-25T14:46:02.636Z] INFO: Testing against a local daemon [2022-03-25T14:46:02.636Z] === RUN TestSessionCreate [2022-03-25T14:46:02.636Z] --- PASS: TestSessionCreate (0.03s) [2022-03-25T14:46:02.636Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-25T14:46:02.636Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-03-25T14:46:02.636Z] PASS [2022-03-25T14:46:02.636Z] [2022-03-25T14:46:02.636Z] DONE 2 tests in 0.164s [2022-03-25T14:46:02.636Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-25T14:46:02.636Z] ++ 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-25T14:46:02.636Z] ++ set -e [2022-03-25T14:46:02.636Z] ++ '[' -n 0 ']' [2022-03-25T14:46:02.636Z] ++ set -x [2022-03-25T14:46:02.636Z] ++ 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-25T14:46:02.738Z] === RUN TestCheckpointCreateError [2022-03-25T14:46:02.738Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCheckpointCreate [2022-03-25T14:46:02.738Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCheckpointDeleteError [2022-03-25T14:46:02.738Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCheckpointDelete [2022-03-25T14:46:02.738Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCheckpointListError [2022-03-25T14:46:02.738Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCheckpointList [2022-03-25T14:46:02.738Z] --- PASS: TestCheckpointList (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCheckpointListContainerNotFound [2022-03-25T14:46:02.738Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestNewClientWithOpsFromEnv [2022-03-25T14:46:02.738Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-25T14:46:02.738Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestGetAPIPath [2022-03-25T14:46:02.738Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestParseHostURL [2022-03-25T14:46:02.738Z] --- PASS: TestParseHostURL (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-25T14:46:02.738Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersion [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPVersionOverride [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-25T14:46:02.738Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestClientRedirect [2022-03-25T14:46:02.738Z] === RUN TestClientRedirect/GET [2022-03-25T14:46:02.738Z] === RUN TestClientRedirect/POST [2022-03-25T14:46:02.738Z] === RUN TestClientRedirect/PUT [2022-03-25T14:46:02.738Z] === RUN TestClientRedirect/DELETE [2022-03-25T14:46:02.738Z] --- PASS: TestClientRedirect (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-03-25T14:46:02.738Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigCreateUnsupported [2022-03-25T14:46:02.738Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigCreateError [2022-03-25T14:46:02.738Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigCreate [2022-03-25T14:46:02.738Z] --- PASS: TestConfigCreate (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigInspectNotFound [2022-03-25T14:46:02.738Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigInspectWithEmptyID [2022-03-25T14:46:02.738Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigInspectUnsupported [2022-03-25T14:46:02.738Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigInspectError [2022-03-25T14:46:02.738Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigInspectConfigNotFound [2022-03-25T14:46:02.738Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigInspect [2022-03-25T14:46:02.738Z] --- PASS: TestConfigInspect (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigListUnsupported [2022-03-25T14:46:02.738Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigListError [2022-03-25T14:46:02.738Z] --- PASS: TestConfigListError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigList [2022-03-25T14:46:02.738Z] --- PASS: TestConfigList (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigRemoveUnsupported [2022-03-25T14:46:02.738Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigRemoveError [2022-03-25T14:46:02.738Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigRemove [2022-03-25T14:46:02.738Z] --- PASS: TestConfigRemove (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigUpdateUnsupported [2022-03-25T14:46:02.738Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigUpdateError [2022-03-25T14:46:02.738Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestConfigUpdate [2022-03-25T14:46:02.738Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerCommitError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerCommit [2022-03-25T14:46:02.738Z] --- PASS: TestContainerCommit (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerStatPathError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerStatPathNotFoundError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerStatPathNoHeaderError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerStatPath [2022-03-25T14:46:02.738Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyToContainerError [2022-03-25T14:46:02.738Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyToContainerNotFoundError [2022-03-25T14:46:02.738Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-25T14:46:02.738Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyToContainer [2022-03-25T14:46:02.738Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyFromContainerError [2022-03-25T14:46:02.738Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyFromContainerNotFoundError [2022-03-25T14:46:02.738Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-25T14:46:02.738Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-25T14:46:02.738Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestCopyFromContainer [2022-03-25T14:46:02.738Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerCreateError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerCreateImageNotFound [2022-03-25T14:46:02.738Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerCreateWithName [2022-03-25T14:46:02.738Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerCreateAutoRemove [2022-03-25T14:46:02.738Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerDiffError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerDiff [2022-03-25T14:46:02.738Z] --- PASS: TestContainerDiff (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExecCreateError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExecCreate [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExecStartError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExecStart [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExecInspectError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExecInspect [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExportError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExportError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExport [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExport (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerInspectError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerInspectContainerNotFound [2022-03-25T14:46:02.738Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerInspectWithEmptyID [2022-03-25T14:46:02.738Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerInspect [2022-03-25T14:46:02.738Z] --- PASS: TestContainerInspect (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerInspectNode [2022-03-25T14:46:02.738Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerKillError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerKillError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerKill [2022-03-25T14:46:02.738Z] --- PASS: TestContainerKill (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerListError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerListError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerList [2022-03-25T14:46:02.738Z] --- PASS: TestContainerList (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerLogsNotFoundError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerLogsError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerLogs [2022-03-25T14:46:02.738Z] --- PASS: TestContainerLogs (0.22s) [2022-03-25T14:46:02.738Z] === RUN TestContainerPauseError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerPause [2022-03-25T14:46:02.738Z] --- PASS: TestContainerPause (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainersPruneError [2022-03-25T14:46:02.738Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainersPrune [2022-03-25T14:46:02.738Z] --- PASS: TestContainersPrune (0.05s) [2022-03-25T14:46:02.738Z] === RUN TestContainerRemoveError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerRemoveError (0.02s) [2022-03-25T14:46:02.738Z] === RUN TestContainerRemoveNotFoundError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerRemove [2022-03-25T14:46:02.738Z] --- PASS: TestContainerRemove (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerRenameError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerRename [2022-03-25T14:46:02.738Z] --- PASS: TestContainerRename (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerResizeError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExecResizeError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerResize [2022-03-25T14:46:02.738Z] --- PASS: TestContainerResize (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerExecResize [2022-03-25T14:46:02.738Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerRestartError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerRestart [2022-03-25T14:46:02.738Z] --- PASS: TestContainerRestart (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerStartError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerStartError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerStart [2022-03-25T14:46:02.738Z] --- PASS: TestContainerStart (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerStatsError [2022-03-25T14:46:02.738Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-25T14:46:02.738Z] === RUN TestContainerStats [2022-03-25T14:46:02.738Z] --- PASS: TestContainerStats (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerStopError [2022-03-25T14:46:02.739Z] --- PASS: TestContainerStopError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerStop [2022-03-25T14:46:02.739Z] --- PASS: TestContainerStop (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerTopError [2022-03-25T14:46:02.739Z] --- PASS: TestContainerTopError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerTop [2022-03-25T14:46:02.739Z] --- PASS: TestContainerTop (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerUnpauseError [2022-03-25T14:46:02.739Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerUnpause [2022-03-25T14:46:02.739Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerUpdateError [2022-03-25T14:46:02.739Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerUpdate [2022-03-25T14:46:02.739Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerWaitError [2022-03-25T14:46:02.739Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestContainerWait [2022-03-25T14:46:02.739Z] --- PASS: TestContainerWait (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestDiskUsageError [2022-03-25T14:46:02.739Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestDiskUsage [2022-03-25T14:46:02.739Z] --- PASS: TestDiskUsage (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestDistributionInspectUnsupported [2022-03-25T14:46:02.739Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestDistributionInspectWithEmptyID [2022-03-25T14:46:02.739Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestEventsErrorInOptions [2022-03-25T14:46:02.739Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestEventsErrorFromServer [2022-03-25T14:46:02.739Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestEvents [2022-03-25T14:46:02.739Z] --- PASS: TestEvents (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestTLSCloseWriter [2022-03-25T14:46:02.739Z] === PAUSE TestTLSCloseWriter [2022-03-25T14:46:02.739Z] === RUN TestImageBuildError [2022-03-25T14:46:02.739Z] --- PASS: TestImageBuildError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageBuild [2022-03-25T14:46:02.739Z] --- PASS: TestImageBuild (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestGetDockerOS [2022-03-25T14:46:02.739Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageCreateError [2022-03-25T14:46:02.739Z] --- PASS: TestImageCreateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageCreate [2022-03-25T14:46:02.739Z] --- PASS: TestImageCreate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageHistoryError [2022-03-25T14:46:02.739Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageHistory [2022-03-25T14:46:02.739Z] --- PASS: TestImageHistory (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageImportError [2022-03-25T14:46:02.739Z] --- PASS: TestImageImportError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageImport [2022-03-25T14:46:02.739Z] --- PASS: TestImageImport (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageInspectError [2022-03-25T14:46:02.739Z] --- PASS: TestImageInspectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageInspectImageNotFound [2022-03-25T14:46:02.739Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageInspectWithEmptyID [2022-03-25T14:46:02.739Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageInspect [2022-03-25T14:46:02.739Z] --- PASS: TestImageInspect (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageListError [2022-03-25T14:46:02.739Z] --- PASS: TestImageListError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageList [2022-03-25T14:46:02.739Z] --- PASS: TestImageList (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageListApiBefore125 [2022-03-25T14:46:02.739Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageLoadError [2022-03-25T14:46:02.739Z] --- PASS: TestImageLoadError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageLoad [2022-03-25T14:46:02.739Z] --- PASS: TestImageLoad (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagesPruneError [2022-03-25T14:46:02.739Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagesPrune [2022-03-25T14:46:02.739Z] --- PASS: TestImagesPrune (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePullReferenceParseError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePullAnyError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePullWithoutErrors [2022-03-25T14:46:02.739Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePushReferenceError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePushAnyError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImagePushWithoutErrors [2022-03-25T14:46:02.739Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-25T14:46:02.739Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-25T14:46:02.739Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-25T14:46:02.739Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageRemoveError [2022-03-25T14:46:02.739Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageRemoveImageNotFound [2022-03-25T14:46:02.739Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageRemove [2022-03-25T14:46:02.739Z] --- PASS: TestImageRemove (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageSaveError [2022-03-25T14:46:02.739Z] --- PASS: TestImageSaveError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageSave [2022-03-25T14:46:02.739Z] --- PASS: TestImageSave (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageSearchAnyError [2022-03-25T14:46:02.739Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-25T14:46:02.739Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-25T14:46:02.739Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-25T14:46:02.739Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-25T14:46:02.739Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageSearchWithoutErrors [2022-03-25T14:46:02.739Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageTagError [2022-03-25T14:46:02.739Z] --- PASS: TestImageTagError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageTagInvalidReference [2022-03-25T14:46:02.739Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageTagInvalidSourceImageName [2022-03-25T14:46:02.739Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageTagHexSource [2022-03-25T14:46:02.739Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestImageTag [2022-03-25T14:46:02.739Z] --- PASS: TestImageTag (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestInfoServerError [2022-03-25T14:46:02.739Z] --- PASS: TestInfoServerError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestInfoInvalidResponseJSONError [2022-03-25T14:46:02.739Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestInfo [2022-03-25T14:46:02.739Z] --- PASS: TestInfo (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkConnectError [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkConnect [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkCreateError [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkCreate [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkDisconnectError [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkDisconnect [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkInspect [2022-03-25T14:46:02.739Z] === RUN TestNetworkInspect/empty_ID [2022-03-25T14:46:02.739Z] === RUN TestNetworkInspect/no_options [2022-03-25T14:46:02.739Z] === RUN TestNetworkInspect/verbose [2022-03-25T14:46:02.739Z] === RUN TestNetworkInspect/global_scope [2022-03-25T14:46:02.739Z] === RUN TestNetworkInspect/unknown_network [2022-03-25T14:46:02.739Z] === RUN TestNetworkInspect/server_error [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkListError [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkListError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkList [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkList (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworksPruneError [2022-03-25T14:46:02.739Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworksPrune [2022-03-25T14:46:02.739Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkRemoveError [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNetworkRemove [2022-03-25T14:46:02.739Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeInspectError [2022-03-25T14:46:02.739Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeInspectNodeNotFound [2022-03-25T14:46:02.739Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeInspectWithEmptyID [2022-03-25T14:46:02.739Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeInspect [2022-03-25T14:46:02.739Z] --- PASS: TestNodeInspect (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeListError [2022-03-25T14:46:02.739Z] --- PASS: TestNodeListError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeList [2022-03-25T14:46:02.739Z] --- PASS: TestNodeList (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeRemoveError [2022-03-25T14:46:02.739Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeRemove [2022-03-25T14:46:02.739Z] --- PASS: TestNodeRemove (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeUpdateError [2022-03-25T14:46:02.739Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestNodeUpdate [2022-03-25T14:46:02.739Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestOptionWithHostFromEnv [2022-03-25T14:46:02.739Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestOptionWithTimeout [2022-03-25T14:46:02.739Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestOptionWithVersionFromEnv [2022-03-25T14:46:02.739Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPingFail [2022-03-25T14:46:02.739Z] --- PASS: TestPingFail (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPingWithError [2022-03-25T14:46:02.739Z] 2022/03/25 14:46:01 RoundTripper returned a response & error; ignoring response [2022-03-25T14:46:02.739Z] 2022/03/25 14:46:01 RoundTripper returned a response & error; ignoring response [2022-03-25T14:46:02.739Z] --- PASS: TestPingWithError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPingSuccess [2022-03-25T14:46:02.739Z] --- PASS: TestPingSuccess (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPingHeadFallback [2022-03-25T14:46:02.739Z] === RUN TestPingHeadFallback/OK [2022-03-25T14:46:02.739Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-25T14:46:02.739Z] === RUN TestPingHeadFallback/Not_Found [2022-03-25T14:46:02.739Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-25T14:46:02.739Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-25T14:46:02.739Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginDisableError [2022-03-25T14:46:02.739Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginDisable [2022-03-25T14:46:02.739Z] --- PASS: TestPluginDisable (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginEnableError [2022-03-25T14:46:02.739Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginEnable [2022-03-25T14:46:02.739Z] --- PASS: TestPluginEnable (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginInspectError [2022-03-25T14:46:02.739Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginInspectWithEmptyID [2022-03-25T14:46:02.739Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginInspect [2022-03-25T14:46:02.739Z] --- PASS: TestPluginInspect (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginListError [2022-03-25T14:46:02.739Z] --- PASS: TestPluginListError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginList [2022-03-25T14:46:02.739Z] --- PASS: TestPluginList (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginPushError [2022-03-25T14:46:02.739Z] --- PASS: TestPluginPushError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginPush [2022-03-25T14:46:02.739Z] --- PASS: TestPluginPush (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginRemoveError [2022-03-25T14:46:02.739Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginRemove [2022-03-25T14:46:02.739Z] --- PASS: TestPluginRemove (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginSetError [2022-03-25T14:46:02.739Z] --- PASS: TestPluginSetError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPluginSet [2022-03-25T14:46:02.739Z] --- PASS: TestPluginSet (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSetHostHeader [2022-03-25T14:46:02.739Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestPlainTextError [2022-03-25T14:46:02.739Z] --- PASS: TestPlainTextError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestInfiniteError [2022-03-25T14:46:02.739Z] --- PASS: TestInfiniteError (0.02s) [2022-03-25T14:46:02.739Z] === RUN TestCanceledContext [2022-03-25T14:46:02.739Z] 2022/03/25 14:46:01 RoundTripper returned a response & error; ignoring response [2022-03-25T14:46:02.739Z] --- PASS: TestCanceledContext (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestDeadlineExceededContext [2022-03-25T14:46:02.739Z] 2022/03/25 14:46:01 RoundTripper returned a response & error; ignoring response [2022-03-25T14:46:02.739Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretCreateUnsupported [2022-03-25T14:46:02.739Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretCreateError [2022-03-25T14:46:02.739Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretCreate [2022-03-25T14:46:02.739Z] --- PASS: TestSecretCreate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretInspectUnsupported [2022-03-25T14:46:02.739Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretInspectError [2022-03-25T14:46:02.739Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretInspectSecretNotFound [2022-03-25T14:46:02.739Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretInspectWithEmptyID [2022-03-25T14:46:02.739Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretInspect [2022-03-25T14:46:02.739Z] --- PASS: TestSecretInspect (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretListUnsupported [2022-03-25T14:46:02.739Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretListError [2022-03-25T14:46:02.739Z] --- PASS: TestSecretListError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretList [2022-03-25T14:46:02.739Z] --- PASS: TestSecretList (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretRemoveUnsupported [2022-03-25T14:46:02.739Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretRemoveError [2022-03-25T14:46:02.739Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretRemove [2022-03-25T14:46:02.739Z] --- PASS: TestSecretRemove (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretUpdateUnsupported [2022-03-25T14:46:02.739Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretUpdateError [2022-03-25T14:46:02.739Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSecretUpdate [2022-03-25T14:46:02.739Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceCreateError [2022-03-25T14:46:02.739Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceCreate [2022-03-25T14:46:02.739Z] --- PASS: TestServiceCreate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-25T14:46:02.739Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceCreateDigestPinning [2022-03-25T14:46:02.739Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceInspectError [2022-03-25T14:46:02.739Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceInspectServiceNotFound [2022-03-25T14:46:02.739Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceInspectWithEmptyID [2022-03-25T14:46:02.739Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceInspect [2022-03-25T14:46:02.739Z] --- PASS: TestServiceInspect (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceListError [2022-03-25T14:46:02.739Z] --- PASS: TestServiceListError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceList [2022-03-25T14:46:02.739Z] --- PASS: TestServiceList (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceLogsError [2022-03-25T14:46:02.739Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceLogs [2022-03-25T14:46:02.739Z] --- PASS: TestServiceLogs (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceRemoveError [2022-03-25T14:46:02.739Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceRemoveNotFoundError [2022-03-25T14:46:02.739Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceRemove [2022-03-25T14:46:02.739Z] --- PASS: TestServiceRemove (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceUpdateError [2022-03-25T14:46:02.739Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestServiceUpdate [2022-03-25T14:46:02.739Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmGetUnlockKeyError [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmGetUnlockKey [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmInitError [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmInit [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmInit (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmInspectError [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmInspect [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmJoinError [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmJoin [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmLeaveError [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmLeave [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmUnlockError [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmUnlock [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmUpdateError [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestSwarmUpdate [2022-03-25T14:46:02.739Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestTaskInspectError [2022-03-25T14:46:02.739Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestTaskInspectWithEmptyID [2022-03-25T14:46:02.739Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.739Z] === RUN TestTaskInspect [2022-03-25T14:46:02.740Z] --- PASS: TestTaskInspect (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestTaskListError [2022-03-25T14:46:02.740Z] --- PASS: TestTaskListError (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestTaskList [2022-03-25T14:46:02.740Z] --- PASS: TestTaskList (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeCreateError [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeCreate [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeInspectError [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeInspectNotFound [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeInspectWithEmptyID [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeInspect [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeListError [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeListError (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeList [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeList (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeRemoveError [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-25T14:46:02.740Z] === RUN TestVolumeRemove [2022-03-25T14:46:02.740Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-25T14:46:02.740Z] === CONT TestTLSCloseWriter [2022-03-25T14:46:02.740Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-25T14:46:02.740Z] PASS [2022-03-25T14:46:02.740Z] coverage: 75.1% of statements [2022-03-25T14:46:02.740Z] ok github.com/docker/docker/client 0.566s coverage: 75.1% of statements [2022-03-25T14:46:02.892Z] INFO: Testing against a local daemon [2022-03-25T14:46:02.892Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:46:02.892Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-25T14:46:02.892Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:46:02.892Z] === RUN TestDiskUsage [2022-03-25T14:46:02.892Z] === PAUSE TestDiskUsage [2022-03-25T14:46:02.892Z] === RUN TestEventsExecDie [2022-03-25T14:46:03.167Z] testing: warning: no tests to run [2022-03-25T14:46:03.167Z] PASS [2022-03-25T14:46:03.167Z] ok github.com/docker/docker/integration/network/macvlan 0.085s [2022-03-25T14:46:03.167Z] [2022-03-25T14:46:03.167Z] DONE 0 tests in 0.896s [2022-03-25T14:46:03.167Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-25T14:46:03.455Z] --- PASS: TestEventsExecDie (0.60s) [2022-03-25T14:46:03.455Z] === RUN TestEventsBackwardsCompatible [2022-03-25T14:46:03.455Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-25T14:46:03.455Z] === RUN TestEventsVolumeCreate [2022-03-25T14:46:03.455Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-25T14:46:03.455Z] === RUN TestInfoBinaryCommits [2022-03-25T14:46:03.455Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-03-25T14:46:03.455Z] === RUN TestInfoAPIVersioned [2022-03-25T14:46:03.455Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-25T14:46:03.455Z] === RUN TestInfoAPI [2022-03-25T14:46:03.712Z] --- PASS: TestInfoAPI (0.02s) [2022-03-25T14:46:03.712Z] === RUN TestInfoAPIWarnings [2022-03-25T14:46:03.968Z] docker_api_swarm_test.go:802: [d7c38b9cab890] joining swarm manager [db66d2b594382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-25T14:46:04.130Z] testing: warning: no tests to run [2022-03-25T14:46:04.130Z] PASS [2022-03-25T14:46:04.130Z] ok github.com/docker/docker/integration/plugin 0.086s [2022-03-25T14:46:04.130Z] [2022-03-25T14:46:04.130Z] DONE 0 tests in 0.900s [2022-03-25T14:46:04.130Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-25T14:46:04.780Z] --- PASS: TestBuildWithHugeFile (146.63s) [2022-03-25T14:46:04.780Z] === RUN TestBuildWCOWSandboxSize [2022-03-25T14:46:04.780Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:46:04.780Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:46:04.780Z] === RUN TestBuildWithEmptyDockerfile [2022-03-25T14:46:04.780Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:46:04.780Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:46:04.780Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:46:04.780Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:46:04.780Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:46:04.780Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:46:04.780Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:46:04.780Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:46:04.780Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:46:04.780Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-25T14:46:04.780Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-25T14:46:04.780Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2022-03-25T14:46:04.780Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2022-03-25T14:46:04.780Z] === RUN TestBuildPreserveOwnership [2022-03-25T14:46:04.780Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:46:04.780Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-25T14:46:04.780Z] === RUN TestBuildPlatformInvalid [2022-03-25T14:46:04.780Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-25T14:46:04.780Z] PASS [2022-03-25T14:46:04.780Z] ok github.com/docker/docker/integration/build 224.217s [2022-03-25T14:46:04.780Z] [2022-03-25T14:46:04.780Z] === Skipped [2022-03-25T14:46:04.780Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-25T14:46:04.780Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:46:04.780Z] [2022-03-25T14:46:04.780Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-25T14:46:04.781Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:04.781Z] [2022-03-25T14:46:04.781Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-25T14:46:04.781Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:46:04.781Z] [2022-03-25T14:46:04.781Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-25T14:46:04.781Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:46:04.781Z] [2022-03-25T14:46:04.781Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:46:04.781Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:46:04.781Z] [2022-03-25T14:46:04.781Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-25T14:46:04.781Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:46:04.781Z] [2022-03-25T14:46:04.781Z] DONE 29 tests, 6 skipped in 262.418s [2022-03-25T14:46:04.781Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-25T14:46:05.099Z] testing: warning: no tests to run [2022-03-25T14:46:05.099Z] PASS [2022-03-25T14:46:05.099Z] ok github.com/docker/docker/integration/plugin/authz 0.088s [2022-03-25T14:46:05.099Z] [2022-03-25T14:46:05.099Z] DONE 0 tests in 0.917s [2022-03-25T14:46:05.099Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-25T14:46:05.334Z] docker_api_swarm_test.go:802: [dce80100f57bc] joining swarm manager [db66d2b594382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-25T14:46:06.312Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:46:06.312Z] INFO: Testing against a local daemon [2022-03-25T14:46:06.312Z] === RUN TestConfigInspect [2022-03-25T14:46:06.312Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.312Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-25T14:46:06.313Z] === RUN TestConfigList [2022-03-25T14:46:06.313Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] --- SKIP: TestConfigList (0.00s) [2022-03-25T14:46:06.313Z] === RUN TestConfigsCreateAndDelete [2022-03-25T14:46:06.313Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-25T14:46:06.313Z] === RUN TestConfigsUpdate [2022-03-25T14:46:06.313Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-25T14:46:06.313Z] === RUN TestTemplatedConfig [2022-03-25T14:46:06.313Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-25T14:46:06.313Z] === RUN TestConfigCreateResolve [2022-03-25T14:46:06.313Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:06.313Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-25T14:46:06.313Z] PASS [2022-03-25T14:46:06.313Z] ok github.com/docker/docker/integration/config 0.144s [2022-03-25T14:46:06.313Z] [2022-03-25T14:46:06.313Z] === Skipped [2022-03-25T14:46:06.313Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2022-03-25T14:46:06.313Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] [2022-03-25T14:46:06.313Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-25T14:46:06.313Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] [2022-03-25T14:46:06.313Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-25T14:46:06.313Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] [2022-03-25T14:46:06.313Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-25T14:46:06.313Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] [2022-03-25T14:46:06.313Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-25T14:46:06.313Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:06.313Z] [2022-03-25T14:46:06.313Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-25T14:46:06.313Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:06.313Z] [2022-03-25T14:46:06.313Z] DONE 6 tests, 6 skipped in 2.219s [2022-03-25T14:46:06.313Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-25T14:46:07.852Z] docker_api_swarm_test.go:810: [d25d544269574] joining swarm manager [db66d2b594382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-25T14:46:10.040Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:46:10.040Z] INFO: Testing against a local daemon [2022-03-25T14:46:10.040Z] === RUN TestCheckpoint [2022-03-25T14:46:10.040Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:46:10.040Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-25T14:46:10.040Z] === RUN TestContainerInvalidJSON [2022-03-25T14:46:10.040Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:46:10.040Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:46:10.040Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:46:10.040Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:46:10.040Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:46:10.040Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:46:10.040Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-25T14:46:10.040Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-25T14:46:10.040Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-25T14:46:10.040Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-25T14:46:10.040Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2022-03-25T14:46:10.040Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-25T14:46:10.040Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.23s) [2022-03-25T14:46:10.040Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-25T14:46:10.498Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-03-25T14:46:10.498Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-25T14:46:10.498Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-03-25T14:46:10.498Z] === RUN TestCopyFromContainer [2022-03-25T14:46:10.498Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:10.498Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-25T14:46:10.498Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-25T14:46:10.498Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:46:10.498Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:46:10.498Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:46:10.498Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:46:10.498Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:46:10.498Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:46:10.498Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:46:10.498Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:46:10.498Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:46:10.498Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-25T14:46:10.498Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-25T14:46:10.498Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-25T14:46:10.498Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-25T14:46:10.498Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-25T14:46:10.498Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-25T14:46:10.498Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-25T14:46:10.498Z] === RUN TestCreateWithInvalidEnv [2022-03-25T14:46:10.498Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-25T14:46:10.498Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-25T14:46:10.498Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-25T14:46:10.498Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-25T14:46:10.498Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-25T14:46:10.498Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-25T14:46:10.498Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-25T14:46:10.498Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-25T14:46:10.498Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-25T14:46:10.498Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-25T14:46:10.498Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-25T14:46:10.498Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-25T14:46:10.498Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-03-25T14:46:10.498Z] === RUN TestCreateTmpfsMountsTarget [2022-03-25T14:46:10.498Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:10.499Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-25T14:46:10.499Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-25T14:46:10.499Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:10.499Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-25T14:46:10.499Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-25T14:46:10.499Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:10.499Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-25T14:46:10.499Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-25T14:46:10.499Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:46:10.499Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:46:10.499Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:46:10.499Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:46:10.499Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:46:10.499Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:46:10.499Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:46:10.499Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:46:10.499Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:46:10.499Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:46:10.499Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:46:10.499Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:46:10.499Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:46:10.499Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:46:10.499Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:46:10.499Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-25T14:46:10.499Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-25T14:46:10.499Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-25T14:46:10.499Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-25T14:46:10.499Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-25T14:46:10.499Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-25T14:46:10.499Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-25T14:46:10.499Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-25T14:46:10.499Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-25T14:46:10.499Z] === RUN TestCreateDifferentPlatform [2022-03-25T14:46:10.499Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-25T14:46:10.499Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-25T14:46:10.897Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:10.897Z] INFO: Testing against a local daemon [2022-03-25T14:46:10.897Z] === RUN TestPluginInvalidJSON [2022-03-25T14:46:10.897Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:46:10.897Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:46:10.897Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:46:10.897Z] --- PASS: TestPluginInvalidJSON (0.13s) [2022-03-25T14:46:10.897Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-25T14:46:10.897Z] === RUN TestPluginInstall [2022-03-25T14:46:10.897Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-25T14:46:10.897Z] --- SKIP: TestPluginInstall (0.01s) [2022-03-25T14:46:10.897Z] === RUN TestPluginsWithRuntimes [2022-03-25T14:46:10.897Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-25T14:46:10.897Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-25T14:46:10.897Z] === RUN TestPluginBackCompatMediaTypes [2022-03-25T14:46:10.897Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-25T14:46:10.897Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-25T14:46:10.897Z] PASS [2022-03-25T14:46:10.897Z] ok github.com/docker/docker/integration/plugin/common 0.261s [2022-03-25T14:46:10.897Z] [2022-03-25T14:46:10.897Z] === Skipped [2022-03-25T14:46:10.897Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s) [2022-03-25T14:46:10.897Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-25T14:46:10.897Z] [2022-03-25T14:46:10.897Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-25T14:46:10.897Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-25T14:46:10.897Z] [2022-03-25T14:46:10.897Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-25T14:46:10.897Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-25T14:46:10.897Z] [2022-03-25T14:46:10.897Z] DONE 5 tests, 3 skipped in 5.309s [2022-03-25T14:46:10.897Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-25T14:46:10.957Z] --- PASS: TestCreateDifferentPlatform (0.06s) [2022-03-25T14:46:10.957Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-25T14:46:10.957Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-25T14:46:10.957Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-25T14:46:10.957Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-03-25T14:46:10.957Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-25T14:46:10.957Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-25T14:46:10.957Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-25T14:46:10.957Z] === RUN TestContainerKillOnDaemonStart [2022-03-25T14:46:10.957Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:10.957Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-25T14:46:10.957Z] === RUN TestDiff [2022-03-25T14:46:10.957Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:10.957Z] --- SKIP: TestDiff (0.00s) [2022-03-25T14:46:10.957Z] === RUN TestExecWithCloseStdin [2022-03-25T14:46:13.797Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:13.797Z] INFO: Testing against a local daemon [2022-03-25T14:46:13.797Z] === RUN TestExternalGraphDriver [2022-03-25T14:46:13.797Z] external_test.go:48: runtime.GOOS == "windows" [2022-03-25T14:46:13.797Z] --- SKIP: TestExternalGraphDriver (0.01s) [2022-03-25T14:46:13.797Z] === RUN TestGraphdriverPluginV2 [2022-03-25T14:46:13.797Z] external_test.go:408: runtime.GOOS == "windows" [2022-03-25T14:46:13.797Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-25T14:46:13.797Z] PASS [2022-03-25T14:46:13.797Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.152s [2022-03-25T14:46:13.797Z] [2022-03-25T14:46:13.797Z] === Skipped [2022-03-25T14:46:13.797Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2022-03-25T14:46:13.797Z] external_test.go:48: runtime.GOOS == "windows" [2022-03-25T14:46:13.797Z] [2022-03-25T14:46:13.797Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-25T14:46:13.797Z] external_test.go:408: runtime.GOOS == "windows" [2022-03-25T14:46:13.797Z] [2022-03-25T14:46:13.797Z] DONE 2 tests, 2 skipped in 2.908s [2022-03-25T14:46:13.797Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-25T14:46:13.850Z] --- PASS: TestExecWithCloseStdin (2.66s) [2022-03-25T14:46:13.850Z] === RUN TestExec [2022-03-25T14:46:16.026Z] --- PASS: TestExec (2.48s) [2022-03-25T14:46:16.026Z] === RUN TestExecUser [2022-03-25T14:46:16.026Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-25T14:46:16.026Z] --- SKIP: TestExecUser (0.00s) [2022-03-25T14:46:16.026Z] === RUN TestExportContainerAndImportImage [2022-03-25T14:46:16.026Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:16.026Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-25T14:46:16.026Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-25T14:46:16.026Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:16.026Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-25T14:46:16.026Z] === RUN TestHealthCheckWorkdir [2022-03-25T14:46:16.026Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:16.026Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-25T14:46:16.026Z] === RUN TestHealthKillContainer [2022-03-25T14:46:16.026Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-25T14:46:16.026Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-25T14:46:16.026Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-25T14:46:16.026Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-25T14:46:16.026Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-25T14:46:16.026Z] === RUN TestKillContainerInvalidSignal [2022-03-25T14:46:16.713Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:16.713Z] INFO: Testing against a local daemon [2022-03-25T14:46:16.713Z] === RUN TestReadPluginNoRead [2022-03-25T14:46:16.713Z] read_test.go:21: no unix domain sockets on Windows [2022-03-25T14:46:16.713Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-25T14:46:16.713Z] PASS [2022-03-25T14:46:16.713Z] ok github.com/docker/docker/integration/plugin/logging 0.124s [2022-03-25T14:46:16.713Z] [2022-03-25T14:46:16.713Z] === Skipped [2022-03-25T14:46:16.713Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-25T14:46:16.713Z] read_test.go:21: no unix domain sockets on Windows [2022-03-25T14:46:16.713Z] [2022-03-25T14:46:16.713Z] DONE 1 tests, 1 skipped in 2.901s [2022-03-25T14:46:16.713Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-25T14:46:18.196Z] --- PASS: TestKillContainerInvalidSignal (2.16s) [2022-03-25T14:46:18.196Z] === RUN TestKillContainer [2022-03-25T14:46:18.196Z] === RUN TestKillContainer/no_signal [2022-03-25T14:46:18.244Z] testing: warning: no tests to run [2022-03-25T14:46:18.244Z] PASS [2022-03-25T14:46:18.244Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.086s [2022-03-25T14:46:18.244Z] [2022-03-25T14:46:18.244Z] DONE 0 tests in 1.446s [2022-03-25T14:46:18.244Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-25T14:46:20.024Z] --- PASS: TestInfoAPIWarnings (16.31s) [2022-03-25T14:46:20.024Z] === RUN TestInfoDebug [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-25T14:46:20.024Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-25T14:46:20.371Z] === RUN TestKillContainer/non_killing_signal [2022-03-25T14:46:20.371Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-25T14:46:20.371Z] === RUN TestKillContainer/killing_signal [2022-03-25T14:46:20.586Z] --- PASS: TestInfoDebug (0.52s) [2022-03-25T14:46:20.586Z] === RUN TestInfoInsecureRegistries [2022-03-25T14:46:20.841Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-25T14:46:20.841Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-25T14:46:20.841Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-25T14:46:20.841Z] === RUN TestInfoRegistryMirrors [2022-03-25T14:46:21.137Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:21.137Z] INFO: Testing against a local daemon [2022-03-25T14:46:21.137Z] === RUN TestPluginWithDevMounts [2022-03-25T14:46:21.137Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:21.137Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-25T14:46:21.137Z] PASS [2022-03-25T14:46:21.137Z] ok github.com/docker/docker/integration/plugin/volumes 0.106s [2022-03-25T14:46:21.137Z] [2022-03-25T14:46:21.137Z] === Skipped [2022-03-25T14:46:21.137Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-25T14:46:21.137Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:21.137Z] [2022-03-25T14:46:21.137Z] DONE 1 tests, 1 skipped in 2.586s [2022-03-25T14:46:21.137Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-25T14:46:21.404Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-25T14:46:21.404Z] === RUN TestLoginFailsWithBadCredentials [2022-03-25T14:46:21.404Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-25T14:46:21.661Z] --- PASS: TestLoginFailsWithBadCredentials (0.11s) [2022-03-25T14:46:21.661Z] === RUN TestPingCacheHeaders [2022-03-25T14:46:21.661Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-25T14:46:21.661Z] === RUN TestPingGet [2022-03-25T14:46:21.661Z] --- PASS: TestPingGet (0.02s) [2022-03-25T14:46:21.661Z] === RUN TestPingHead [2022-03-25T14:46:21.661Z] --- PASS: TestPingHead (0.02s) [2022-03-25T14:46:21.661Z] === RUN TestVersion [2022-03-25T14:46:21.661Z] --- PASS: TestVersion (0.02s) [2022-03-25T14:46:21.661Z] === CONT TestDiskUsage [2022-03-25T14:46:22.223Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/container_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/image_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/volume_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-25T14:46:22.223Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-25T14:46:22.223Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-25T14:46:22.479Z] === RUN TestDiskUsage/after_container.Run [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-25T14:46:22.736Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-25T14:46:22.993Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage (1.34s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.24s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run (0.39s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-25T14:46:22.993Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-25T14:46:22.993Z] PASS [2022-03-25T14:46:22.993Z] [2022-03-25T14:46:22.993Z] === Skipped [2022-03-25T14:46:22.993Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:46:22.993Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-25T14:46:22.993Z] [2022-03-25T14:46:22.993Z] DONE 50 tests, 1 skipped in 20.263s [2022-03-25T14:46:22.993Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-25T14:46:22.993Z] ++ 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-25T14:46:22.993Z] ++ set -e [2022-03-25T14:46:22.993Z] ++ '[' -n 0 ']' [2022-03-25T14:46:22.993Z] ++ set -x [2022-03-25T14:46:22.993Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-25T14:46:23.250Z] INFO: Testing against a local daemon [2022-03-25T14:46:23.250Z] === RUN TestVolumesCreateAndList [2022-03-25T14:46:23.250Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-25T14:46:23.250Z] === RUN TestVolumesRemove [2022-03-25T14:46:23.250Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-25T14:46:23.250Z] === RUN TestVolumesInspect [2022-03-25T14:46:23.250Z] --- PASS: TestVolumesInspect (0.01s) [2022-03-25T14:46:23.250Z] === RUN TestVolumesInvalidJSON [2022-03-25T14:46:23.250Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-25T14:46:23.250Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-25T14:46:23.250Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-25T14:46:23.250Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-25T14:46:23.250Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-25T14:46:23.250Z] PASS [2022-03-25T14:46:23.250Z] [2022-03-25T14:46:23.250Z] DONE 5 tests in 0.211s [2022-03-25T14:46:23.250Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-25T14:46:23.270Z] --- PASS: TestKillContainer (5.08s) [2022-03-25T14:46:23.270Z] --- PASS: TestKillContainer/no_signal (2.30s) [2022-03-25T14:46:23.270Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:46:23.270Z] --- PASS: TestKillContainer/killing_signal (2.72s) [2022-03-25T14:46:23.270Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-25T14:46:23.270Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:46:23.270Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-25T14:46:23.270Z] === RUN TestKillStoppedContainer [2022-03-25T14:46:23.270Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:46:23.270Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-25T14:46:23.270Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-25T14:46:23.270Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:46:23.270Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-25T14:46:23.270Z] === RUN TestKillDifferentUserContainer [2022-03-25T14:46:23.271Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-25T14:46:23.271Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-25T14:46:23.271Z] === RUN TestInspectOomKilledTrue [2022-03-25T14:46:23.271Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.271Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-25T14:46:23.271Z] === RUN TestInspectOomKilledFalse [2022-03-25T14:46:23.271Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:46:23.271Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-25T14:46:23.271Z] === RUN TestLogsFollowTailEmpty [2022-03-25T14:46:23.326Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:23.326Z] INFO: Testing against a local daemon [2022-03-25T14:46:23.326Z] === RUN TestSecretInspect [2022-03-25T14:46:23.326Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-25T14:46:23.326Z] === RUN TestSecretList [2022-03-25T14:46:23.326Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] --- SKIP: TestSecretList (0.00s) [2022-03-25T14:46:23.326Z] === RUN TestSecretsCreateAndDelete [2022-03-25T14:46:23.326Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-25T14:46:23.326Z] === RUN TestSecretsUpdate [2022-03-25T14:46:23.326Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-25T14:46:23.326Z] === RUN TestTemplatedSecret [2022-03-25T14:46:23.326Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-25T14:46:23.326Z] === RUN TestSecretCreateResolve [2022-03-25T14:46:23.326Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:23.326Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-25T14:46:23.326Z] PASS [2022-03-25T14:46:23.326Z] ok github.com/docker/docker/integration/secret 0.110s [2022-03-25T14:46:23.326Z] [2022-03-25T14:46:23.326Z] === Skipped [2022-03-25T14:46:23.326Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-25T14:46:23.326Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] [2022-03-25T14:46:23.326Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-25T14:46:23.326Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] [2022-03-25T14:46:23.326Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-25T14:46:23.326Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] [2022-03-25T14:46:23.326Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-25T14:46:23.326Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] [2022-03-25T14:46:23.326Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-25T14:46:23.326Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:23.326Z] [2022-03-25T14:46:23.326Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-25T14:46:23.326Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:23.326Z] [2022-03-25T14:46:23.326Z] DONE 6 tests, 6 skipped in 2.072s [2022-03-25T14:46:23.326Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-25T14:46:23.506Z] ++++ cat bundles/test-integration/docker.pid [2022-03-25T14:46:23.506Z] +++ kill 6678 [2022-03-25T14:46:23.763Z] +++ /etc/init.d/apparmor stop [2022-03-25T14:46:23.763Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-25T14:46:23.763Z] [2022-03-25T14:46:23.763Z] Unloading profiles will leave already running processes permanently [2022-03-25T14:46:23.763Z] unconfined, which can lead to unexpected situations. [2022-03-25T14:46:23.763Z] [2022-03-25T14:46:23.763Z] To set a process to complain mode, use the command line tool [2022-03-25T14:46:23.763Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-25T14:46:23.763Z] +++ true [2022-03-25T14:46:23.763Z] exiting test-integration [2022-03-25T14:46:23.763Z] ++ exit 0 [2022-03-25T14:46:23.763Z] [2022-03-25T14:46:23.979Z] --- PASS: TestCheckoutGit (38.31s) [2022-03-25T14:46:23.979Z] === RUN TestValidGitTransport [2022-03-25T14:46:23.979Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-25T14:46:23.979Z] === RUN TestGitInvalidRef [2022-03-25T14:46:24.325Z] + for job in $(jobs -p) [2022-03-25T14:46:24.325Z] + wait 13744 [2022-03-25T14:46:24.448Z] --- PASS: TestGitInvalidRef (0.24s) [2022-03-25T14:46:24.448Z] PASS [2022-03-25T14:46:24.448Z] coverage: 86.3% of statements [2022-03-25T14:46:24.448Z] ok github.com/docker/docker/builder/remotecontext/git 38.617s coverage: 86.3% of statements [2022-03-25T14:46:25.444Z] --- PASS: TestLogsFollowTailEmpty (2.35s) [2022-03-25T14:46:25.444Z] === RUN TestNetworkNat [2022-03-25T14:46:25.444Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:25.444Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-25T14:46:25.444Z] === RUN TestNetworkLocalhostTCPNat [2022-03-25T14:46:25.689Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-25T14:46:25.689Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-25T14:46:25.689Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-25T14:46:26.016Z] ? github.com/docker/docker/cli [no test files] [2022-03-25T14:46:26.016Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-25T14:46:26.216Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:26.216Z] INFO: Testing against a local daemon [2022-03-25T14:46:26.216Z] === RUN TestServiceCreateInit [2022-03-25T14:46:26.216Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-25T14:46:26.216Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-25T14:46:26.216Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-25T14:46:26.216Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-25T14:46:26.216Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestCreateServiceMultipleTimes [2022-03-25T14:46:26.216Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestCreateServiceConflict [2022-03-25T14:46:26.216Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestCreateServiceMaxReplicas [2022-03-25T14:46:26.216Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-25T14:46:26.216Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-25T14:46:26.216Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestCreateServiceSecretFileMode [2022-03-25T14:46:26.216Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestCreateServiceConfigFileMode [2022-03-25T14:46:26.216Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestCreateServiceSysctls [2022-03-25T14:46:26.216Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-25T14:46:26.216Z] === RUN TestCreateServiceCapabilities [2022-03-25T14:46:26.216Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-25T14:46:26.216Z] === RUN TestInspect [2022-03-25T14:46:26.216Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestInspect (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestCreateJob [2022-03-25T14:46:26.216Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestCreateJob (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestReplicatedJob [2022-03-25T14:46:26.216Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestUpdateReplicatedJob [2022-03-25T14:46:26.216Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestServiceListWithStatuses [2022-03-25T14:46:26.216Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestDockerNetworkConnectAlias [2022-03-25T14:46:26.216Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestDockerNetworkReConnect [2022-03-25T14:46:26.216Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestServicePlugin [2022-03-25T14:46:26.216Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.216Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestServiceUpdateLabel [2022-03-25T14:46:26.216Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.216Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestServiceUpdateSecrets [2022-03-25T14:46:26.216Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.216Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestServiceUpdateConfigs [2022-03-25T14:46:26.216Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.216Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestServiceUpdateNetwork [2022-03-25T14:46:26.216Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.216Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-25T14:46:26.216Z] === RUN TestServiceUpdatePidsLimit [2022-03-25T14:46:26.216Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.216Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-25T14:46:26.216Z] PASS [2022-03-25T14:46:26.216Z] ok github.com/docker/docker/integration/service 0.286s [2022-03-25T14:46:26.617Z] === RUN TestDockerSuite/TestImportFile [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === Skipped [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-25T14:46:26.672Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:46:26.672Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-25T14:46:26.672Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-25T14:46:26.672Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-25T14:46:26.672Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-25T14:46:26.672Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-25T14:46:26.672Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-25T14:46:26.672Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-25T14:46:26.672Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-25T14:46:26.672Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-25T14:46:26.672Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-25T14:46:26.672Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-25T14:46:26.672Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-25T14:46:26.672Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-25T14:46:26.672Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-25T14:46:26.672Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-25T14:46:26.672Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-25T14:46:26.672Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-25T14:46:26.672Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-25T14:46:26.672Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-25T14:46:26.672Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-25T14:46:26.672Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-03-25T14:46:26.672Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:46:26.672Z] [2022-03-25T14:46:26.672Z] DONE 24 tests, 23 skipped in 3.090s [2022-03-25T14:46:26.672Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-25T14:46:27.984Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-25T14:46:27.984Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-25T14:46:28.202Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:28.202Z] INFO: Testing against a local daemon [2022-03-25T14:46:28.202Z] === RUN TestSessionCreate [2022-03-25T14:46:28.202Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:28.202Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-25T14:46:28.202Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-25T14:46:28.202Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:28.202Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-25T14:46:28.202Z] PASS [2022-03-25T14:46:28.202Z] ok github.com/docker/docker/integration/session 0.111s [2022-03-25T14:46:28.343Z] --- PASS: TestNetworkLocalhostTCPNat (2.77s) [2022-03-25T14:46:28.343Z] === RUN TestNetworkLoopbackNat [2022-03-25T14:46:28.343Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:28.343Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-25T14:46:28.343Z] === RUN TestPause [2022-03-25T14:46:28.343Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-25T14:46:28.343Z] --- SKIP: TestPause (0.00s) [2022-03-25T14:46:28.343Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-25T14:46:28.661Z] [2022-03-25T14:46:28.661Z] === Skipped [2022-03-25T14:46:28.661Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-25T14:46:28.661Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:28.661Z] [2022-03-25T14:46:28.661Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-25T14:46:28.661Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:28.661Z] [2022-03-25T14:46:28.661Z] DONE 2 tests, 2 skipped in 2.002s [2022-03-25T14:46:28.661Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-25T14:46:28.914Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-25T14:46:30.280Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-25T14:46:31.207Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-25T14:46:31.245Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.38s) [2022-03-25T14:46:31.245Z] === RUN TestPauseStopPausedContainer [2022-03-25T14:46:31.245Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:31.245Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-25T14:46:31.245Z] === RUN TestPsFilter [2022-03-25T14:46:31.245Z] --- PASS: TestPsFilter (0.26s) [2022-03-25T14:46:31.245Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-25T14:46:31.467Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-25T14:46:31.554Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:31.554Z] INFO: Testing against a local daemon [2022-03-25T14:46:31.554Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:46:31.554Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:31.554Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestDiskUsage [2022-03-25T14:46:31.554Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-25T14:46:31.554Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestEventsExecDie [2022-03-25T14:46:31.554Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-25T14:46:31.554Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestEventsBackwardsCompatible [2022-03-25T14:46:31.554Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-25T14:46:31.554Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestEventsVolumeCreate [2022-03-25T14:46:31.554Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-25T14:46:31.554Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestInfoAPI [2022-03-25T14:46:31.554Z] --- PASS: TestInfoAPI (0.05s) [2022-03-25T14:46:31.554Z] === RUN TestInfoAPIWarnings [2022-03-25T14:46:31.554Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:46:31.554Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestInfoDebug [2022-03-25T14:46:31.554Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:46:31.554Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestInfoInsecureRegistries [2022-03-25T14:46:31.554Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:46:31.554Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestInfoRegistryMirrors [2022-03-25T14:46:31.554Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:46:31.554Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-25T14:46:31.554Z] === RUN TestLoginFailsWithBadCredentials [2022-03-25T14:46:32.011Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2022-03-25T14:46:32.011Z] === RUN TestPingCacheHeaders [2022-03-25T14:46:32.011Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-25T14:46:32.011Z] === RUN TestPingGet [2022-03-25T14:46:32.011Z] --- PASS: TestPingGet (0.04s) [2022-03-25T14:46:32.011Z] === RUN TestPingHead [2022-03-25T14:46:32.011Z] --- PASS: TestPingHead (0.05s) [2022-03-25T14:46:32.011Z] === RUN TestVersion [2022-03-25T14:46:32.011Z] --- PASS: TestVersion (0.04s) [2022-03-25T14:46:32.011Z] PASS [2022-03-25T14:46:32.011Z] ok github.com/docker/docker/integration/system 1.290s [2022-03-25T14:46:32.049Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === Skipped [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:46:32.467Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-25T14:46:32.467Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-25T14:46:32.467Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-25T14:46:32.467Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-25T14:46:32.467Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-25T14:46:32.467Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-25T14:46:32.467Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-25T14:46:32.467Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-25T14:46:32.467Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:46:32.467Z] [2022-03-25T14:46:32.467Z] DONE 15 tests, 9 skipped in 3.556s [2022-03-25T14:46:32.467Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-25T14:46:32.616Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-25T14:46:32.616Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-25T14:46:32.616Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-25T14:46:33.178Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-25T14:46:33.434Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-25T14:46:33.999Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-25T14:46:34.143Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.76s) [2022-03-25T14:46:34.143Z] === RUN TestRemoveContainerWithVolume [2022-03-25T14:46:34.561Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-25T14:46:34.636Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:34.636Z] INFO: Testing against a local daemon [2022-03-25T14:46:34.636Z] === RUN TestVolumesCreateAndList [2022-03-25T14:46:34.636Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-25T14:46:34.636Z] === RUN TestVolumesRemove [2022-03-25T14:46:34.636Z] --- PASS: TestVolumesRemove (0.19s) [2022-03-25T14:46:34.636Z] === RUN TestVolumesInspect [2022-03-25T14:46:34.636Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-25T14:46:34.636Z] === RUN TestVolumesInvalidJSON [2022-03-25T14:46:34.636Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-25T14:46:34.636Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-25T14:46:34.636Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-25T14:46:34.636Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-25T14:46:34.636Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-25T14:46:34.636Z] PASS [2022-03-25T14:46:34.636Z] ok github.com/docker/docker/integration/volume 0.406s [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-25T14:46:34.677Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestConfigureDaemonLogs [2022-03-25T14:46:34.677Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestCommonOptionsInstallFlags [2022-03-25T14:46:34.677Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-25T14:46:34.677Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-25T14:46:34.677Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-25T14:46:34.677Z] PASS [2022-03-25T14:46:34.677Z] coverage: 19.0% of statements [2022-03-25T14:46:34.677Z] ok github.com/docker/docker/cmd/dockerd 0.249s coverage: 19.0% of statements [2022-03-25T14:46:34.677Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-25T14:46:34.677Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-25T14:46:34.817Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-25T14:46:35.092Z] [2022-03-25T14:46:35.092Z] DONE 5 tests in 2.531s [2022-03-25T14:46:35.092Z] INFO: make.ps1 ended at 03/25/2022 14:46:34 [2022-03-25T14:46:35.092Z] INFO: Integration CLI tests being run from the host: [2022-03-25T14:46:35.092Z] 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-25T14:46:35.378Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-25T14:46:35.378Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-25T14:46:36.306Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-25T14:46:36.313Z] --- PASS: TestRemoveContainerWithVolume (2.59s) [2022-03-25T14:46:36.313Z] === RUN TestRemoveContainerRunning [2022-03-25T14:46:36.868Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-25T14:46:36.896Z] === RUN TestContainerStopSignal [2022-03-25T14:46:36.896Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestContainerStopTimeout [2022-03-25T14:46:36.896Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-25T14:46:36.896Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-25T14:46:36.896Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-25T14:46:36.896Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-25T14:46:36.896Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestReplaceAndAppendEnvVars [2022-03-25T14:46:36.896Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-25T14:46:36.896Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestNewMemoryStore [2022-03-25T14:46:36.896Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestAddContainers [2022-03-25T14:46:36.896Z] --- PASS: TestAddContainers (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestGetContainer [2022-03-25T14:46:36.896Z] --- PASS: TestGetContainer (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestDeleteContainer [2022-03-25T14:46:36.896Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestListContainers [2022-03-25T14:46:36.896Z] --- PASS: TestListContainers (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestFirstContainer [2022-03-25T14:46:36.896Z] --- PASS: TestFirstContainer (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestApplyAllContainer [2022-03-25T14:46:36.896Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestIsValidHealthString [2022-03-25T14:46:36.896Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestStateRunStop [2022-03-25T14:46:36.896Z] --- PASS: TestStateRunStop (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestStateTimeoutWait [2022-03-25T14:46:36.896Z] state_test.go:141: Stop callback fired [2022-03-25T14:46:36.896Z] state_test.go:165: Stop callback fired [2022-03-25T14:46:36.896Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-25T14:46:36.896Z] === RUN TestIsValidStateString [2022-03-25T14:46:36.896Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestViewSaveDelete [2022-03-25T14:46:36.896Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-25T14:46:36.896Z] === RUN TestViewAll [2022-03-25T14:46:36.896Z] --- PASS: TestViewAll (0.01s) [2022-03-25T14:46:36.896Z] === RUN TestViewGet [2022-03-25T14:46:36.896Z] --- PASS: TestViewGet (0.01s) [2022-03-25T14:46:36.896Z] === RUN TestNames [2022-03-25T14:46:36.896Z] --- PASS: TestNames (0.00s) [2022-03-25T14:46:36.896Z] === RUN TestViewWithHealthCheck [2022-03-25T14:46:36.896Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-25T14:46:36.896Z] PASS [2022-03-25T14:46:36.896Z] coverage: 41.7% of statements [2022-03-25T14:46:36.896Z] ok github.com/docker/docker/container 0.253s coverage: 41.7% of statements [2022-03-25T14:46:36.896Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-25T14:46:36.896Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-25T14:46:36.896Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-25T14:46:36.896Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-25T14:46:37.366Z] === RUN TestPrepare [2022-03-25T14:46:37.366Z] --- PASS: TestPrepare (0.00s) [2022-03-25T14:46:37.366Z] === RUN TestStart [2022-03-25T14:46:37.366Z] --- PASS: TestStart (0.00s) [2022-03-25T14:46:37.366Z] === RUN TestWaitCancel [2022-03-25T14:46:37.366Z] --- PASS: TestWaitCancel (0.00s) [2022-03-25T14:46:37.366Z] === RUN TestWaitDisabled [2022-03-25T14:46:37.366Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-25T14:46:37.366Z] === RUN TestWaitEnabled [2022-03-25T14:46:37.366Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-25T14:46:37.366Z] === RUN TestRemove [2022-03-25T14:46:37.366Z] --- PASS: TestRemove (0.00s) [2022-03-25T14:46:37.366Z] PASS [2022-03-25T14:46:37.366Z] coverage: 65.3% of statements [2022-03-25T14:46:37.366Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.079s coverage: 65.3% of statements [2022-03-25T14:46:37.431Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-25T14:46:37.431Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-25T14:46:37.993Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-25T14:46:37.993Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-25T14:46:37.993Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-25T14:46:38.480Z] --- PASS: TestRemoveContainerRunning (2.21s) [2022-03-25T14:46:38.480Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-25T14:46:38.921Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-25T14:46:39.484Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-25T14:46:39.741Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-25T14:46:40.306Z] === RUN TestDockerSuite/TestInspectImage [2022-03-25T14:46:40.306Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-25T14:46:40.306Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-25T14:46:40.306Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-25T14:46:40.306Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-25T14:46:40.323Z] === RUN TestNewListSecretsFilters [2022-03-25T14:46:40.323Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-25T14:46:40.323Z] === RUN TestNewListConfigsFilters [2022-03-25T14:46:40.323Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-25T14:46:40.323Z] PASS [2022-03-25T14:46:40.323Z] coverage: 0.5% of statements [2022-03-25T14:46:40.323Z] ok github.com/docker/docker/daemon/cluster 0.199s coverage: 0.5% of statements [2022-03-25T14:46:40.650Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.21s) [2022-03-25T14:46:40.650Z] === RUN TestRemoveInvalidContainer [2022-03-25T14:46:40.650Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-25T14:46:40.650Z] === RUN TestRenameLinkedContainer [2022-03-25T14:46:40.650Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-25T14:46:40.650Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-25T14:46:40.650Z] === RUN TestRenameStoppedContainer [2022-03-25T14:46:40.868Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-25T14:46:41.125Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-25T14:46:41.125Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-25T14:46:41.688Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-25T14:46:41.890Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-25T14:46:41.890Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-25T14:46:41.890Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-25T14:46:41.890Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-25T14:46:41.890Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-25T14:46:41.890Z] PASS [2022-03-25T14:46:41.890Z] coverage: 35.9% of statements [2022-03-25T14:46:41.890Z] ok github.com/docker/docker/daemon/cluster/convert 0.599s coverage: 35.9% of statements [2022-03-25T14:46:42.251Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-25T14:46:43.593Z] --- PASS: TestRenameStoppedContainer (2.55s) [2022-03-25T14:46:43.593Z] === RUN TestRenameRunningContainerAndReuse [2022-03-25T14:46:44.144Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-25T14:46:44.144Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-25T14:46:44.707Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-25T14:46:44.843Z] === RUN TestWaitNodeAttachment [2022-03-25T14:46:44.843Z] === RUN TestBuilderGC [2022-03-25T14:46:44.843Z] --- PASS: TestBuilderGC (0.01s) [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationNotFound [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestDaemonBrokenConfiguration [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestFindConfigurationConflicts [2022-03-25T14:46:44.843Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-25T14:46:44.843Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-25T14:46:44.843Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-25T14:46:44.843Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-25T14:46:44.843Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration/with_label [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration/with_dns [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-25T14:46:44.843Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestReloadSetConfigFileNotExist [2022-03-25T14:46:44.843Z] time="2022-03-25T14:46:44Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-25T14:46:44.843Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-03-25T14:46:44.843Z] === RUN TestReloadDefaultConfigNotExist [2022-03-25T14:46:44.843Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:46:44.843Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestReloadBadDefaultConfig [2022-03-25T14:46:44.843Z] time="2022-03-25T14:46:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1405838624" [2022-03-25T14:46:44.843Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestReloadWithConflictingLabels [2022-03-25T14:46:44.843Z] time="2022-03-25T14:46:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2199761942" [2022-03-25T14:46:44.843Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestReloadWithDuplicateLabels [2022-03-25T14:46:44.843Z] time="2022-03-25T14:46:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-442637149" [2022-03-25T14:46:44.843Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestMaskURLCredentials [2022-03-25T14:46:44.843Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestDaemonConfigurationMerge [2022-03-25T14:46:44.843Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-25T14:46:44.843Z] PASS [2022-03-25T14:46:44.843Z] coverage: 79.2% of statements [2022-03-25T14:46:44.843Z] ok github.com/docker/docker/daemon/config 0.346s coverage: 79.2% of statements [2022-03-25T14:46:44.843Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-25T14:46:44.843Z] === RUN TestIsolationConversion [2022-03-25T14:46:44.843Z] === RUN TestIsolationConversion/default [2022-03-25T14:46:44.843Z] === RUN TestIsolationConversion/process [2022-03-25T14:46:44.843Z] === RUN TestIsolationConversion/hyperv [2022-03-25T14:46:44.843Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-25T14:46:44.843Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-25T14:46:44.843Z] === RUN TestContainerLabels [2022-03-25T14:46:44.843Z] --- PASS: TestContainerLabels (0.00s) [2022-03-25T14:46:45.268Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-25T14:46:45.311Z] === RUN TestCredentialSpecConversion [2022-03-25T14:46:45.311Z] === RUN TestCredentialSpecConversion/none [2022-03-25T14:46:45.311Z] === RUN TestCredentialSpecConversion/config [2022-03-25T14:46:45.311Z] === RUN TestCredentialSpecConversion/file [2022-03-25T14:46:45.311Z] === RUN TestCredentialSpecConversion/registry [2022-03-25T14:46:45.311Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-25T14:46:45.311Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-25T14:46:45.311Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-25T14:46:45.311Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-25T14:46:45.311Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-25T14:46:45.311Z] === RUN TestControllerValidateMountBind [2022-03-25T14:46:45.311Z] --- PASS: TestControllerValidateMountBind (0.01s) [2022-03-25T14:46:45.311Z] === RUN TestControllerValidateMountVolume [2022-03-25T14:46:45.311Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-25T14:46:45.311Z] === RUN TestControllerValidateMountTarget [2022-03-25T14:46:45.311Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-25T14:46:45.311Z] === RUN TestControllerValidateMountTmpfs [2022-03-25T14:46:45.311Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-25T14:46:45.311Z] === RUN TestControllerValidateMountInvalidType [2022-03-25T14:46:45.311Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-25T14:46:45.311Z] === RUN TestControllerValidateMountNamedPipe [2022-03-25T14:46:45.311Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-25T14:46:45.311Z] PASS [2022-03-25T14:46:45.311Z] coverage: 11.0% of statements [2022-03-25T14:46:45.311Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.632s coverage: 11.0% of statements [2022-03-25T14:46:45.311Z] === RUN TestEventsLog [2022-03-25T14:46:45.311Z] --- PASS: TestEventsLog (0.00s) [2022-03-25T14:46:45.311Z] === RUN TestEventsLogTimeout [2022-03-25T14:46:45.311Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-25T14:46:45.311Z] === RUN TestLogEvents [2022-03-25T14:46:45.311Z] --- PASS: TestLogEvents (0.05s) [2022-03-25T14:46:45.311Z] === RUN TestLoadBufferedEvents [2022-03-25T14:46:45.780Z] --- PASS: TestLoadBufferedEvents (0.22s) [2022-03-25T14:46:45.780Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-25T14:46:45.780Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-25T14:46:45.780Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-25T14:46:45.780Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-25T14:46:45.780Z] PASS [2022-03-25T14:46:45.780Z] coverage: 50.0% of statements [2022-03-25T14:46:45.780Z] ok github.com/docker/docker/daemon/events 0.359s coverage: 50.0% of statements [2022-03-25T14:46:46.197Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-25T14:46:46.759Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-25T14:46:47.015Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-25T14:46:47.346Z] === RUN TestIsEmptyDir [2022-03-25T14:46:47.346Z] --- PASS: TestIsEmptyDir (0.02s) [2022-03-25T14:46:47.346Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-03-25T14:46:47.346Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-03-25T14:46:47.346Z] PASS [2022-03-25T14:46:47.346Z] coverage: 2.3% of statements [2022-03-25T14:46:47.346Z] ok github.com/docker/docker/daemon/graphdriver 0.104s coverage: 2.3% of statements [2022-03-25T14:46:47.346Z] === RUN TestLinkNaming [2022-03-25T14:46:47.346Z] --- PASS: TestLinkNaming (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestLinkNew [2022-03-25T14:46:47.346Z] --- PASS: TestLinkNew (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestLinkEnv [2022-03-25T14:46:47.346Z] --- PASS: TestLinkEnv (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestLinkMultipleEnv [2022-03-25T14:46:47.346Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestLinkPortRangeEnv [2022-03-25T14:46:47.346Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-25T14:46:47.346Z] PASS [2022-03-25T14:46:47.346Z] coverage: 93.0% of statements [2022-03-25T14:46:47.346Z] ok github.com/docker/docker/daemon/links 0.047s coverage: 93.0% of statements [2022-03-25T14:46:47.346Z] === RUN TestVerifyNetworkingConfig [2022-03-25T14:46:47.346Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestGetContainer [2022-03-25T14:46:47.346Z] --- PASS: TestGetContainer (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestValidContainerNames [2022-03-25T14:46:47.346Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestContainerInitDNS [2022-03-25T14:46:47.346Z] daemon_test.go:145: root required [2022-03-25T14:46:47.346Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestMerge [2022-03-25T14:46:47.346Z] --- PASS: TestMerge (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestValidateContainerIsolation [2022-03-25T14:46:47.346Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestFindNetworkErrorType [2022-03-25T14:46:47.346Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestEnsureServicesExist [2022-03-25T14:46:47.346Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-25T14:46:47.346Z] === RUN TestEnsureServicesExistErrors [2022-03-25T14:46:47.520Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:46:47.520Z] INFO: Testing against a local daemon [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-25T14:46:47.520Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-25T14:46:47.520Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-25T14:46:47.520Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-25T14:46:47.578Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-25T14:46:47.815Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-25T14:46:47.815Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-25T14:46:47.815Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-25T14:46:47.815Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestContainerDelete [2022-03-25T14:46:47.815Z] --- PASS: TestContainerDelete (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestContainerDoubleDelete [2022-03-25T14:46:47.815Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestLogContainerEventCopyLabels [2022-03-25T14:46:47.815Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestLogContainerEventWithAttributes [2022-03-25T14:46:47.815Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestNoneHealthcheck [2022-03-25T14:46:47.815Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestHealthStates [2022-03-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] time="2022-03-25T14:46:47Z" 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-25T14:46:47.815Z] --- PASS: TestHealthStates (0.21s) [2022-03-25T14:46:47.815Z] === RUN TestGetInspectData [2022-03-25T14:46:47.815Z] --- PASS: TestGetInspectData (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestFillLicense [2022-03-25T14:46:47.815Z] --- PASS: TestFillLicense (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestListInvalidFilter [2022-03-25T14:46:47.815Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestNameFilter [2022-03-25T14:46:47.815Z] --- PASS: TestNameFilter (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-25T14:46:47.815Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-25T14:46:47.815Z] === 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-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-25T14:46:47.815Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-25T14:46:47.815Z] --- 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-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-25T14:46:47.815Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestDaemonReloadLabels [2022-03-25T14:46:47.815Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-25T14:46:47.815Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestDaemonReloadMirrors [2022-03-25T14:46:47.815Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-25T14:46:47.815Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-25T14:46:47.815Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-25T14:46:47.815Z] reload_test.go:342: root required [2022-03-25T14:46:47.815Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-25T14:46:47.815Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-25T14:46:47.815Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-25T14:46:47.815Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-03-25T14:46:47.815Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-25T14:46:47.815Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.04s) [2022-03-25T14:46:47.815Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-25T14:46:47.815Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.06s) [2022-03-25T14:46:47.815Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-25T14:46:47.815Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.02s) [2022-03-25T14:46:47.815Z] === RUN TestParseVolumesFrom [2022-03-25T14:46:47.815Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-25T14:46:47.815Z] PASS [2022-03-25T14:46:47.815Z] coverage: 8.6% of statements [2022-03-25T14:46:47.815Z] ok github.com/docker/docker/daemon 0.587s coverage: 8.6% of statements [2022-03-25T14:46:47.988Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-25T14:46:48.140Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-25T14:46:48.284Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-25T14:46:48.359Z] --- PASS: TestRenameRunningContainerAndReuse (4.76s) [2022-03-25T14:46:48.359Z] === RUN TestRenameInvalidName [2022-03-25T14:46:48.396Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-25T14:46:48.457Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-25T14:46:48.924Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-25T14:46:48.959Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-25T14:46:48.959Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-25T14:46:50.328Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-25T14:46:50.499Z] === RUN TestNewStreamConfig [2022-03-25T14:46:50.499Z] === RUN TestNewStreamConfig/defaults [2022-03-25T14:46:50.499Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-25T14:46:50.499Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-25T14:46:50.499Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-25T14:46:50.499Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-25T14:46:50.499Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-25T14:46:50.499Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-25T14:46:50.499Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-25T14:46:50.499Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-25T14:46:50.499Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-25T14:46:50.499Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-25T14:46:50.499Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-25T14:46:50.499Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-25T14:46:50.499Z] time="2022-03-25T14:46:49Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-25T14:46:50.499Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-03-25T14:46:50.499Z] === RUN TestCreateSuccess [2022-03-25T14:46:50.499Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCreateStreamSkipped [2022-03-25T14:46:50.499Z] time="2022-03-25T14:46:49Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-25T14:46:50.499Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCreateLogGroupSuccess [2022-03-25T14:46:50.499Z] time="2022-03-25T14:46:49Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-25T14:46:50.499Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCreateError [2022-03-25T14:46:50.499Z] --- PASS: TestCreateError (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCreateAlreadyExists [2022-03-25T14:46:50.499Z] time="2022-03-25T14:46:49Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-25T14:46:50.499Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestLogClosed [2022-03-25T14:46:50.499Z] --- PASS: TestLogClosed (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestLogBlocking [2022-03-25T14:46:50.499Z] --- PASS: TestLogBlocking (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-25T14:46:50.499Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestLogNonBlockingBufferFull [2022-03-25T14:46:50.499Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestPublishBatchSuccess [2022-03-25T14:46:50.499Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestPublishBatchError [2022-03-25T14:46:50.499Z] time="2022-03-25T14:46:49Z" level=error msg=error [2022-03-25T14:46:50.499Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-25T14:46:50.499Z] time="2022-03-25T14:46:49Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-25T14:46:50.499Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-25T14:46:50.499Z] time="2022-03-25T14:46:49Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-25T14:46:50.499Z] time="2022-03-25T14:46:49Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-25T14:46:50.499Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchSimple [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchTicker [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchMultilinePattern [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.07s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchClose [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestEffectiveLen [2022-03-25T14:46:50.499Z] === RUN TestEffectiveLen/0/Hello [2022-03-25T14:46:50.499Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-25T14:46:50.499Z] === RUN TestEffectiveLen/2/🙃 [2022-03-25T14:46:50.499Z] === RUN TestEffectiveLen/3/���� [2022-03-25T14:46:50.499Z] === RUN TestEffectiveLen/4/He��o [2022-03-25T14:46:50.499Z] === RUN TestEffectiveLen/5/ [2022-03-25T14:46:50.499Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit/0/ [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit/1/Hello [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1076: Hello [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit/2/Hello [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1076: He [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1077: llo [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit/3/Hello [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1077: Hello [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit/4/🙃 [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1076: [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit/5/🙃 [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit/6/a� [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1076: a [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1077: � [2022-03-25T14:46:50.499Z] === RUN TestFindValidSplit/7/a� [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1076: a� [2022-03-25T14:46:50.499Z] cloudwatchlogs_test.go:1077: [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestProcessEventEmoji [2022-03-25T14:46:50.499Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchLineSplit [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchMaxEvents [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-25T14:46:50.499Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-25T14:46:50.499Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.15s) [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-25T14:46:50.499Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-25T14:46:50.499Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-25T14:46:50.499Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-25T14:46:50.499Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsFormat [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-25T14:46:50.500Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-25T14:46:50.500Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestCreateTagSuccess [2022-03-25T14:46:50.500Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-25T14:46:50.500Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-25T14:46:50.500Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-25T14:46:50.500Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-25T14:46:50.500Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-25T14:46:50.500Z] PASS [2022-03-25T14:46:50.500Z] coverage: 80.2% of statements [2022-03-25T14:46:50.500Z] === RUN TestAdapterReadLogs [2022-03-25T14:46:50.500Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestCopier [2022-03-25T14:46:50.500Z] --- PASS: TestCopier (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestCopierLongLines [2022-03-25T14:46:50.500Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestCopierSlow [2022-03-25T14:46:50.500Z] ok github.com/docker/docker/daemon/logger/awslogs 0.567s coverage: 80.2% of statements [2022-03-25T14:46:50.500Z] --- PASS: TestCopierSlow (0.20s) [2022-03-25T14:46:50.500Z] === RUN TestCopierWithSized [2022-03-25T14:46:50.500Z] === RUN TestCopierWithSized/as_is [2022-03-25T14:46:50.500Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-25T14:46:50.500Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-25T14:46:50.500Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-25T14:46:50.500Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestCopierWithPartial [2022-03-25T14:46:50.500Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestRingLogger [2022-03-25T14:46:50.500Z] --- PASS: TestRingLogger (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestRingCap [2022-03-25T14:46:50.500Z] --- PASS: TestRingCap (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestRingClose [2022-03-25T14:46:50.500Z] --- PASS: TestRingClose (0.00s) [2022-03-25T14:46:50.500Z] === RUN TestRingDrain [2022-03-25T14:46:50.500Z] --- PASS: TestRingDrain (0.00s) [2022-03-25T14:46:50.500Z] PASS [2022-03-25T14:46:50.500Z] coverage: 43.2% of statements [2022-03-25T14:46:50.500Z] ok github.com/docker/docker/daemon/logger 0.353s coverage: 43.2% of statements [2022-03-25T14:46:50.580Z] --- PASS: TestRenameInvalidName (2.26s) [2022-03-25T14:46:50.580Z] === RUN TestRenameAnonymousContainer [2022-03-25T14:46:50.969Z] === RUN TestSearchRegistryForImagesErrors [2022-03-25T14:46:50.969Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-25T14:46:50.969Z] === RUN TestSearchRegistryForImages [2022-03-25T14:46:50.969Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-25T14:46:50.969Z] === RUN TestOnlyPlatformWithFallback [2022-03-25T14:46:50.969Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-25T14:46:50.969Z] === RUN TestImageDelete [2022-03-25T14:46:50.969Z] === RUN TestImageDelete/no_lease [2022-03-25T14:46:50.969Z] === RUN TestImageDelete/lease_exists [2022-03-25T14:46:50.969Z] --- PASS: TestImageDelete (0.05s) [2022-03-25T14:46:50.969Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-25T14:46:50.969Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-25T14:46:50.969Z] === RUN TestContentStoreForPull [2022-03-25T14:46:50.969Z] === RUN TestValidateLogOptReconnectInterval [2022-03-25T14:46:50.969Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-25T14:46:50.969Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-25T14:46:50.969Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-25T14:46:50.969Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-25T14:46:50.969Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-25T14:46:50.969Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-25T14:46:50.969Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-25T14:46:50.969Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-25T14:46:50.969Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-25T14:46:50.969Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-25T14:46:50.969Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-25T14:46:50.969Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-25T14:46:50.969Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-25T14:46:50.969Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-25T14:46:50.969Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-25T14:46:50.969Z] PASS [2022-03-25T14:46:50.969Z] coverage: 33.6% of statements [2022-03-25T14:46:50.969Z] ok github.com/docker/docker/daemon/logger/fluentd 0.127s coverage: 33.6% of statements [2022-03-25T14:46:50.969Z] --- PASS: TestContentStoreForPull (0.27s) [2022-03-25T14:46:50.969Z] PASS [2022-03-25T14:46:50.969Z] coverage: 6.6% of statements [2022-03-25T14:46:50.969Z] ok github.com/docker/docker/daemon/images 0.489s coverage: 6.6% of statements [2022-03-25T14:46:51.255Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-25T14:46:51.438Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-25T14:46:51.438Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-25T14:46:51.438Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-25T14:46:51.438Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-25T14:46:51.438Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-25T14:46:51.438Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-25T14:46:51.781Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-25T14:46:51.781Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-25T14:46:51.781Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-25T14:46:51.781Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-25T14:46:51.781Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-25T14:46:51.781Z] remote: Enumerating objects: 23, done. [2022-03-25T14:46:51.781Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-25T14:46:51.781Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-25T14:46:51.781Z] Receiving objects: 4% (1/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-25T14:46:51.781Z] 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-25T14:46:51.781Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-25T14:46:51.781Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-25T14:46:51.781Z] Cross building: bundles/cross/linux/ppc64le [2022-03-25T14:46:51.781Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-25T14:46:51.781Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-25T14:46:51.859Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-25T14:46:51.907Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-25T14:46:51.907Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-25T14:46:51.907Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-25T14:46:51.907Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-25T14:46:51.907Z] === RUN TestFastTimeMarshalJSON [2022-03-25T14:46:51.907Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-25T14:46:51.907Z] PASS [2022-03-25T14:46:51.907Z] coverage: 87.2% of statements [2022-03-25T14:46:51.907Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.240s coverage: 87.2% of statements [2022-03-25T14:46:52.115Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-25T14:46:52.376Z] === RUN TestJSONFileLogger [2022-03-25T14:46:52.376Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-25T14:46:52.376Z] === RUN TestJSONFileLoggerWithTags [2022-03-25T14:46:52.376Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-25T14:46:52.376Z] === RUN TestJSONFileLoggerWithOpts [2022-03-25T14:46:52.376Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-25T14:46:52.376Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-25T14:46:52.376Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-25T14:46:52.376Z] === RUN TestEncodeDecode [2022-03-25T14:46:52.376Z] === PAUSE TestEncodeDecode [2022-03-25T14:46:52.376Z] === RUN TestUnexpectedEOF [2022-03-25T14:46:52.845Z] time="2022-03-25T14:46:52Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-25T14:46:52.845Z] time="2022-03-25T14:46:52Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-25T14:46:52.845Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-03-25T14:46:52.845Z] === CONT TestEncodeDecode [2022-03-25T14:46:52.845Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-25T14:46:52.845Z] PASS [2022-03-25T14:46:52.845Z] coverage: 69.9% of statements [2022-03-25T14:46:52.845Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.291s coverage: 69.9% of statements [2022-03-25T14:46:53.315Z] === RUN TestWriteLog [2022-03-25T14:46:53.315Z] === PAUSE TestWriteLog [2022-03-25T14:46:53.315Z] === RUN TestReadLog [2022-03-25T14:46:53.315Z] === PAUSE TestReadLog [2022-03-25T14:46:53.315Z] === RUN TestDecode [2022-03-25T14:46:53.315Z] --- PASS: TestDecode (0.03s) [2022-03-25T14:46:53.315Z] === CONT TestWriteLog [2022-03-25T14:46:53.315Z] === CONT TestReadLog [2022-03-25T14:46:53.315Z] --- PASS: TestWriteLog (0.01s) [2022-03-25T14:46:53.315Z] === RUN TestReadLog/tail_exact [2022-03-25T14:46:53.315Z] === RUN TestOpenFileDelete [2022-03-25T14:46:53.315Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-25T14:46:53.315Z] === RUN TestOpenFileRename [2022-03-25T14:46:53.315Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-25T14:46:53.315Z] === RUN TestHandleDecoderErr [2022-03-25T14:46:53.315Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-25T14:46:53.315Z] === RUN TestParseLogTagDefaultTag [2022-03-25T14:46:53.315Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-25T14:46:53.315Z] === RUN TestParseLogTag [2022-03-25T14:46:53.315Z] --- PASS: TestParseLogTag (0.00s) [2022-03-25T14:46:53.315Z] === RUN TestParseLogTagEmptyTag [2022-03-25T14:46:53.315Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-25T14:46:53.315Z] === RUN TestTailFiles [2022-03-25T14:46:53.315Z] --- PASS: TestTailFiles (0.00s) [2022-03-25T14:46:53.315Z] === RUN TestFollowLogsConsumerGone [2022-03-25T14:46:53.315Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2022-03-25T14:46:53.315Z] === RUN TestFollowLogsProducerGone [2022-03-25T14:46:53.315Z] logfile_test.go:180: logDecode() closed after sending 2176 messages [2022-03-25T14:46:53.315Z] logfile_test.go:233: messages sent: 2176, received: 2176 [2022-03-25T14:46:53.315Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-25T14:46:53.315Z] === RUN TestCheckCapacityAndRotate [2022-03-25T14:46:53.503Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-25T14:46:53.783Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-25T14:46:53.783Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-25T14:46:53.783Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-25T14:46:53.783Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-25T14:46:53.783Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-25T14:46:53.783Z] PASS [2022-03-25T14:46:53.783Z] coverage: 53.5% of statements [2022-03-25T14:46:53.783Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.140s coverage: 53.5% of statements [2022-03-25T14:46:53.783Z] === RUN TestReadLog/tail_less_than_available [2022-03-25T14:46:53.783Z] === RUN TestReadLog/tail_more_than_available [2022-03-25T14:46:53.783Z] --- PASS: TestReadLog (0.27s) [2022-03-25T14:46:53.783Z] --- PASS: TestReadLog/tail_exact (0.23s) [2022-03-25T14:46:53.783Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-25T14:46:53.783Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-25T14:46:53.783Z] PASS [2022-03-25T14:46:53.783Z] coverage: 78.7% of statements [2022-03-25T14:46:53.783Z] ok github.com/docker/docker/daemon/logger/local 0.591s coverage: 78.7% of statements [2022-03-25T14:46:53.783Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-25T14:46:54.253Z] === RUN TestLog [2022-03-25T14:46:54.253Z] --- PASS: TestLog (0.03s) [2022-03-25T14:46:54.253Z] PASS [2022-03-25T14:46:54.253Z] coverage: 31.5% of statements [2022-03-25T14:46:54.253Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.086s coverage: 31.5% of statements [2022-03-25T14:46:54.723Z] === RUN TestNewParse [2022-03-25T14:46:54.723Z] --- PASS: TestNewParse (0.00s) [2022-03-25T14:46:54.723Z] PASS [2022-03-25T14:46:54.723Z] coverage: 8.3% of statements [2022-03-25T14:46:54.723Z] ok github.com/docker/docker/daemon/logger/templates 0.055s coverage: 8.3% of statements [2022-03-25T14:46:54.872Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-25T14:46:55.192Z] === RUN TestValidateLogOpt [2022-03-25T14:46:55.192Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestNewMissedConfig [2022-03-25T14:46:55.192Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestNewMissedUrl [2022-03-25T14:46:55.192Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestNewMissedToken [2022-03-25T14:46:55.192Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestNewWithProxy [2022-03-25T14:46:55.192Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestDefault [2022-03-25T14:46:55.192Z] --- PASS: TestDefault (0.01s) [2022-03-25T14:46:55.192Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-25T14:46:55.192Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestJsonFormat [2022-03-25T14:46:55.192Z] --- PASS: TestJsonFormat (0.01s) [2022-03-25T14:46:55.192Z] === RUN TestRawFormat [2022-03-25T14:46:55.192Z] --- PASS: TestRawFormat (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestRawFormatWithLabels [2022-03-25T14:46:55.192Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestRawFormatWithoutTag [2022-03-25T14:46:55.192Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestBatching [2022-03-25T14:46:55.192Z] --- PASS: TestBatching (0.30s) [2022-03-25T14:46:55.192Z] === RUN TestFrequency [2022-03-25T14:46:55.192Z] === RUN TestParseLogFormat [2022-03-25T14:46:55.192Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestValidateLogOptEmpty [2022-03-25T14:46:55.192Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestValidateSyslogAddress [2022-03-25T14:46:55.192Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestParseAddressDefaultPort [2022-03-25T14:46:55.192Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestValidateSyslogFacility [2022-03-25T14:46:55.192Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestValidateLogOptSyslogFormat [2022-03-25T14:46:55.192Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-25T14:46:55.192Z] === RUN TestValidateLogOpt [2022-03-25T14:46:55.192Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-25T14:46:55.192Z] PASS [2022-03-25T14:46:55.192Z] coverage: 46.8% of statements [2022-03-25T14:46:55.192Z] ok github.com/docker/docker/daemon/logger/syslog 0.073s coverage: 46.8% of statements [2022-03-25T14:46:55.660Z] --- PASS: TestFrequency (0.18s) [2022-03-25T14:46:55.660Z] === RUN TestOneMessagePerRequest [2022-03-25T14:46:55.660Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-03-25T14:46:55.660Z] === RUN TestVerify [2022-03-25T14:46:55.660Z] --- PASS: TestVerify (0.00s) [2022-03-25T14:46:55.660Z] === RUN TestSkipVerify [2022-03-25T14:46:55.660Z] time="2022-03-25T14:46:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:55.660Z] time="2022-03-25T14:46:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:55.660Z] time="2022-03-25T14:46:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.238Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-25T14:46:56.238Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-25T14:46:56.648Z] --- PASS: TestSkipVerify (1.01s) [2022-03-25T14:46:56.648Z] === RUN TestBufferMaximum [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219616.226153\",\"host\":\"12179c43424d\"}'" [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219616.227154\",\"host\":\"12179c43424d\"}'" [2022-03-25T14:46:56.648Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-25T14:46:56.648Z] === RUN TestServerAlwaysDown [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219616.230154\",\"host\":\"12179c43424d\"}'" [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219616.230154\",\"host\":\"12179c43424d\"}'" [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219616.230154\",\"host\":\"12179c43424d\"}'" [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219616.231152\",\"host\":\"12179c43424d\"}'" [2022-03-25T14:46:56.648Z] time="2022-03-25T14:46:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1648219616.231152\",\"host\":\"12179c43424d\"}'" [2022-03-25T14:46:56.648Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-25T14:46:56.648Z] === RUN TestCannotSendAfterClose [2022-03-25T14:46:56.648Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-25T14:46:56.648Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-25T14:46:56.648Z] === RUN TestV1IDService [2022-03-25T14:46:56.648Z] --- PASS: TestV1IDService (0.04s) [2022-03-25T14:46:56.648Z] === RUN TestV2MetadataService [2022-03-25T14:46:57.605Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-25T14:46:57.605Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-25T14:46:57.637Z] time="2022-03-25T14:46:57Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-25T14:46:57.637Z] time="2022-03-25T14:46:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"12179c43424d\"}'" [2022-03-25T14:46:57.637Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-25T14:46:57.637Z] PASS [2022-03-25T14:46:57.637Z] coverage: 82.5% of statements [2022-03-25T14:46:57.637Z] ok github.com/docker/docker/daemon/logger/splunk 2.605s coverage: 82.5% of statements [2022-03-25T14:46:57.637Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-25T14:46:57.637Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-25T14:46:57.637Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-25T14:46:57.637Z] --- PASS: TestV2MetadataService (0.91s) [2022-03-25T14:46:57.637Z] PASS [2022-03-25T14:46:57.637Z] coverage: 48.2% of statements [2022-03-25T14:46:57.637Z] ok github.com/docker/docker/distribution/metadata 1.027s coverage: 48.2% of statements [2022-03-25T14:46:57.861Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-25T14:46:58.105Z] === RUN TestSuccessfulDownload [2022-03-25T14:46:58.105Z] download_test.go:267: Needs fixing on Windows [2022-03-25T14:46:58.105Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-25T14:46:58.105Z] === RUN TestCancelledDownload [2022-03-25T14:46:58.105Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-25T14:46:58.105Z] === RUN TestMaxDownloadAttempts [2022-03-25T14:46:58.105Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:46:58.105Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:46:58.105Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:46:58.105Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:46:58.105Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:46:58.105Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:46:58.105Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:46:58.105Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:46:58.105Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-25T14:46:58.105Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-25T14:46:58.105Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-25T14:46:58.105Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-25T14:46:58.105Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-25T14:46:58.105Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-25T14:46:58.105Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-25T14:46:58.105Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-25T14:46:58.105Z] === RUN TestContinueOnError_NeverContinue [2022-03-25T14:46:58.105Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-25T14:46:58.105Z] === RUN TestManifestStore [2022-03-25T14:46:58.105Z] === RUN TestManifestStore/no_remote_or_local [2022-03-25T14:46:58.117Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-25T14:46:58.574Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-25T14:46:58.574Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.48s) [2022-03-25T14:46:58.574Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.48s) [2022-03-25T14:46:58.574Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.48s) [2022-03-25T14:46:58.574Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.48s) [2022-03-25T14:46:58.574Z] === RUN TestTransfer [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:58Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local4219391276\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/no_local_cache [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/with_local_cache [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/unknown_media_type [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:58Z" level=warning msg="reference for unknown type: " [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:58Z" level=warning msg="reference for unknown type: " [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:58Z" level=warning msg="reference for unknown type: " [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:58Z" level=warning msg="reference for unknown type: " [2022-03-25T14:46:58.574Z] --- PASS: TestTransfer (0.12s) [2022-03-25T14:46:58.574Z] === RUN TestConcurrencyLimit [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:58Z" level=warning msg="reference for unknown type: " [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-25T14:46:58.574Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-25T14:46:58.574Z] time="2022-03-25T14:46:58Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore (0.36s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/no_remote_or_local (0.24s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-25T14:46:58.574Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-25T14:46:58.574Z] === RUN TestDetectManifestBlobMediaType [2022-03-25T14:46:58.574Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-25T14:46:58.574Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-25T14:46:58.574Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-25T14:46:58.574Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-25T14:46:58.574Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-25T14:46:58.574Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-25T14:46:58.574Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-25T14:46:58.575Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-25T14:46:58.575Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-25T14:46:58.575Z] === RUN TestFixManifestLayers [2022-03-25T14:46:58.575Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-25T14:46:58.575Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-25T14:46:58.575Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-25T14:46:58.575Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-25T14:46:58.575Z] === RUN TestFixManifestLayersBadParent [2022-03-25T14:46:58.575Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-25T14:46:58.575Z] === RUN TestValidateManifest [2022-03-25T14:46:58.575Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-25T14:46:58.575Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-25T14:46:58.575Z] === RUN TestFormatPlatform [2022-03-25T14:46:58.575Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-25T14:46:58.575Z] === RUN TestPullSchema2Config [2022-03-25T14:46:58.575Z] === RUN TestPullSchema2Config/success_first_time [2022-03-25T14:46:58.575Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:46:58.575Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:46:58.575Z] === RUN TestPullSchema2Config/500_status [2022-03-25T14:46:58.575Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:46:58.575Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:46:59.043Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:46:59.043Z] === RUN TestPullSchema2Config/EOF [2022-03-25T14:46:59.043Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:46:59.043Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:46:59.043Z] 2022/03/25 14:46:58 http: panic serving 127.0.0.1:49218: intentional panic [2022-03-25T14:46:59.043Z] goroutine 11 [running]: [2022-03-25T14:46:59.043Z] net/http.(*conn).serve.func1() [2022-03-25T14:46:59.043Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-25T14:46:59.043Z] panic({0x1479000, 0x165b8b0}) [2022-03-25T14:46:59.043Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-25T14:46:59.043Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000008680?, {0x1663098?, 0xc000534460?}) [2022-03-25T14:46:59.043Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-25T14:46:59.043Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1663098, 0xc000534460}, 0xc000531100) [2022-03-25T14:46:59.043Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-03-25T14:46:59.043Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1663098?, 0xc000534460?}, 0xc00005a800?) [2022-03-25T14:46:59.043Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-25T14:46:59.043Z] net/http.serverHandler.ServeHTTP({0xc0001e73b0?}, {0x1663098, 0xc000534460}, 0xc000531100) [2022-03-25T14:46:59.043Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-25T14:46:59.043Z] net/http.(*conn).serve(0xc0000beb40, {0x1663910, 0xc0001e9470}) [2022-03-25T14:46:59.043Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-25T14:46:59.043Z] created by net/http.(*Server).Serve [2022-03-25T14:46:59.043Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-25T14:46:59.043Z] --- PASS: TestConcurrencyLimit (0.40s) [2022-03-25T14:46:59.043Z] === RUN TestInactiveJobs [2022-03-25T14:46:59.043Z] === RUN TestNotFound [2022-03-25T14:46:59.043Z] --- PASS: TestNotFound (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestConflict [2022-03-25T14:46:59.043Z] --- PASS: TestConflict (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestForbidden [2022-03-25T14:46:59.043Z] --- PASS: TestForbidden (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestInvalidParameter [2022-03-25T14:46:59.043Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestNotImplemented [2022-03-25T14:46:59.043Z] --- PASS: TestNotImplemented (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestNotModified [2022-03-25T14:46:59.043Z] --- PASS: TestNotModified (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestUnauthorized [2022-03-25T14:46:59.043Z] --- PASS: TestUnauthorized (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestUnknown [2022-03-25T14:46:59.043Z] --- PASS: TestUnknown (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestCancelled [2022-03-25T14:46:59.043Z] --- PASS: TestCancelled (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestDeadline [2022-03-25T14:46:59.043Z] --- PASS: TestDeadline (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestDataLoss [2022-03-25T14:46:59.043Z] --- PASS: TestDataLoss (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestUnavailable [2022-03-25T14:46:59.043Z] --- PASS: TestUnavailable (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestSystem [2022-03-25T14:46:59.043Z] --- PASS: TestSystem (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Not_Found [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Bad_Request [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Conflict [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Unauthorized [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Forbidden [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Not_Modified [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-25T14:46:59.043Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-25T14:46:59.043Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-25T14:46:59.043Z] PASS [2022-03-25T14:46:59.043Z] coverage: 77.0% of statements [2022-03-25T14:46:59.043Z] ok github.com/docker/docker/errdefs 0.047s coverage: 77.0% of statements [2022-03-25T14:46:59.043Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:46:59.043Z] === RUN TestPullSchema2Config/unauthorized [2022-03-25T14:46:59.043Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-25T14:46:59.043Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-25T14:46:59.043Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-25T14:46:59.043Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-25T14:46:59.043Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-25T14:46:59.043Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-25T14:46:59.043Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestGetRepositoryMountCandidates [2022-03-25T14:46:59.043Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-25T14:46:59.043Z] === RUN TestLayerAlreadyExists [2022-03-25T14:46:59.044Z] 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-25T14:46:59.044Z] 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-25T14:46:59.044Z] 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-25T14:46:59.044Z] 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-25T14:46:59.044Z] 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-25T14:46:59.044Z] 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-25T14:46:59.044Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-25T14:46:59.044Z] === RUN TestWhenEmptyAuthConfig [2022-03-25T14:46:59.511Z] --- PASS: TestInactiveJobs (0.35s) [2022-03-25T14:46:59.511Z] === RUN TestWatchRelease [2022-03-25T14:46:59.511Z] --- PASS: TestWatchRelease (0.04s) [2022-03-25T14:46:59.511Z] === RUN TestWatchFinishedTransfer [2022-03-25T14:46:59.511Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-25T14:46:59.512Z] === RUN TestDuplicateTransfer [2022-03-25T14:46:59.512Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-03-25T14:46:59.512Z] === RUN TestSuccessfulUpload [2022-03-25T14:46:59.512Z] time="2022-03-25T14:46:59Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-25T14:46:59.981Z] --- PASS: TestSuccessfulUpload (0.37s) [2022-03-25T14:46:59.981Z] === RUN TestCancelledUpload [2022-03-25T14:46:59.981Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-25T14:46:59.981Z] PASS [2022-03-25T14:46:59.981Z] coverage: 77.3% of statements [2022-03-25T14:46:59.981Z] ok github.com/docker/docker/distribution/xfer 1.943s coverage: 77.3% of statements [2022-03-25T14:46:59.981Z] === RUN TestFSGetInvalidData [2022-03-25T14:46:59.981Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-25T14:46:59.981Z] === RUN TestFSInvalidSet [2022-03-25T14:46:59.981Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-25T14:46:59.981Z] === RUN TestFSInvalidRoot [2022-03-25T14:46:59.981Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-25T14:46:59.981Z] === RUN TestFSMetadataGetSet [2022-03-25T14:46:59.981Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-25T14:46:59.981Z] === RUN TestFSInvalidWalker [2022-03-25T14:46:59.981Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-25T14:46:59.981Z] === RUN TestFSGetSet [2022-03-25T14:46:59.981Z] --- PASS: TestFSGetSet (0.04s) [2022-03-25T14:46:59.981Z] === RUN TestFSGetUnsetKey [2022-03-25T14:46:59.981Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-25T14:46:59.981Z] === RUN TestFSGetEmptyData [2022-03-25T14:46:59.981Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-25T14:46:59.981Z] === RUN TestFSDelete [2022-03-25T14:46:59.981Z] --- PASS: TestFSDelete (0.01s) [2022-03-25T14:46:59.981Z] === RUN TestFSWalker [2022-03-25T14:46:59.981Z] --- PASS: TestFSWalker (0.02s) [2022-03-25T14:46:59.981Z] === RUN TestFSWalkerStopOnError [2022-03-25T14:46:59.981Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-25T14:46:59.981Z] === RUN TestNewFromJSON [2022-03-25T14:46:59.981Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-25T14:46:59.981Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-25T14:46:59.981Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-25T14:46:59.981Z] === RUN TestMarshalKeyOrder [2022-03-25T14:46:59.981Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-25T14:46:59.981Z] === RUN TestHistoryEqual [2022-03-25T14:47:00.450Z] --- PASS: TestHistoryEqual (0.21s) [2022-03-25T14:47:00.450Z] === RUN TestImage [2022-03-25T14:47:00.450Z] --- PASS: TestImage (0.00s) [2022-03-25T14:47:00.450Z] === RUN TestImageOSNotEmpty [2022-03-25T14:47:00.450Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-25T14:47:00.450Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-25T14:47:00.450Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-25T14:47:00.450Z] === RUN TestCreate [2022-03-25T14:47:00.450Z] --- PASS: TestCreate (0.01s) [2022-03-25T14:47:00.450Z] === RUN TestRestore [2022-03-25T14:47:00.450Z] time="2022-03-25T14:46:59Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-25T14:47:00.450Z] --- PASS: TestRestore (0.06s) [2022-03-25T14:47:00.450Z] === RUN TestAddDelete [2022-03-25T14:47:00.450Z] --- PASS: TestAddDelete (0.04s) [2022-03-25T14:47:00.450Z] === RUN TestSearchAfterDelete [2022-03-25T14:47:00.450Z] --- PASS: TestWhenEmptyAuthConfig (1.21s) [2022-03-25T14:47:00.450Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-25T14:47:00.450Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-25T14:47:00.450Z] === RUN TestTokenPassThru [2022-03-25T14:47:00.450Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-25T14:47:00.450Z] === RUN TestParentReset [2022-03-25T14:47:00.450Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-25T14:47:00.450Z] === RUN TestTokenPassThruDifferentHost [2022-03-25T14:47:00.450Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-25T14:47:00.450Z] PASS [2022-03-25T14:47:00.450Z] coverage: 26.7% of statements [2022-03-25T14:47:00.450Z] ok github.com/docker/docker/distribution 2.226s coverage: 26.7% of statements [2022-03-25T14:47:00.450Z] --- PASS: TestParentReset (0.04s) [2022-03-25T14:47:00.450Z] === RUN TestGetAndSetLastUpdated [2022-03-25T14:47:00.450Z] === RUN TestCompare [2022-03-25T14:47:00.450Z] --- PASS: TestCompare (0.00s) [2022-03-25T14:47:00.450Z] PASS [2022-03-25T14:47:00.450Z] coverage: 19.2% of statements [2022-03-25T14:47:00.450Z] ok github.com/docker/docker/image/cache 0.082s coverage: 19.2% of statements [2022-03-25T14:47:00.450Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-03-25T14:47:00.450Z] === RUN TestStoreLen [2022-03-25T14:47:00.450Z] --- PASS: TestStoreLen (0.06s) [2022-03-25T14:47:00.450Z] PASS [2022-03-25T14:47:00.450Z] coverage: 86.9% of statements [2022-03-25T14:47:00.450Z] ok github.com/docker/docker/image 0.741s coverage: 86.9% of statements [2022-03-25T14:47:00.450Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-25T14:47:00.450Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-25T14:47:01.014Z] --- PASS: TestRenameAnonymousContainer (9.63s) [2022-03-25T14:47:01.014Z] === RUN TestRenameContainerWithSameName [2022-03-25T14:47:01.437Z] === RUN TestValidateManifest [2022-03-25T14:47:01.437Z] === RUN TestValidateManifest/nil [2022-03-25T14:47:01.437Z] === RUN TestValidateManifest/non-nil [2022-03-25T14:47:01.437Z] --- PASS: TestValidateManifest (0.00s) [2022-03-25T14:47:01.437Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-25T14:47:01.437Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-25T14:47:01.437Z] PASS [2022-03-25T14:47:01.437Z] coverage: 0.7% of statements [2022-03-25T14:47:01.437Z] ok github.com/docker/docker/image/tarexport 0.141s coverage: 0.7% of statements [2022-03-25T14:47:01.906Z] === RUN TestMakeV1ConfigFromConfig [2022-03-25T14:47:01.906Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-25T14:47:01.906Z] PASS [2022-03-25T14:47:01.906Z] coverage: 25.0% of statements [2022-03-25T14:47:01.906Z] ok github.com/docker/docker/image/v1 0.270s coverage: 25.0% of statements [2022-03-25T14:47:01.906Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-25T14:47:02.585Z] --- PASS: TestRenameContainerWithSameName (2.28s) [2022-03-25T14:47:02.585Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-25T14:47:02.585Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-25T14:47:02.585Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-25T14:47:02.585Z] === RUN TestResize [2022-03-25T14:47:02.898Z] === RUN TestSerialization [2022-03-25T14:47:02.898Z] --- PASS: TestSerialization (0.02s) [2022-03-25T14:47:02.898Z] PASS [2022-03-25T14:47:02.898Z] coverage: 100.0% of statements [2022-03-25T14:47:02.898Z] ok github.com/docker/docker/libcontainerd/queue 0.093s coverage: 100.0% of statements [2022-03-25T14:47:03.892Z] === RUN TestEmptyLayer [2022-03-25T14:47:03.892Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestCommitFailure [2022-03-25T14:47:03.892Z] --- PASS: TestCommitFailure (0.02s) [2022-03-25T14:47:03.892Z] === RUN TestStartTransactionFailure [2022-03-25T14:47:03.892Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestGetOrphan [2022-03-25T14:47:03.892Z] --- PASS: TestGetOrphan (0.01s) [2022-03-25T14:47:03.892Z] === RUN TestMountAndRegister [2022-03-25T14:47:03.892Z] layer_test.go:258: Layer size: 14 [2022-03-25T14:47:03.892Z] --- PASS: TestMountAndRegister (0.05s) [2022-03-25T14:47:03.892Z] === RUN TestLayerRelease [2022-03-25T14:47:03.892Z] layer_test.go:291: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestStoreRestore [2022-03-25T14:47:03.892Z] layer_test.go:340: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestTarStreamStability [2022-03-25T14:47:03.892Z] layer_test.go:455: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestRegisterExistingLayer [2022-03-25T14:47:03.892Z] --- PASS: TestRegisterExistingLayer (0.13s) [2022-03-25T14:47:03.892Z] === RUN TestTarStreamVerification [2022-03-25T14:47:03.892Z] layer_test.go:684: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestLayerMigration [2022-03-25T14:47:03.892Z] migration_test.go:45: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestLayerMigrationNoTarsplit [2022-03-25T14:47:03.892Z] migration_test.go:181: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestMountInit [2022-03-25T14:47:03.892Z] mount_test.go:17: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestMountInit (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestMountSize [2022-03-25T14:47:03.892Z] mount_test.go:76: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestMountSize (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestMountChanges [2022-03-25T14:47:03.892Z] mount_test.go:125: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestMountChanges (0.00s) [2022-03-25T14:47:03.892Z] === RUN TestMountApply [2022-03-25T14:47:03.892Z] mount_test.go:212: Failing on Windows [2022-03-25T14:47:03.892Z] --- SKIP: TestMountApply (0.00s) [2022-03-25T14:47:03.892Z] PASS [2022-03-25T14:47:03.892Z] coverage: 30.6% of statements [2022-03-25T14:47:03.892Z] ok github.com/docker/docker/layer 0.305s coverage: 30.6% of statements [2022-03-25T14:47:03.892Z] === RUN TestEnvironmentParsing [2022-03-25T14:47:03.892Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-25T14:47:03.892Z] PASS [2022-03-25T14:47:03.892Z] coverage: 1.2% of statements [2022-03-25T14:47:03.892Z] ok github.com/docker/docker/libcontainerd/local 0.074s coverage: 1.2% of statements [2022-03-25T14:47:04.360Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-25T14:47:04.360Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-25T14:47:04.360Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-25T14:47:04.360Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-25T14:47:04.360Z] === RUN TestSequenceGetAvailableBit [2022-03-25T14:47:04.360Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestSequenceEqual [2022-03-25T14:47:04.360Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestSequenceCopy [2022-03-25T14:47:04.360Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestGetFirstAvailable [2022-03-25T14:47:04.360Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestFindSequence [2022-03-25T14:47:04.360Z] --- PASS: TestFindSequence (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestCheckIfAvailable [2022-03-25T14:47:04.360Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestMergeSequences [2022-03-25T14:47:04.360Z] --- PASS: TestMergeSequences (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestPushReservation [2022-03-25T14:47:04.360Z] --- PASS: TestPushReservation (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestSerializeDeserialize [2022-03-25T14:47:04.360Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestSet [2022-03-25T14:47:04.360Z] --- PASS: TestSet (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestSetUnset [2022-03-25T14:47:04.360Z] --- PASS: TestSetUnset (0.00s) [2022-03-25T14:47:04.360Z] === RUN TestOffsetSetUnset [2022-03-25T14:47:04.361Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-25T14:47:04.361Z] === RUN TestSetInRange [2022-03-25T14:47:04.361Z] --- PASS: TestSetInRange (0.00s) [2022-03-25T14:47:04.361Z] === RUN TestSetAnyInRange [2022-03-25T14:47:04.361Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-25T14:47:04.361Z] === RUN TestMethods [2022-03-25T14:47:04.361Z] --- PASS: TestMethods (0.00s) [2022-03-25T14:47:04.361Z] === RUN TestRandomAllocateDeallocate [2022-03-25T14:47:04.806Z] --- PASS: TestResize (2.32s) [2022-03-25T14:47:04.806Z] === RUN TestResizeWithInvalidSize [2022-03-25T14:47:06.208Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-25T14:47:06.208Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-25T14:47:06.577Z] === RUN TestInvalidConfig [2022-03-25T14:47:06.578Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-25T14:47:06.578Z] === RUN TestConfig [2022-03-25T14:47:06.578Z] --- PASS: TestConfig (0.01s) [2022-03-25T14:47:06.578Z] === RUN TestOptionsLabels [2022-03-25T14:47:06.578Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-25T14:47:06.578Z] === RUN TestValidName [2022-03-25T14:47:06.578Z] --- PASS: TestValidName (0.00s) [2022-03-25T14:47:06.578Z] PASS [2022-03-25T14:47:06.578Z] coverage: 19.7% of statements [2022-03-25T14:47:06.578Z] ok github.com/docker/docker/libnetwork/config 0.323s coverage: 19.7% of statements [2022-03-25T14:47:07.029Z] --- PASS: TestResizeWithInvalidSize (2.25s) [2022-03-25T14:47:07.029Z] === RUN TestResizeWhenContainerNotStarted [2022-03-25T14:47:07.045Z] === RUN TestKey [2022-03-25T14:47:07.045Z] --- PASS: TestKey (0.00s) [2022-03-25T14:47:07.045Z] === RUN TestParseKey [2022-03-25T14:47:07.045Z] --- PASS: TestParseKey (0.00s) [2022-03-25T14:47:07.045Z] === RUN TestInvalidDataStore [2022-03-25T14:47:07.045Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-25T14:47:07.045Z] === RUN TestKVObjectFlatKey [2022-03-25T14:47:07.045Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-25T14:47:07.045Z] === RUN TestAtomicKVObjectFlatKey [2022-03-25T14:47:07.045Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-25T14:47:07.045Z] PASS [2022-03-25T14:47:07.045Z] coverage: 21.9% of statements [2022-03-25T14:47:07.045Z] ok github.com/docker/docker/libnetwork/datastore 0.049s coverage: 21.9% of statements [2022-03-25T14:47:07.576Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-25T14:47:07.832Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-25T14:47:08.038Z] === RUN TestIPDataMarshalling [2022-03-25T14:47:08.038Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-25T14:47:08.038Z] === RUN TestValidateAndIsV6 [2022-03-25T14:47:08.038Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-25T14:47:08.038Z] PASS [2022-03-25T14:47:08.038Z] coverage: 68.9% of statements [2022-03-25T14:47:08.038Z] ok github.com/docker/docker/libnetwork/driverapi 0.054s coverage: 68.9% of statements [2022-03-25T14:47:09.037Z] === RUN TestErrorInterfaces [2022-03-25T14:47:09.037Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-25T14:47:09.037Z] === RUN TestNetworkMarshalling [2022-03-25T14:47:09.198Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-25T14:47:09.198Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-25T14:47:09.454Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-25T14:47:09.454Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-25T14:47:09.454Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-25T14:47:09.505Z] === RUN TestDriver [2022-03-25T14:47:09.505Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:47:09.505Z] PASS [2022-03-25T14:47:09.505Z] coverage: 34.8% of statements [2022-03-25T14:47:09.505Z] ok github.com/docker/docker/libnetwork/drivers/host 0.052s coverage: 34.8% of statements [2022-03-25T14:47:09.505Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-03-25T14:47:09.505Z] === RUN TestEndpointMarshalling [2022-03-25T14:47:09.505Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestAuxAddresses [2022-03-25T14:47:09.505Z] time="2022-03-25T14:47:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:47:09.505Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-25T14:47:09.505Z] === RUN TestSRVServiceQuery [2022-03-25T14:47:09.505Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-25T14:47:09.505Z] === RUN TestServiceVIPReuse [2022-03-25T14:47:09.505Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-25T14:47:09.505Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-25T14:47:09.505Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestDNSIPQuery [2022-03-25T14:47:09.505Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestDNSProxyServFail [2022-03-25T14:47:09.505Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestSandboxAddEmpty [2022-03-25T14:47:09.505Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestSandboxAddMultiPrio [2022-03-25T14:47:09.505Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestSandboxAddSamePrio [2022-03-25T14:47:09.505Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestCleanupServiceDiscovery [2022-03-25T14:47:09.505Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestDNSOptions [2022-03-25T14:47:09.505Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:47:09.505Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-25T14:47:09.505Z] === RUN TestMultipleControllersWithSameStore [2022-03-25T14:47:09.505Z] time="2022-03-25T14:47:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:47:09.505Z] time="2022-03-25T14:47:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-25T14:47:09.505Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-25T14:47:09.505Z] PASS [2022-03-25T14:47:09.505Z] coverage: 8.5% of statements [2022-03-25T14:47:09.505Z] ok github.com/docker/docker/libnetwork 0.421s coverage: 8.5% of statements [2022-03-25T14:47:09.975Z] === RUN TestDriver [2022-03-25T14:47:09.975Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:47:09.975Z] PASS [2022-03-25T14:47:09.975Z] coverage: 34.8% of statements [2022-03-25T14:47:09.975Z] ok github.com/docker/docker/libnetwork/drivers/null 0.107s coverage: 34.8% of statements [2022-03-25T14:47:10.016Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-25T14:47:10.579Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-25T14:47:10.966Z] === RUN TestNetworkAllocateFree [2022-03-25T14:47:10.966Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-25T14:47:10.966Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-25T14:47:10.966Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-25T14:47:10.966Z] PASS [2022-03-25T14:47:10.966Z] coverage: 63.6% of statements [2022-03-25T14:47:10.966Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.063s coverage: 63.6% of statements [2022-03-25T14:47:10.966Z] --- PASS: TestRandomAllocateDeallocate (6.40s) [2022-03-25T14:47:10.966Z] === RUN TestAllocateRandomDeallocate [2022-03-25T14:47:10.966Z] === RUN TestGetEmptyCapabilities [2022-03-25T14:47:10.966Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-03-25T14:47:10.966Z] === RUN TestGetExtraCapabilities [2022-03-25T14:47:10.966Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-25T14:47:10.966Z] === RUN TestGetInvalidCapabilities [2022-03-25T14:47:10.966Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-25T14:47:10.966Z] === RUN TestRemoteDriver [2022-03-25T14:47:10.966Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-25T14:47:10.966Z] === RUN TestDriverError [2022-03-25T14:47:10.966Z] --- PASS: TestDriverError (0.01s) [2022-03-25T14:47:10.966Z] === RUN TestMissingValues [2022-03-25T14:47:10.966Z] --- PASS: TestMissingValues (0.01s) [2022-03-25T14:47:11.435Z] === RUN TestRollback [2022-03-25T14:47:11.435Z] --- PASS: TestRollback (0.01s) [2022-03-25T14:47:11.435Z] PASS [2022-03-25T14:47:11.435Z] coverage: 57.4% of statements [2022-03-25T14:47:11.435Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.125s coverage: 57.4% of statements [2022-03-25T14:47:12.424Z] === RUN TestNAT [2022-03-25T14:47:12.424Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-25T14:47:12.424Z] --- SKIP: TestNAT (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestTransparent [2022-03-25T14:47:12.424Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-25T14:47:12.424Z] --- SKIP: TestTransparent (0.00s) [2022-03-25T14:47:12.424Z] PASS [2022-03-25T14:47:12.424Z] coverage: 0.0% of statements [2022-03-25T14:47:12.424Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.066s coverage: 0.0% of statements [2022-03-25T14:47:12.424Z] === RUN TestBuildDefault [2022-03-25T14:47:12.424Z] --- PASS: TestBuildDefault (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestBuildHostnameDomainname [2022-03-25T14:47:12.424Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestBuildHostname [2022-03-25T14:47:12.424Z] --- PASS: TestBuildHostname (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestBuildHostnameFQDN [2022-03-25T14:47:12.424Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestBuildNoIP [2022-03-25T14:47:12.424Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestUpdate [2022-03-25T14:47:12.424Z] --- PASS: TestUpdate (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-25T14:47:12.424Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-25T14:47:12.424Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestAddEmpty [2022-03-25T14:47:12.424Z] --- PASS: TestAddEmpty (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestAdd [2022-03-25T14:47:12.424Z] --- PASS: TestAdd (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestDeleteEmpty [2022-03-25T14:47:12.424Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestDeleteNewline [2022-03-25T14:47:12.424Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestDelete [2022-03-25T14:47:12.424Z] --- PASS: TestDelete (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestConcurrentWrites [2022-03-25T14:47:12.424Z] === RUN TestNew [2022-03-25T14:47:12.424Z] --- PASS: TestNew (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestAddDriver [2022-03-25T14:47:12.424Z] --- PASS: TestAddDriver (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestAddDuplicateDriver [2022-03-25T14:47:12.424Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-25T14:47:12.424Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestDriver [2022-03-25T14:47:12.424Z] --- PASS: TestDriver (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestIPAM [2022-03-25T14:47:12.424Z] --- PASS: TestIPAM (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestWalkIPAMs [2022-03-25T14:47:12.424Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-25T14:47:12.424Z] === RUN TestWalkDrivers [2022-03-25T14:47:12.424Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-25T14:47:12.424Z] PASS [2022-03-25T14:47:12.424Z] coverage: 82.4% of statements [2022-03-25T14:47:12.424Z] ok github.com/docker/docker/libnetwork/drvregistry 0.093s coverage: 82.4% of statements [2022-03-25T14:47:12.896Z] --- PASS: TestAllocateRandomDeallocate (1.88s) [2022-03-25T14:47:12.896Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-25T14:47:12.896Z] --- PASS: TestConcurrentWrites (0.29s) [2022-03-25T14:47:12.896Z] PASS [2022-03-25T14:47:12.896Z] coverage: 81.2% of statements [2022-03-25T14:47:12.896Z] ok github.com/docker/docker/libnetwork/etchosts 0.371s coverage: 81.2% of statements [2022-03-25T14:47:13.368Z] === RUN TestNew [2022-03-25T14:47:13.368Z] --- PASS: TestNew (0.00s) [2022-03-25T14:47:13.368Z] === RUN TestAllocate [2022-03-25T14:47:13.368Z] --- PASS: TestAllocate (0.00s) [2022-03-25T14:47:13.368Z] === RUN TestUninitialized [2022-03-25T14:47:13.368Z] --- PASS: TestUninitialized (0.00s) [2022-03-25T14:47:13.368Z] === RUN TestAllocateInRange [2022-03-25T14:47:13.368Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-25T14:47:13.368Z] === RUN TestAllocateSerial [2022-03-25T14:47:13.368Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-25T14:47:13.368Z] PASS [2022-03-25T14:47:13.368Z] coverage: 87.5% of statements [2022-03-25T14:47:13.368Z] ok github.com/docker/docker/libnetwork/idm 0.062s coverage: 87.5% of statements [2022-03-25T14:47:13.368Z] === RUN TestCaller [2022-03-25T14:47:13.368Z] --- PASS: TestCaller (0.00s) [2022-03-25T14:47:13.368Z] PASS [2022-03-25T14:47:13.368Z] coverage: 100.0% of statements [2022-03-25T14:47:13.368Z] ok github.com/docker/docker/libnetwork/internal/caller 0.064s coverage: 100.0% of statements [2022-03-25T14:47:13.847Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-25T14:47:14.193Z] --- PASS: TestResizeWhenContainerNotStarted (7.31s) [2022-03-25T14:47:14.193Z] === RUN TestDaemonRestartKillContainers [2022-03-25T14:47:14.193Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:14.193Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:47:14.193Z] === RUN TestStats [2022-03-25T14:47:14.193Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-25T14:47:14.193Z] --- SKIP: TestStats (0.00s) [2022-03-25T14:47:14.193Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-25T14:47:14.354Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.41s) [2022-03-25T14:47:14.354Z] === RUN TestRetrieveFromStore [2022-03-25T14:47:14.354Z] === RUN TestSetSerialInsertDelete [2022-03-25T14:47:14.354Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-25T14:47:14.354Z] === RUN TestSetParallelInsertDelete [2022-03-25T14:47:14.409Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-25T14:47:14.823Z] --- PASS: TestRetrieveFromStore (0.78s) [2022-03-25T14:47:14.823Z] === RUN TestIsCorrupted [2022-03-25T14:47:14.823Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-25T14:47:14.823Z] === RUN TestSetRollover [2022-03-25T14:47:15.294Z] === RUN TestInt2IP2IntConversion [2022-03-25T14:47:15.762Z] === RUN TestPoolRequest [2022-03-25T14:47:15.762Z] --- PASS: TestPoolRequest (0.00s) [2022-03-25T14:47:15.762Z] === RUN TestOtherRequests [2022-03-25T14:47:15.762Z] --- PASS: TestOtherRequests (0.00s) [2022-03-25T14:47:15.762Z] PASS [2022-03-25T14:47:15.762Z] coverage: 57.1% of statements [2022-03-25T14:47:15.762Z] ok github.com/docker/docker/libnetwork/ipams/null 0.052s coverage: 57.1% of statements [2022-03-25T14:47:15.762Z] --- PASS: TestInt2IP2IntConversion (0.63s) [2022-03-25T14:47:15.762Z] === RUN TestGetAddressVersion [2022-03-25T14:47:15.762Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-25T14:47:15.762Z] === RUN TestKeyString [2022-03-25T14:47:15.762Z] --- PASS: TestKeyString (0.00s) [2022-03-25T14:47:16.231Z] === RUN TestPoolDataMarshal [2022-03-25T14:47:16.231Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-25T14:47:16.231Z] === RUN TestSubnetsMarshal [2022-03-25T14:47:16.231Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-03-25T14:47:16.231Z] === RUN TestAddSubnets [2022-03-25T14:47:16.231Z] --- PASS: TestAddSubnets (0.05s) [2022-03-25T14:47:16.231Z] === RUN TestDoublePoolRelease [2022-03-25T14:47:16.231Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-25T14:47:16.231Z] === RUN TestAddReleasePoolID [2022-03-25T14:47:16.231Z] --- PASS: TestAddReleasePoolID (0.11s) [2022-03-25T14:47:16.231Z] === RUN TestPredefinedPool [2022-03-25T14:47:16.231Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-25T14:47:16.231Z] === RUN TestRemoveSubnet [2022-03-25T14:47:16.231Z] --- PASS: TestRemoveSubnet (0.21s) [2022-03-25T14:47:16.231Z] === RUN TestGetSameAddress [2022-03-25T14:47:16.700Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-25T14:47:16.700Z] === RUN TestPoolAllocationReuse [2022-03-25T14:47:16.700Z] --- PASS: TestSetRollover (1.67s) [2022-03-25T14:47:16.700Z] === RUN TestSetRolloverSerial [2022-03-25T14:47:17.168Z] === RUN TestGetCapabilities [2022-03-25T14:47:17.168Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-25T14:47:17.168Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-25T14:47:17.168Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-25T14:47:17.168Z] === RUN TestGetDefaultAddressSpaces [2022-03-25T14:47:17.168Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-25T14:47:17.168Z] === RUN TestRemoteDriver [2022-03-25T14:47:17.168Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-25T14:47:17.168Z] PASS [2022-03-25T14:47:17.168Z] coverage: 47.4% of statements [2022-03-25T14:47:17.168Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.078s coverage: 47.4% of statements [2022-03-25T14:47:18.155Z] --- PASS: TestSetRolloverSerial (1.49s) [2022-03-25T14:47:18.155Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-25T14:47:18.156Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-25T14:47:18.156Z] PASS [2022-03-25T14:47:18.156Z] coverage: 84.4% of statements [2022-03-25T14:47:18.156Z] ok github.com/docker/docker/libnetwork/bitseq 13.721s coverage: 84.4% of statements [2022-03-25T14:47:18.156Z] --- PASS: TestPoolAllocationReuse (1.66s) [2022-03-25T14:47:18.156Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-25T14:47:18.156Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-25T14:47:18.156Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-25T14:47:18.156Z] === RUN TestWindowsIPAM [2022-03-25T14:47:18.156Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-25T14:47:18.156Z] PASS [2022-03-25T14:47:18.156Z] coverage: 71.4% of statements [2022-03-25T14:47:18.156Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.049s coverage: 71.4% of statements [2022-03-25T14:47:19.142Z] === RUN TestDefaultNetwork [2022-03-25T14:47:19.614Z] --- PASS: TestDefaultNetwork (0.30s) [2022-03-25T14:47:19.614Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-25T14:47:19.655Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-25T14:47:19.655Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-25T14:47:19.655Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-25T14:47:19.655Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-25T14:47:20.082Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2022-03-25T14:47:20.083Z] === RUN TestInitAddressPools [2022-03-25T14:47:20.083Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-25T14:47:20.083Z] PASS [2022-03-25T14:47:20.083Z] coverage: 74.0% of statements [2022-03-25T14:47:20.083Z] ok github.com/docker/docker/libnetwork/ipamutils 0.685s coverage: 74.0% of statements [2022-03-25T14:47:20.218Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-25T14:47:20.551Z] === RUN TestKeyValue [2022-03-25T14:47:20.551Z] --- PASS: TestKeyValue (0.00s) [2022-03-25T14:47:20.551Z] PASS [2022-03-25T14:47:20.551Z] coverage: 60.0% of statements [2022-03-25T14:47:20.551Z] ok github.com/docker/docker/libnetwork/netlabel 0.042s coverage: 60.0% of statements [2022-03-25T14:47:20.551Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.43s) [2022-03-25T14:47:20.551Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-25T14:47:21.587Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-25T14:47:22.520Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-25T14:47:23.459Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-25T14:47:23.512Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.79s) [2022-03-25T14:47:23.512Z] === RUN TestGetAddress [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-25T14:47:23.512Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-25T14:47:23.735Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-25T14:47:23.981Z] === RUN TestNetworkDBSimple [2022-03-25T14:47:24.449Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-25T14:47:24.449Z] PASS [2022-03-25T14:47:24.449Z] coverage: 100.0% of statements [2022-03-25T14:47:24.449Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.053s coverage: 100.0% of statements [2022-03-25T14:47:24.449Z] === RUN TestGenerate [2022-03-25T14:47:24.449Z] --- PASS: TestGenerate (0.00s) [2022-03-25T14:47:24.449Z] === RUN TestGeneratePtr [2022-03-25T14:47:24.449Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-25T14:47:24.449Z] === RUN TestGenerateMissingField [2022-03-25T14:47:24.449Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-25T14:47:24.449Z] === RUN TestFieldCannotBeSet [2022-03-25T14:47:24.449Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-25T14:47:24.449Z] === RUN TestTypeMismatchError [2022-03-25T14:47:24.449Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-25T14:47:24.449Z] PASS [2022-03-25T14:47:24.449Z] coverage: 100.0% of statements [2022-03-25T14:47:24.449Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2022-03-25T14:47:24.629Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.50s) [2022-03-25T14:47:24.629Z] === RUN TestStopContainerWithTimeout [2022-03-25T14:47:24.629Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-25T14:47:24.629Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-25T14:47:24.629Z] === RUN TestUpdateRestartPolicy [2022-03-25T14:47:24.671Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-25T14:47:25.437Z] testing: warning: no tests to run [2022-03-25T14:47:25.437Z] PASS [2022-03-25T14:47:25.437Z] coverage: 0.0% of statements [2022-03-25T14:47:25.437Z] ok github.com/docker/docker/libnetwork/osl 0.054s coverage: 0.0% of statements [no tests to run] [2022-03-25T14:47:25.437Z] 2022/03/25 14:47:24 Closing DB instances... [2022-03-25T14:47:25.907Z] === RUN TestRequestNewPort [2022-03-25T14:47:25.907Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestRequestSpecificPort [2022-03-25T14:47:25.907Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestReleasePort [2022-03-25T14:47:25.907Z] --- PASS: TestReleasePort (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestReuseReleasedPort [2022-03-25T14:47:25.907Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestReleaseUnreadledPort [2022-03-25T14:47:25.907Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestUnknowProtocol [2022-03-25T14:47:25.907Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestAllocateAllPorts [2022-03-25T14:47:25.907Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestPortAllocation [2022-03-25T14:47:25.907Z] --- PASS: TestPortAllocation (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestPortAllocationWithCustomRange [2022-03-25T14:47:25.907Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestNoDuplicateBPR [2022-03-25T14:47:25.907Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-25T14:47:25.907Z] === RUN TestChangePortRange [2022-03-25T14:47:25.907Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-25T14:47:25.907Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-25T14:47:25.907Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-25T14:47:25.907Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-25T14:47:25.907Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-25T14:47:25.907Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-25T14:47:25.907Z] --- PASS: TestChangePortRange (0.00s) [2022-03-25T14:47:25.907Z] PASS [2022-03-25T14:47:25.907Z] coverage: 88.6% of statements [2022-03-25T14:47:25.907Z] ok github.com/docker/docker/libnetwork/portallocator 0.060s coverage: 88.6% of statements [2022-03-25T14:47:26.037Z] docker_api_swarm_service_test.go:395: [d829b17f15198] joining swarm manager [d446658d5286a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:47:26.381Z] testing: warning: no tests to run [2022-03-25T14:47:26.381Z] PASS [2022-03-25T14:47:26.381Z] coverage: 0.0% of statements [2022-03-25T14:47:26.381Z] ok github.com/docker/docker/libnetwork/portmapper 0.044s coverage: 0.0% of statements [no tests to run] [2022-03-25T14:47:26.599Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-25T14:47:26.849Z] === RUN TestHashData [2022-03-25T14:47:26.849Z] --- PASS: TestHashData (0.00s) [2022-03-25T14:47:26.849Z] PASS [2022-03-25T14:47:26.849Z] coverage: 2.8% of statements [2022-03-25T14:47:26.849Z] ok github.com/docker/docker/libnetwork/resolvconf 0.046s coverage: 2.8% of statements [2022-03-25T14:47:26.849Z] --- PASS: TestNetworkDBSimple (2.67s) [2022-03-25T14:47:26.849Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-25T14:47:26.855Z] docker_api_swarm_service_test.go:395: [d582d790f7764] joining swarm manager [d446658d5286a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:47:27.318Z] === RUN TestErrorConstructors [2022-03-25T14:47:27.318Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-25T14:47:27.318Z] === RUN TestCompareIPMask [2022-03-25T14:47:27.318Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-25T14:47:27.318Z] === RUN TestUtilGetHostPartIP [2022-03-25T14:47:27.318Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-25T14:47:27.318Z] === RUN TestUtilGetBroadcastIP [2022-03-25T14:47:27.318Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-25T14:47:27.318Z] === RUN TestParseCIDR [2022-03-25T14:47:27.318Z] --- PASS: TestParseCIDR (0.00s) [2022-03-25T14:47:27.318Z] PASS [2022-03-25T14:47:27.318Z] coverage: 37.3% of statements [2022-03-25T14:47:27.318Z] ok github.com/docker/docker/libnetwork/types 0.043s coverage: 37.3% of statements [2022-03-25T14:47:27.420Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-25T14:47:27.787Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-25T14:47:27.787Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-25T14:47:27.787Z] PASS [2022-03-25T14:47:27.787Z] coverage: 55.0% of statements [2022-03-25T14:47:27.787Z] ok github.com/docker/docker/oci 0.074s coverage: 55.0% of statements [2022-03-25T14:47:27.787Z] 2022/03/25 14:47:27 Closing DB instances... [2022-03-25T14:47:27.983Z] === RUN TestDockerSuite/TestLogsSince [2022-03-25T14:47:28.774Z] === RUN TestParseVersion [2022-03-25T14:47:28.774Z] --- PASS: TestParseVersion (0.00s) [2022-03-25T14:47:28.774Z] PASS [2022-03-25T14:47:28.774Z] coverage: 52.9% of statements [2022-03-25T14:47:28.774Z] ok github.com/docker/docker/pkg/aaparser 0.049s coverage: 52.9% of statements [2022-03-25T14:47:28.774Z] === RUN TestAddressPoolOpt [2022-03-25T14:47:28.774Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/a [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/something [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/_=a [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/env1=value1 [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/_env1=value1 [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/PATH [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/=a [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/PATH= [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/PATH=something [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/asd!qwe [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/1asd [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/123 [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/some_space [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/__some_space_before [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/some_space_after__ [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/= [2022-03-25T14:47:28.774Z] === RUN TestValidateEnv/PaTh [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestParseHost [2022-03-25T14:47:28.774Z] --- PASS: TestParseHost (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestParseDockerDaemonHost [2022-03-25T14:47:28.774Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestParseTCP [2022-03-25T14:47:28.774Z] --- PASS: TestParseTCP (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-25T14:47:28.774Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestValidateExtraHosts [2022-03-25T14:47:28.774Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestIpOptString [2022-03-25T14:47:28.774Z] --- PASS: TestIpOptString (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-25T14:47:28.774Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestNewIpOptValidDefaultVal [2022-03-25T14:47:28.774Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestIpOptSetInvalidVal [2022-03-25T14:47:28.774Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestValidateIPAddress [2022-03-25T14:47:28.774Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestMapOpts [2022-03-25T14:47:28.774Z] --- PASS: TestMapOpts (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestListOptsWithoutValidator [2022-03-25T14:47:28.774Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestListOptsWithValidator [2022-03-25T14:47:28.774Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestValidateDNSSearch [2022-03-25T14:47:28.774Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_general_format [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_one_more [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-25T14:47:28.774Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-25T14:47:28.774Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestNamedListOpts [2022-03-25T14:47:28.774Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestNamedMapOpts [2022-03-25T14:47:28.774Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestParseLink [2022-03-25T14:47:28.774Z] --- PASS: TestParseLink (0.00s) [2022-03-25T14:47:28.774Z] === RUN TestUlimitOpt [2022-03-25T14:47:28.774Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-25T14:47:28.774Z] PASS [2022-03-25T14:47:28.774Z] coverage: 66.3% of statements [2022-03-25T14:47:28.774Z] ok github.com/docker/docker/opts 0.088s coverage: 66.3% of statements [2022-03-25T14:47:29.762Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-03-25T14:47:29.762Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-25T14:47:30.749Z] === RUN TestPeerCertificateMarshalJSON [2022-03-25T14:47:30.749Z] 2022/03/25 14:47:30 Closing DB instances... [2022-03-25T14:47:31.217Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-25T14:47:31.217Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-25T14:47:31.217Z] --- PASS: TestPeerCertificateMarshalJSON (0.52s) [2022-03-25T14:47:31.217Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-25T14:47:31.217Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-25T14:47:31.217Z] === RUN TestMiddleware [2022-03-25T14:47:31.217Z] --- PASS: TestMiddleware (0.00s) [2022-03-25T14:47:31.217Z] === RUN TestNewResponseModifier [2022-03-25T14:47:31.217Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-25T14:47:31.217Z] PASS [2022-03-25T14:47:31.217Z] coverage: 26.8% of statements [2022-03-25T14:47:31.217Z] ok github.com/docker/docker/pkg/authorization 0.585s coverage: 26.8% of statements [2022-03-25T14:47:31.217Z] === RUN TestIsArchivePathDir [2022-03-25T14:47:31.686Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-25T14:47:31.686Z] === RUN TestIsArchivePathInvalidFile [2022-03-25T14:47:31.686Z] --- PASS: TestIsArchivePathInvalidFile (0.18s) [2022-03-25T14:47:31.686Z] === RUN TestIsArchivePathTar [2022-03-25T14:47:31.686Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-03-25T14:47:31.686Z] === RUN TestDecompressStreamGzip [2022-03-25T14:47:32.154Z] === RUN TestUnbuffered [2022-03-25T14:47:32.154Z] --- PASS: TestUnbuffered (0.00s) [2022-03-25T14:47:32.154Z] === RUN TestRaceUnbuffered [2022-03-25T14:47:32.154Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-25T14:47:32.154Z] PASS [2022-03-25T14:47:32.154Z] coverage: 100.0% of statements [2022-03-25T14:47:32.154Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2022-03-25T14:47:32.154Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-03-25T14:47:32.154Z] === RUN TestDecompressStreamBzip2 [2022-03-25T14:47:32.154Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-03-25T14:47:32.154Z] === RUN TestDecompressStreamXz [2022-03-25T14:47:32.154Z] archive_test.go:133: Xz not present in msys2 [2022-03-25T14:47:32.154Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-25T14:47:32.154Z] === RUN TestDecompressStreamZstd [2022-03-25T14:47:32.154Z] archive_test.go:140: zstd not installed [2022-03-25T14:47:32.154Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-25T14:47:32.154Z] === RUN TestCompressStreamXzUnsupported [2022-03-25T14:47:32.154Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-25T14:47:32.154Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-25T14:47:32.154Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestCompressStreamInvalid [2022-03-25T14:47:32.155Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestExtensionInvalid [2022-03-25T14:47:32.155Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestExtensionUncompressed [2022-03-25T14:47:32.155Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestExtensionBzip2 [2022-03-25T14:47:32.155Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestExtensionGzip [2022-03-25T14:47:32.155Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestExtensionXz [2022-03-25T14:47:32.155Z] --- PASS: TestExtensionXz (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestExtensionZstd [2022-03-25T14:47:32.155Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestCmdStreamLargeStderr [2022-03-25T14:47:32.155Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.63s) [2022-03-25T14:47:32.155Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-25T14:47:32.155Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-03-25T14:47:32.155Z] === RUN TestCmdStreamBad [2022-03-25T14:47:32.155Z] archive_test.go:252: Failing on Windows CI machines [2022-03-25T14:47:32.155Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-25T14:47:32.155Z] === RUN TestCmdStreamGood [2022-03-25T14:47:32.155Z] --- PASS: TestCmdStreamGood (0.06s) [2022-03-25T14:47:32.155Z] === RUN TestUntarPathWithInvalidDest [2022-03-25T14:47:32.155Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-25T14:47:32.155Z] === RUN TestUntarPathWithInvalidSrc [2022-03-25T14:47:32.623Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-25T14:47:32.623Z] === RUN TestUntarPath [2022-03-25T14:47:32.623Z] --- PASS: TestUntarPath (0.08s) [2022-03-25T14:47:32.623Z] === RUN TestUntarPathWithDestinationFile [2022-03-25T14:47:32.623Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-25T14:47:32.623Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-25T14:47:32.623Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-25T14:47:32.623Z] === RUN TestCopyWithTarInvalidSrc [2022-03-25T14:47:32.623Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-25T14:47:32.623Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-25T14:47:32.623Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-25T14:47:32.623Z] === RUN TestCopyWithTarSrcFile [2022-03-25T14:47:32.623Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-25T14:47:32.623Z] === RUN TestCopyWithTarSrcFolder [2022-03-25T14:47:32.623Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-25T14:47:32.623Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-25T14:47:32.623Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-25T14:47:32.623Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-25T14:47:32.623Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-25T14:47:32.623Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-25T14:47:32.623Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-25T14:47:32.623Z] === RUN TestCopyFileWithTarSrcFile [2022-03-25T14:47:32.623Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-25T14:47:32.623Z] === RUN TestTarFiles [2022-03-25T14:47:32.623Z] === RUN TestMatch [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[foo]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[foo_bar]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[]#01 [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[qux]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-25T14:47:32.623Z] === RUN TestMatch/[[foo_baz]] [2022-03-25T14:47:32.623Z] --- PASS: TestMatch (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-25T14:47:32.623Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-25T14:47:32.623Z] PASS [2022-03-25T14:47:32.623Z] coverage: 87.5% of statements [2022-03-25T14:47:32.623Z] ok github.com/docker/docker/pkg/capabilities 0.048s coverage: 87.5% of statements [2022-03-25T14:47:34.189Z] === RUN TestChrootTarUntar [2022-03-25T14:47:34.189Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-25T14:47:34.189Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootUntarEmptyArchive [2022-03-25T14:47:34.189Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootTarUntarWithSymlink [2022-03-25T14:47:34.189Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootCopyWithTar [2022-03-25T14:47:34.189Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootCopyFileWithTar [2022-03-25T14:47:34.189Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootUntarPath [2022-03-25T14:47:34.189Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-25T14:47:34.189Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-25T14:47:34.189Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:47:34.189Z] === RUN TestChrootApplyDotDotFile [2022-03-25T14:47:34.189Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:47:34.189Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-25T14:47:34.189Z] PASS [2022-03-25T14:47:34.189Z] coverage: 12.0% of statements [2022-03-25T14:47:34.189Z] ok github.com/docker/docker/pkg/chrootarchive 0.107s coverage: 12.0% of statements [2022-03-25T14:47:34.524Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-25T14:47:34.658Z] 2022/03/25 14:47:34 Closing DB instances... [2022-03-25T14:47:35.128Z] === RUN TestEnsureRemoveAllNotExist [2022-03-25T14:47:35.128Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-25T14:47:35.128Z] === RUN TestEnsureRemoveAllWithDir [2022-03-25T14:47:35.128Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-25T14:47:35.128Z] === RUN TestEnsureRemoveAllWithFile [2022-03-25T14:47:35.128Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-25T14:47:35.128Z] PASS [2022-03-25T14:47:35.128Z] coverage: 0.0% of statements [2022-03-25T14:47:35.128Z] ok github.com/docker/docker/pkg/containerfs 0.048s coverage: 0.0% of statements [2022-03-25T14:47:36.116Z] === RUN TestSizeEmpty [2022-03-25T14:47:36.116Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-25T14:47:36.116Z] === RUN TestSizeEmptyFile [2022-03-25T14:47:36.116Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-25T14:47:36.116Z] === RUN TestSizeNonemptyFile [2022-03-25T14:47:36.116Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-25T14:47:36.116Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-25T14:47:36.116Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-25T14:47:36.116Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-25T14:47:36.116Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-25T14:47:36.116Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-25T14:47:36.116Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-25T14:47:36.116Z] === RUN TestMoveToSubdir [2022-03-25T14:47:36.116Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-25T14:47:36.116Z] === RUN TestSizeNonExistingDirectory [2022-03-25T14:47:36.116Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-25T14:47:36.116Z] PASS [2022-03-25T14:47:36.116Z] coverage: 80.0% of statements [2022-03-25T14:47:36.116Z] ok github.com/docker/docker/pkg/directory 0.057s coverage: 80.0% of statements [2022-03-25T14:47:36.579Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-03-25T14:47:36.579Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-25T14:47:37.037Z] === RUN TestPollerAddRemove [2022-03-25T14:47:37.037Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-25T14:47:37.037Z] === RUN TestPollerEvent [2022-03-25T14:47:37.037Z] poller_test.go:40: No chmod on Windows [2022-03-25T14:47:37.037Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-25T14:47:37.037Z] === RUN TestPollerClose [2022-03-25T14:47:37.037Z] --- PASS: TestPollerClose (0.00s) [2022-03-25T14:47:37.037Z] PASS [2022-03-25T14:47:37.037Z] coverage: 45.7% of statements [2022-03-25T14:47:37.037Z] ok github.com/docker/docker/pkg/filenotify 0.045s coverage: 45.7% of statements [2022-03-25T14:47:38.566Z] === RUN TestCopyFileWithInvalidSrc [2022-03-25T14:47:38.566Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestCopyFileWithInvalidDest [2022-03-25T14:47:38.566Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-25T14:47:38.566Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.01s) [2022-03-25T14:47:38.566Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-25T14:47:38.566Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestCopyFile [2022-03-25T14:47:38.566Z] --- PASS: TestCopyFile (0.01s) [2022-03-25T14:47:38.566Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-25T14:47:38.566Z] fileutils_test.go:133: Needs porting to Windows [2022-03-25T14:47:38.566Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-25T14:47:38.566Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-25T14:47:38.566Z] fileutils_test.go:179: Needs porting to Windows [2022-03-25T14:47:38.566Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestWildcardMatches [2022-03-25T14:47:38.566Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestPatternMatches [2022-03-25T14:47:38.566Z] --- PASS: TestPatternMatches (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-25T14:47:38.566Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-25T14:47:38.566Z] === RUN TestPatternMatchesFolderExclusions [2022-03-25T14:47:38.567Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-25T14:47:38.567Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-25T14:47:38.567Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-25T14:47:38.567Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-25T14:47:38.567Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestSingleExclamationError [2022-03-25T14:47:38.567Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestMatchesWithNoPatterns [2022-03-25T14:47:38.567Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestMatchesWithMalformedPatterns [2022-03-25T14:47:38.567Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestMatches [2022-03-25T14:47:38.567Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-25T14:47:38.567Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-25T14:47:38.567Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-25T14:47:38.567Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-25T14:47:38.567Z] --- PASS: TestMatches (0.01s) [2022-03-25T14:47:38.567Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-25T14:47:38.567Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-25T14:47:38.567Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-25T14:47:38.567Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestCleanPatterns [2022-03-25T14:47:38.567Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-25T14:47:38.567Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestCleanPatternsExceptionFlag [2022-03-25T14:47:38.567Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-25T14:47:38.567Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-25T14:47:38.567Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestCleanPatternsErrorSingleException [2022-03-25T14:47:38.567Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestCreateIfNotExistsDir [2022-03-25T14:47:38.567Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-25T14:47:38.567Z] === RUN TestCreateIfNotExistsFile [2022-03-25T14:47:38.567Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-25T14:47:38.567Z] === RUN TestMatch [2022-03-25T14:47:38.567Z] --- PASS: TestMatch (0.00s) [2022-03-25T14:47:38.567Z] === RUN TestCompile [2022-03-25T14:47:38.567Z] === RUN TestCompile/slash [2022-03-25T14:47:38.567Z] === RUN TestCompile/backslash [2022-03-25T14:47:38.567Z] --- PASS: TestCompile (0.00s) [2022-03-25T14:47:38.567Z] --- PASS: TestCompile/slash (0.00s) [2022-03-25T14:47:38.567Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-25T14:47:38.567Z] PASS [2022-03-25T14:47:38.567Z] coverage: 84.7% of statements [2022-03-25T14:47:38.567Z] ok github.com/docker/docker/pkg/fileutils 0.107s coverage: 84.7% of statements [2022-03-25T14:47:38.567Z] 2022/03/25 14:47:38 Closing DB instances... [2022-03-25T14:47:39.023Z] --- PASS: TestTarFiles (6.32s) [2022-03-25T14:47:39.023Z] === RUN TestDetectCompressionZstd [2022-03-25T14:47:39.023Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-25T14:47:39.023Z] === RUN TestTarUntar [2022-03-25T14:47:39.023Z] --- PASS: TestTarUntar (0.05s) [2022-03-25T14:47:39.023Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-25T14:47:39.023Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-25T14:47:39.023Z] === RUN TestTarWithOptions [2022-03-25T14:47:39.023Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-25T14:47:39.023Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-25T14:47:39.023Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-25T14:47:39.023Z] === RUN TestUntarUstarGnuConflict [2022-03-25T14:47:39.023Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-03-25T14:47:39.023Z] === RUN TestUntarInvalidFilenames [2022-03-25T14:47:39.023Z] === RUN TestGet [2022-03-25T14:47:39.023Z] --- PASS: TestGet (0.00s) [2022-03-25T14:47:39.023Z] === RUN TestGetShortcutString [2022-03-25T14:47:39.023Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-25T14:47:39.023Z] PASS [2022-03-25T14:47:39.023Z] coverage: 42.9% of statements [2022-03-25T14:47:39.023Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 42.9% of statements [2022-03-25T14:47:39.023Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3666114353\\dest" [2022-03-25T14:47:39.481Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-03-25T14:47:39.481Z] === RUN TestUntarHardlinkToSymlink [2022-03-25T14:47:39.481Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-25T14:47:39.481Z] === RUN TestUntarInvalidHardlink [2022-03-25T14:47:39.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1918676388\\victim\\hello" -> "../victim/hello" [2022-03-25T14:47:39.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink66693639\\victim\\hello" -> "/../victim/hello" [2022-03-25T14:47:39.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2823069946\\victim" -> "../victim" [2022-03-25T14:47:39.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink544803910\\victim" -> "../victim" [2022-03-25T14:47:39.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1327597270\\victim" -> "../victim" [2022-03-25T14:47:39.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1130494196\\victim" -> "../victim" [2022-03-25T14:47:39.481Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-25T14:47:39.481Z] === RUN TestUntarInvalidSymlink [2022-03-25T14:47:39.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink204993982\\dest\\dotdot" -> "../victim/hello" [2022-03-25T14:47:39.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4061481791\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-25T14:47:39.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3766106339\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:47:39.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink601790200\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:47:39.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink978350374\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:47:39.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1465934095\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:47:39.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2377660146\\dest\\dir\\loophole" -> "../../victim" [2022-03-25T14:47:39.481Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2022-03-25T14:47:39.481Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-25T14:47:39.481Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-25T14:47:39.481Z] === RUN TestXGlobalNoParent [2022-03-25T14:47:39.481Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-25T14:47:39.481Z] === RUN TestReplaceFileTarWrapper [2022-03-25T14:47:39.481Z] --- PASS: TestReplaceFileTarWrapper (0.21s) [2022-03-25T14:47:39.481Z] === RUN TestPrefixHeaderReadable [2022-03-25T14:47:39.481Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-25T14:47:39.481Z] === RUN TestDisablePigz [2022-03-25T14:47:39.481Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-25T14:47:39.937Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-03-25T14:47:39.937Z] === RUN TestNetworkDBNodeLeave [2022-03-25T14:47:39.937Z] --- PASS: TestDisablePigz (0.15s) [2022-03-25T14:47:39.937Z] === RUN TestPigz [2022-03-25T14:47:39.937Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-25T14:47:39.937Z] --- PASS: TestPigz (0.17s) [2022-03-25T14:47:39.937Z] === RUN TestNosysFileInfo [2022-03-25T14:47:39.937Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestCopyFileWithInvalidDest [2022-03-25T14:47:39.937Z] archive_windows_test.go:16: Currently fails [2022-03-25T14:47:39.937Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestCanonicalTarNameForPath [2022-03-25T14:47:39.937Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestCanonicalTarName [2022-03-25T14:47:39.937Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestChmodTarEntry [2022-03-25T14:47:39.937Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestHardLinkOrder [2022-03-25T14:47:39.937Z] --- PASS: TestHardLinkOrder (0.11s) [2022-03-25T14:47:39.937Z] === RUN TestChangeString [2022-03-25T14:47:39.937Z] --- PASS: TestChangeString (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestChangesWithNoChanges [2022-03-25T14:47:39.937Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-25T14:47:39.937Z] === RUN TestChangesWithChanges [2022-03-25T14:47:39.937Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-25T14:47:39.937Z] === RUN TestChangesWithChangesGH13590 [2022-03-25T14:47:39.937Z] changes_test.go:196: needs more investigation [2022-03-25T14:47:39.937Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestChangesDirsEmpty [2022-03-25T14:47:39.937Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-25T14:47:39.937Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestChangesDirsMutated [2022-03-25T14:47:39.937Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-25T14:47:39.937Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestApplyLayer [2022-03-25T14:47:39.937Z] changes_test.go:433: needs further investigation [2022-03-25T14:47:39.937Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestChangesSizeWithHardlinks [2022-03-25T14:47:39.937Z] changes_test.go:469: needs further investigation [2022-03-25T14:47:39.937Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestChangesSizeWithNoChanges [2022-03-25T14:47:39.937Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-25T14:47:39.937Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestChangesSize [2022-03-25T14:47:39.937Z] --- PASS: TestChangesSize (0.00s) [2022-03-25T14:47:39.937Z] === RUN TestApplyLayerInvalidFilenames [2022-03-25T14:47:39.937Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames977979633\\dest" [2022-03-25T14:47:39.937Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-25T14:47:39.937Z] === RUN TestApplyLayerInvalidHardlink [2022-03-25T14:47:39.937Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1628782473\\victim\\hello" -> "../victim/hello" [2022-03-25T14:47:40.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1960869438\\victim\\hello" -> "/../victim/hello" [2022-03-25T14:47:40.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2150807207\\victim" -> "../victim" [2022-03-25T14:47:40.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1371977489\\victim" -> "../victim" [2022-03-25T14:47:40.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2736618030\\victim" -> "../victim" [2022-03-25T14:47:40.393Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3749039275\\victim" -> "../victim" [2022-03-25T14:47:40.393Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-25T14:47:40.393Z] === RUN TestApplyLayerInvalidSymlink [2022-03-25T14:47:40.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2120381753\\dest\\dotdot" -> "../victim/hello" [2022-03-25T14:47:40.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2930715814\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-25T14:47:40.393Z] === RUN TestCreateIDMapOrder [2022-03-25T14:47:40.393Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-25T14:47:40.393Z] PASS [2022-03-25T14:47:40.393Z] coverage: 7.2% of statements [2022-03-25T14:47:40.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1157379572\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:47:40.393Z] ok github.com/docker/docker/pkg/idtools 0.047s coverage: 7.2% of statements [2022-03-25T14:47:40.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink494673016\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:47:40.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2887361827\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:47:40.393Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4104076562\\dest\\loophole-victim" -> "../victim" [2022-03-25T14:47:40.393Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-25T14:47:40.393Z] === RUN TestApplyLayerWhiteouts [2022-03-25T14:47:40.393Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-03-25T14:47:40.393Z] === RUN TestGenerateEmptyFile [2022-03-25T14:47:40.393Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-25T14:47:40.393Z] === RUN TestGenerateWithContent [2022-03-25T14:47:40.393Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-25T14:47:40.393Z] PASS [2022-03-25T14:47:40.393Z] coverage: 61.9% of statements [2022-03-25T14:47:40.393Z] ok github.com/docker/docker/pkg/archive 9.016s coverage: 61.9% of statements [2022-03-25T14:47:41.061Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-25T14:47:41.061Z] === RUN TestDockerSuite/TestLogsTail [2022-03-25T14:47:41.061Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-25T14:47:41.317Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-25T14:47:41.882Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-25T14:47:41.882Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-25T14:47:41.921Z] === RUN TestFixedBufferCap [2022-03-25T14:47:41.921Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-25T14:47:41.921Z] === RUN TestFixedBufferLen [2022-03-25T14:47:41.921Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-25T14:47:41.921Z] === RUN TestFixedBufferString [2022-03-25T14:47:41.921Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-25T14:47:41.921Z] === RUN TestFixedBufferWrite [2022-03-25T14:47:41.921Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-25T14:47:41.921Z] === RUN TestFixedBufferRead [2022-03-25T14:47:41.921Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-25T14:47:41.921Z] === RUN TestBytesPipeRead [2022-03-25T14:47:41.921Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-25T14:47:41.921Z] === RUN TestBytesPipeWrite [2022-03-25T14:47:41.921Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-25T14:47:41.921Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-25T14:47:42.141Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-25T14:47:42.377Z] --- PASS: TestBytesPipeWriteRandomChunks (0.56s) [2022-03-25T14:47:42.377Z] === RUN TestAtomicWriteToFile [2022-03-25T14:47:42.377Z] --- PASS: TestAtomicWriteToFile (0.04s) [2022-03-25T14:47:42.377Z] === RUN TestAtomicWriteSetCommit [2022-03-25T14:47:42.377Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2022-03-25T14:47:42.377Z] === RUN TestAtomicWriteSetCancel [2022-03-25T14:47:42.705Z] === RUN TestDockerSuite/TestNetHostname [2022-03-25T14:47:42.834Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-25T14:47:42.834Z] === RUN TestReadCloserWrapperClose [2022-03-25T14:47:42.834Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-25T14:47:42.834Z] === RUN TestReaderErrWrapperReadOnError [2022-03-25T14:47:42.834Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-25T14:47:42.834Z] === RUN TestReaderErrWrapperRead [2022-03-25T14:47:42.834Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-25T14:47:42.834Z] === RUN TestCancelReadCloser [2022-03-25T14:47:42.834Z] --- PASS: TestNetworkDBNodeLeave (2.88s) [2022-03-25T14:47:42.834Z] === RUN TestNetworkDBWatch [2022-03-25T14:47:42.834Z] --- PASS: TestCancelReadCloser (0.15s) [2022-03-25T14:47:42.834Z] === RUN TestWriteCloserWrapperClose [2022-03-25T14:47:42.834Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-25T14:47:42.834Z] === RUN TestNopWriteCloser [2022-03-25T14:47:42.834Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-25T14:47:42.834Z] === RUN TestNopWriter [2022-03-25T14:47:42.834Z] --- PASS: TestNopWriter (0.00s) [2022-03-25T14:47:42.834Z] === RUN TestWriteCounter [2022-03-25T14:47:42.834Z] --- PASS: TestWriteCounter (0.00s) [2022-03-25T14:47:42.834Z] PASS [2022-03-25T14:47:42.834Z] coverage: 70.5% of statements [2022-03-25T14:47:42.834Z] ok github.com/docker/docker/pkg/ioutils 0.862s coverage: 70.5% of statements [2022-03-25T14:47:44.073Z] docker_api_swarm_service_test.go:343: [dad7ff167edff] joining swarm manager [dedb076abadd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:47:44.330Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-25T14:47:44.362Z] === RUN TestError [2022-03-25T14:47:44.362Z] --- PASS: TestError (0.00s) [2022-03-25T14:47:44.362Z] === RUN TestProgressString [2022-03-25T14:47:44.362Z] === RUN TestProgressString/no_progress [2022-03-25T14:47:44.362Z] === RUN TestProgressString/progress_1 [2022-03-25T14:47:44.362Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-25T14:47:44.362Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-25T14:47:44.362Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-25T14:47:44.362Z] === RUN TestProgressString/with_units [2022-03-25T14:47:44.362Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-25T14:47:44.362Z] === RUN TestProgressString/hide_counts [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString (0.00s) [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-25T14:47:44.362Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-25T14:47:44.362Z] === RUN TestJSONMessageDisplay [2022-03-25T14:47:44.362Z] 2022/03/25 14:47:44 Closing DB instances... [2022-03-25T14:47:44.587Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-25T14:47:44.817Z] --- PASS: TestJSONMessageDisplay (0.22s) [2022-03-25T14:47:44.818Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-25T14:47:44.818Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-25T14:47:44.818Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-25T14:47:44.818Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-25T14:47:44.818Z] === RUN TestDisplayJSONMessagesStream [2022-03-25T14:47:44.818Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-25T14:47:44.818Z] PASS [2022-03-25T14:47:44.818Z] coverage: 91.7% of statements [2022-03-25T14:47:44.818Z] ok github.com/docker/docker/pkg/jsonmessage 0.274s coverage: 91.7% of statements [2022-03-25T14:47:45.150Z] docker_api_swarm_service_test.go:343: [df8957efcb548] joining swarm manager [dedb076abadd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:47:45.407Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-25T14:47:45.779Z] === RUN TestStandardLongPath [2022-03-25T14:47:45.779Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-25T14:47:45.779Z] === RUN TestUNCLongPath [2022-03-25T14:47:45.779Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-25T14:47:45.779Z] PASS [2022-03-25T14:47:45.779Z] coverage: 100.0% of statements [2022-03-25T14:47:45.779Z] ok github.com/docker/docker/pkg/longpath 0.041s coverage: 100.0% of statements [2022-03-25T14:47:45.779Z] --- PASS: TestNetworkDBWatch (3.18s) [2022-03-25T14:47:45.779Z] === RUN TestNetworkDBBulkSync [2022-03-25T14:47:45.877Z] --- PASS: TestUpdateRestartPolicy (21.92s) [2022-03-25T14:47:45.877Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-25T14:47:47.301Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-25T14:47:47.309Z] === RUN TestNameFormat [2022-03-25T14:47:47.309Z] --- PASS: TestNameFormat (0.00s) [2022-03-25T14:47:47.309Z] === RUN TestNameRetries [2022-03-25T14:47:47.309Z] --- PASS: TestNameRetries (0.00s) [2022-03-25T14:47:47.309Z] PASS [2022-03-25T14:47:47.309Z] coverage: 85.7% of statements [2022-03-25T14:47:47.309Z] ok github.com/docker/docker/pkg/namesgenerator 0.156s coverage: 85.7% of statements [2022-03-25T14:47:47.765Z] 2022/03/25 14:47:47 Closing DB instances... [2022-03-25T14:47:48.098Z] --- PASS: TestUpdateRestartWithAutoRemove (2.18s) [2022-03-25T14:47:48.098Z] === RUN TestWaitNonBlocked [2022-03-25T14:47:48.098Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:47:48.098Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:47:48.098Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:47:48.098Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:47:48.098Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:47:48.098Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:47:48.221Z] === RUN TestParseKeyValueOpt [2022-03-25T14:47:48.221Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-25T14:47:48.221Z] === RUN TestParseUintList [2022-03-25T14:47:48.221Z] --- PASS: TestParseUintList (0.00s) [2022-03-25T14:47:48.221Z] === RUN TestParseUintListMaximumLimits [2022-03-25T14:47:48.221Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-25T14:47:48.221Z] PASS [2022-03-25T14:47:48.221Z] coverage: 97.0% of statements [2022-03-25T14:47:48.221Z] ok github.com/docker/docker/pkg/parsers 0.045s coverage: 97.0% of statements [2022-03-25T14:47:48.230Z] === RUN TestDockerSuite/TestPluginActive [2022-03-25T14:47:49.182Z] --- PASS: TestNetworkDBBulkSync (3.31s) [2022-03-25T14:47:49.182Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-25T14:47:49.640Z] === RUN Test_windowsOSRelease_String [2022-03-25T14:47:49.640Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-03-25T14:47:49.640Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-03-25T14:47:49.641Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-03-25T14:47:49.641Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-03-25T14:47:49.641Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-03-25T14:47:49.641Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-03-25T14:47:49.641Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-03-25T14:47:49.641Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-03-25T14:47:49.641Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-03-25T14:47:49.641Z] PASS [2022-03-25T14:47:49.641Z] coverage: 36.4% of statements [2022-03-25T14:47:49.641Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.089s coverage: 36.4% of statements [2022-03-25T14:47:50.119Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-25T14:47:51.169Z] === RUN TestNewAndRemove [2022-03-25T14:47:51.169Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-25T14:47:51.169Z] === RUN TestRemoveInvalidPath [2022-03-25T14:47:51.169Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-25T14:47:51.169Z] PASS [2022-03-25T14:47:51.169Z] coverage: 82.6% of statements [2022-03-25T14:47:51.169Z] ok github.com/docker/docker/pkg/pidfile 0.074s coverage: 82.6% of statements [2022-03-25T14:47:53.338Z] 2022/03/25 14:47:52 Closing DB instances... [2022-03-25T14:47:54.867Z] time="2022-03-25T14:47:54Z" level=error msg="node: dcdfbf0fcbfa is unknown to memberlist" [2022-03-25T14:47:54.867Z] time="2022-03-25T14:47:54Z" level=error msg="node: dcdfbf0fcbfa is unknown to memberlist" [2022-03-25T14:47:54.867Z] time="2022-03-25T14:47:54Z" level=error msg="node: 89765912d821 is unknown to memberlist" [2022-03-25T14:47:54.867Z] time="2022-03-25T14:47:54Z" level=error msg="node: 89765912d821 is unknown to memberlist" [2022-03-25T14:47:54.867Z] time="2022-03-25T14:47:54Z" level=error msg="node: 89765912d821 is unknown to memberlist" [2022-03-25T14:47:54.867Z] time="2022-03-25T14:47:54Z" level=error msg="node: 89765912d821 is unknown to memberlist" [2022-03-25T14:47:54.867Z] time="2022-03-25T14:47:54Z" level=error msg="node: a12230a6c436 is unknown to memberlist" [2022-03-25T14:47:55.265Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-25T14:47:55.265Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.81s) [2022-03-25T14:47:55.265Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.61s) [2022-03-25T14:47:55.265Z] === RUN TestWaitBlocked [2022-03-25T14:47:55.265Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:47:55.265Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-25T14:47:55.265Z] PASS [2022-03-25T14:47:55.265Z] ok github.com/docker/docker/integration/container 105.993s [2022-03-25T14:47:55.324Z] time="2022-03-25T14:47:54Z" level=error msg="node: a12230a6c436 is unknown to memberlist" [2022-03-25T14:47:55.734Z] [2022-03-25T14:47:55.734Z] === Skipped [2022-03-25T14:47:55.734Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-25T14:47:55.734Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:47:55.734Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-25T14:47:55.735Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-25T14:47:55.735Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-25T14:47:55.735Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-25T14:47:55.735Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-25T14:47:55.735Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-25T14:47:55.735Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-25T14:47:55.735Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-25T14:47:55.735Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-25T14:47:55.735Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-25T14:47:55.735Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-25T14:47:55.735Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-25T14:47:55.735Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-25T14:47:55.735Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-25T14:47:55.735Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-25T14:47:55.735Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:47:55.735Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-25T14:47:55.735Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-25T14:47:55.735Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-25T14:47:55.735Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-25T14:47:55.735Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-25T14:47:55.735Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-25T14:47:55.735Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-25T14:47:55.735Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-25T14:47:55.735Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-25T14:47:55.735Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-25T14:47:55.735Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-25T14:47:55.735Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-25T14:47:55.735Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-25T14:47:55.735Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:47:55.735Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-25T14:47:55.735Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-25T14:47:55.735Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-25T14:47:55.735Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:47:55.735Z] [2022-03-25T14:47:55.735Z] DONE 87 tests, 33 skipped in 108.997s [2022-03-25T14:47:55.735Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-25T14:47:55.779Z] === RUN TestFailedConnection [2022-03-25T14:47:56.235Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.97s) [2022-03-25T14:47:56.235Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-25T14:47:56.675Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-25T14:47:56.675Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-25T14:47:56.675Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-25T14:47:56.691Z] --- PASS: TestGetAddress (33.09s) [2022-03-25T14:47:56.691Z] === RUN TestRequestSyntaxCheck [2022-03-25T14:47:56.691Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-25T14:47:56.691Z] === RUN TestRequest [2022-03-25T14:47:56.932Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-25T14:47:57.654Z] 2022/03/25 14:47:57 Closing DB instances... [2022-03-25T14:47:58.110Z] --- PASS: TestFailedConnection (2.22s) [2022-03-25T14:47:58.110Z] === RUN TestFailOnce [2022-03-25T14:47:58.110Z] 2022/03/25 14:47:57 http: panic serving 127.0.0.1:49307: Plugin not ready [2022-03-25T14:47:58.110Z] goroutine 34 [running]: [2022-03-25T14:47:58.110Z] net/http.(*conn).serve.func1() [2022-03-25T14:47:58.110Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-03-25T14:47:58.110Z] panic({0xca3700, 0xded030}) [2022-03-25T14:47:58.110Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-03-25T14:47:58.110Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0000bfa70?) [2022-03-25T14:47:58.110Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-25T14:47:58.110Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xdf2838?, 0xc0001a8000?}, 0xbfda46?) [2022-03-25T14:47:58.110Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-03-25T14:47:58.110Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xdf2838, 0xc0001a8000}, 0xc0000b6000) [2022-03-25T14:47:58.110Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-03-25T14:47:58.110Z] net/http.serverHandler.ServeHTTP({0xdf0e58?}, {0xdf2838, 0xc0001a8000}, 0xc0000b6000) [2022-03-25T14:47:58.110Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-03-25T14:47:58.110Z] net/http.(*conn).serve(0xc0000a6000, {0xdf2d38, 0xc0000880c0}) [2022-03-25T14:47:58.110Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-03-25T14:47:58.110Z] created by net/http.(*Server).Serve [2022-03-25T14:47:58.110Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-03-25T14:47:58.110Z] time="2022-03-25T14:47:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.FailOnce: Post \"http://127.0.0.1:49306/Test.FailOnce\": EOF, retrying in 1s" [2022-03-25T14:47:59.072Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.03s) [2022-03-25T14:47:59.072Z] === RUN TestNetworkDBGarbageCollection [2022-03-25T14:47:59.083Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-25T14:47:59.528Z] --- PASS: TestFailOnce (1.25s) [2022-03-25T14:47:59.528Z] === RUN TestEchoInputOutput [2022-03-25T14:47:59.528Z] --- PASS: TestEchoInputOutput (0.01s) [2022-03-25T14:47:59.528Z] === RUN TestBackoff [2022-03-25T14:47:59.528Z] --- PASS: TestBackoff (0.00s) [2022-03-25T14:47:59.528Z] === RUN TestAbortRetry [2022-03-25T14:47:59.528Z] --- PASS: TestAbortRetry (0.00s) [2022-03-25T14:47:59.528Z] === RUN TestClientScheme [2022-03-25T14:47:59.528Z] --- PASS: TestClientScheme (0.00s) [2022-03-25T14:47:59.528Z] === RUN TestNewClientWithTimeout [2022-03-25T14:47:59.645Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-25T14:47:59.984Z] time="2022-03-25T14:47:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-25T14:48:01.013Z] docker_api_swarm_service_test.go:490: [dbbf3c6845119] joining swarm manager [d4404cf1842df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:48:01.512Z] time="2022-03-25T14:48:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-25T14:48:01.941Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-25T14:48:01.941Z] docker_api_swarm_service_test.go:490: [d5ae18d507af0] joining swarm manager [d4404cf1842df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:48:03.678Z] time="2022-03-25T14:48:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-25T14:48:04.641Z] --- PASS: TestRequest (8.35s) [2022-03-25T14:48:04.641Z] === RUN TestOverlappingRequests [2022-03-25T14:48:05.098Z] --- PASS: TestOverlappingRequests (0.37s) [2022-03-25T14:48:05.098Z] === RUN TestRelease [2022-03-25T14:48:05.210Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-25T14:48:06.625Z] --- PASS: TestRelease (1.50s) [2022-03-25T14:48:06.625Z] === RUN TestAllocateRandomDeallocate [2022-03-25T14:48:08.155Z] time="2022-03-25T14:48:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-25T14:48:09.690Z] === RUN TestParseEmptyInterface [2022-03-25T14:48:09.690Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-25T14:48:09.690Z] === RUN TestParseNonInterfaceType [2022-03-25T14:48:09.690Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-25T14:48:09.690Z] === RUN TestParseWithOneFunction [2022-03-25T14:48:09.690Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-25T14:48:09.690Z] === RUN TestParseWithMultipleFuncs [2022-03-25T14:48:09.690Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-25T14:48:09.690Z] === RUN TestParseWithUnnamedReturn [2022-03-25T14:48:09.690Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-25T14:48:09.690Z] === RUN TestEmbeddedInterface [2022-03-25T14:48:09.690Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-25T14:48:09.690Z] === RUN TestParsedImports [2022-03-25T14:48:09.690Z] --- PASS: TestParsedImports (0.00s) [2022-03-25T14:48:09.690Z] === RUN TestAliasedImports [2022-03-25T14:48:09.690Z] --- PASS: TestAliasedImports (0.00s) [2022-03-25T14:48:09.690Z] PASS [2022-03-25T14:48:09.690Z] coverage: 56.8% of statements [2022-03-25T14:48:09.690Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.058s coverage: 56.8% of statements [2022-03-25T14:48:10.453Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-25T14:48:10.709Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-25T14:48:11.221Z] === RUN TestHTTPTransport [2022-03-25T14:48:11.221Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-25T14:48:11.221Z] PASS [2022-03-25T14:48:11.221Z] coverage: 85.7% of statements [2022-03-25T14:48:11.221Z] ok github.com/docker/docker/pkg/plugins/transport 0.045s coverage: 85.7% of statements [2022-03-25T14:48:11.221Z] --- PASS: TestAllocateRandomDeallocate (4.38s) [2022-03-25T14:48:11.221Z] === RUN TestRetrieveFromStore [2022-03-25T14:48:11.638Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-25T14:48:11.676Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-25T14:48:11.676Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-25T14:48:11.676Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-25T14:48:11.676Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-25T14:48:11.676Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-25T14:48:11.676Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-25T14:48:11.676Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-25T14:48:11.676Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-25T14:48:11.676Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-25T14:48:11.676Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-25T14:48:11.676Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-25T14:48:11.676Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-25T14:48:11.676Z] === RUN TestBufferPoolPutAndGet [2022-03-25T14:48:11.676Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-25T14:48:11.676Z] PASS [2022-03-25T14:48:11.676Z] coverage: 88.2% of statements [2022-03-25T14:48:11.676Z] ok github.com/docker/docker/pkg/pools 0.046s coverage: 88.2% of statements [2022-03-25T14:48:12.132Z] === RUN TestOutputOnPrematureClose [2022-03-25T14:48:12.132Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-25T14:48:12.132Z] === RUN TestCompleteSilently [2022-03-25T14:48:12.132Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-25T14:48:12.132Z] PASS [2022-03-25T14:48:12.132Z] coverage: 75.9% of statements [2022-03-25T14:48:12.132Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2022-03-25T14:48:12.567Z] === RUN TestDockerSuite/TestPortList [2022-03-25T14:48:12.588Z] --- PASS: TestRetrieveFromStore (1.44s) [2022-03-25T14:48:12.588Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-25T14:48:12.588Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-25T14:48:12.588Z] === RUN TestParallelPredefinedRequest1 [2022-03-25T14:48:12.589Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-25T14:48:12.589Z] === RUN TestParallelPredefinedRequest2 [2022-03-25T14:48:12.589Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-25T14:48:12.589Z] === RUN TestParallelPredefinedRequest3 [2022-03-25T14:48:12.589Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-25T14:48:12.589Z] === RUN TestParallelPredefinedRequest4 [2022-03-25T14:48:12.589Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-25T14:48:12.589Z] === RUN TestParallelPredefinedRequest5 [2022-03-25T14:48:12.589Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-25T14:48:12.589Z] === RUN TestDebug [2022-03-25T14:48:12.589Z] --- PASS: TestDebug (0.00s) [2022-03-25T14:48:12.589Z] === RUN TestRequestPoolParallel [2022-03-25T14:48:13.044Z] --- PASS: TestRequestPoolParallel (0.35s) [2022-03-25T14:48:13.044Z] === RUN TestFullAllocateRelease [2022-03-25T14:48:13.044Z] === RUN TestSendToOneSub [2022-03-25T14:48:13.044Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-25T14:48:13.044Z] === RUN TestSendToMultipleSubs [2022-03-25T14:48:13.044Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-25T14:48:13.044Z] === RUN TestEvictOneSub [2022-03-25T14:48:13.044Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-25T14:48:13.044Z] === RUN TestClosePublisher [2022-03-25T14:48:13.044Z] --- PASS: TestClosePublisher (0.00s) [2022-03-25T14:48:13.044Z] === RUN TestPubSubRace [2022-03-25T14:48:13.501Z] --- PASS: TestFullAllocateRelease (0.60s) [2022-03-25T14:48:13.502Z] === RUN TestOddAllocateRelease [2022-03-25T14:48:13.957Z] --- PASS: TestOddAllocateRelease (0.30s) [2022-03-25T14:48:13.957Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-25T14:48:13.957Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-03-25T14:48:13.957Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-25T14:48:13.957Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-25T14:48:13.957Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-25T14:48:13.957Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-25T14:48:13.957Z] === CONT TestParallelPredefinedRequest1 [2022-03-25T14:48:13.957Z] === CONT TestParallelPredefinedRequest4 [2022-03-25T14:48:13.957Z] === CONT TestParallelPredefinedRequest5 [2022-03-25T14:48:13.957Z] === CONT TestParallelPredefinedRequest3 [2022-03-25T14:48:13.957Z] === CONT TestParallelPredefinedRequest1 [2022-03-25T14:48:13.957Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:48:13.957Z] === CONT TestParallelPredefinedRequest5 [2022-03-25T14:48:13.957Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:48:13.957Z] === CONT TestParallelPredefinedRequest4 [2022-03-25T14:48:13.957Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:48:13.958Z] === CONT TestParallelPredefinedRequest3 [2022-03-25T14:48:13.958Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:48:13.958Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-25T14:48:13.958Z] === CONT TestParallelPredefinedRequest2 [2022-03-25T14:48:13.958Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:48:13.958Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-25T14:48:13.958Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-25T14:48:13.958Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-25T14:48:13.958Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-25T14:48:13.958Z] PASS [2022-03-25T14:48:13.958Z] coverage: 85.3% of statements [2022-03-25T14:48:13.958Z] ok github.com/docker/docker/libnetwork/ipam 58.762s coverage: 85.3% of statements [2022-03-25T14:48:13.958Z] --- PASS: TestPubSubRace (1.07s) [2022-03-25T14:48:13.958Z] PASS [2022-03-25T14:48:13.958Z] coverage: 75.0% of statements [2022-03-25T14:48:13.958Z] ok github.com/docker/docker/pkg/pubsub 1.117s coverage: 75.0% of statements [2022-03-25T14:48:14.458Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-25T14:48:14.931Z] === RUN TestRegister [2022-03-25T14:48:14.931Z] --- PASS: TestRegister (0.00s) [2022-03-25T14:48:14.931Z] === RUN TestCommand [2022-03-25T14:48:14.931Z] --- PASS: TestCommand (0.04s) [2022-03-25T14:48:14.931Z] === RUN TestNaiveSelf [2022-03-25T14:48:14.931Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-25T14:48:14.931Z] PASS [2022-03-25T14:48:14.931Z] coverage: 82.4% of statements [2022-03-25T14:48:14.931Z] ok github.com/docker/docker/pkg/reexec 0.113s coverage: 82.4% of statements [2022-03-25T14:48:15.937Z] === RUN TestDump [2022-03-25T14:48:15.937Z] goroutine 6 [running]: [2022-03-25T14:48:15.937Z] github.com/docker/docker/pkg/stack.dump(0x122d57?) [2022-03-25T14:48:15.938Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-25T14:48:15.938Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-25T14:48:15.938Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-25T14:48:15.938Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-03-25T14:48:15.938Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-25T14:48:15.938Z] testing.tRunner(0xc00015a4e0, 0x2ea498) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:48:15.938Z] created by testing.(*T).Run [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-25T14:48:15.938Z] [2022-03-25T14:48:15.938Z] goroutine 1 [chan receive]: [2022-03-25T14:48:15.938Z] testing.(*T).Run(0xc00015a340, {0x2d913c?, 0xfc1f3?}, 0x2ea498) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-25T14:48:15.938Z] testing.runTests.func1(0xc00006c840?) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-25T14:48:15.938Z] testing.tRunner(0xc00015a340, 0xc000075ca0) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:48:15.938Z] testing.runTests(0xc000058500?, {0x46e400, 0x3, 0x3}, {0x1fc947e0108?, 0x40?, 0x4734a0?}) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-25T14:48:15.938Z] testing.(*M).Run(0xc000058500) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-25T14:48:15.938Z] main.main() [2022-03-25T14:48:15.938Z] _testmain.go:99 +0x255 [2022-03-25T14:48:15.938Z] --- PASS: TestDump (0.00s) [2022-03-25T14:48:15.938Z] === RUN TestDumpToFile [2022-03-25T14:48:15.938Z] --- PASS: TestDumpToFile (0.18s) [2022-03-25T14:48:15.938Z] === RUN TestDumpToFileWithEmptyInput [2022-03-25T14:48:15.938Z] goroutine 8 [running]: [2022-03-25T14:48:15.938Z] github.com/docker/docker/pkg/stack.dump(0x19ecd3?) [2022-03-25T14:48:15.938Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-25T14:48:15.938Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0x19eca0?}) [2022-03-25T14:48:15.938Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-03-25T14:48:15.938Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a4e0?) [2022-03-25T14:48:15.938Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-25T14:48:15.938Z] testing.tRunner(0xc00015ab60, 0x2ea488) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:48:15.938Z] created by testing.(*T).Run [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-03-25T14:48:15.938Z] [2022-03-25T14:48:15.938Z] goroutine 1 [chan receive]: [2022-03-25T14:48:15.938Z] testing.(*T).Run(0xc00015a340, {0x2e0713?, 0xfc1f3?}, 0x2ea488) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-03-25T14:48:15.938Z] testing.runTests.func1(0xc00006c840?) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-03-25T14:48:15.938Z] testing.tRunner(0xc00015a340, 0xc000075ca0) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-03-25T14:48:15.938Z] testing.runTests(0xc000058500?, {0x46e400, 0x3, 0x3}, {0x1fc947e0108?, 0x40?, 0x4734a0?}) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-03-25T14:48:15.938Z] testing.(*M).Run(0xc000058500) [2022-03-25T14:48:15.938Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-03-25T14:48:15.938Z] main.main() [2022-03-25T14:48:15.938Z] _testmain.go:99 +0x255 [2022-03-25T14:48:15.938Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-25T14:48:15.938Z] PASS [2022-03-25T14:48:15.938Z] coverage: 90.9% of statements [2022-03-25T14:48:15.938Z] ok github.com/docker/docker/pkg/stack 0.221s coverage: 90.9% of statements [2022-03-25T14:48:16.901Z] === RUN TestNewStdWriter [2022-03-25T14:48:16.901Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-25T14:48:16.901Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestWriteWithNilBytes [2022-03-25T14:48:16.901Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestWrite [2022-03-25T14:48:16.901Z] --- PASS: TestWrite (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestWriteWithWriterError [2022-03-25T14:48:16.901Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-25T14:48:16.901Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyWriteAndRead [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-25T14:48:16.901Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-25T14:48:16.901Z] PASS [2022-03-25T14:48:16.901Z] coverage: 100.0% of statements [2022-03-25T14:48:16.901Z] ok github.com/docker/docker/pkg/stdcopy 0.047s coverage: 100.0% of statements [2022-03-25T14:48:16.901Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-25T14:48:16.901Z] === RUN TestClientStream [2022-03-25T14:48:16.901Z] --- PASS: TestClientStream (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestClientSendFile [2022-03-25T14:48:16.901Z] --- PASS: TestClientSendFile (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestClientWithRequestTimeout [2022-03-25T14:48:16.901Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-25T14:48:16.901Z] === RUN TestFileSpecPlugin [2022-03-25T14:48:16.901Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-03-25T14:48:16.901Z] === RUN TestFileJSONSpecPlugin [2022-03-25T14:48:16.901Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-25T14:48:16.901Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestPluginAddHandler [2022-03-25T14:48:16.901Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestPluginWaitBadPlugin [2022-03-25T14:48:16.901Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-25T14:48:16.901Z] === RUN TestGet [2022-03-25T14:48:16.901Z] time="2022-03-25T14:48:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-25T14:48:17.863Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-25T14:48:17.863Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-25T14:48:17.863Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestFormatStatus [2022-03-25T14:48:17.863Z] --- PASS: TestFormatStatus (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestFormatError [2022-03-25T14:48:17.863Z] --- PASS: TestFormatError (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestFormatJSONError [2022-03-25T14:48:17.863Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-25T14:48:17.863Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-25T14:48:17.863Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestNewJSONProgressOutput [2022-03-25T14:48:17.863Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestAuxFormatterEmit [2022-03-25T14:48:17.863Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestStreamWriterStdout [2022-03-25T14:48:17.863Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-25T14:48:17.863Z] === RUN TestStreamWriterStderr [2022-03-25T14:48:17.863Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-25T14:48:17.863Z] PASS [2022-03-25T14:48:17.863Z] coverage: 66.2% of statements [2022-03-25T14:48:17.863Z] ok github.com/docker/docker/pkg/streamformatter 0.045s coverage: 66.2% of statements [2022-03-25T14:48:17.863Z] time="2022-03-25T14:48:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-25T14:48:18.319Z] === RUN TestGenerateRandomID [2022-03-25T14:48:18.319Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-25T14:48:18.319Z] === RUN TestShortenId [2022-03-25T14:48:18.319Z] --- PASS: TestShortenId (0.00s) [2022-03-25T14:48:18.319Z] === RUN TestShortenSha256Id [2022-03-25T14:48:18.319Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-25T14:48:18.319Z] === RUN TestShortenIdEmpty [2022-03-25T14:48:18.319Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-25T14:48:18.319Z] === RUN TestShortenIdInvalid [2022-03-25T14:48:18.319Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-25T14:48:18.319Z] === RUN TestIsShortIDNonHex [2022-03-25T14:48:18.319Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-25T14:48:18.319Z] === RUN TestIsShortIDNotCorrectSize [2022-03-25T14:48:18.319Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-25T14:48:18.319Z] PASS [2022-03-25T14:48:18.319Z] coverage: 70.6% of statements [2022-03-25T14:48:18.319Z] ok github.com/docker/docker/pkg/stringid 0.038s coverage: 70.6% of statements [2022-03-25T14:48:19.281Z] === RUN TestIsCpusetListAvailable [2022-03-25T14:48:19.281Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-25T14:48:19.281Z] PASS [2022-03-25T14:48:19.281Z] coverage: 39.4% of statements [2022-03-25T14:48:19.281Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-03-25T14:48:20.243Z] time="2022-03-25T14:48:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-25T14:48:20.698Z] === RUN TestChtimes [2022-03-25T14:48:20.698Z] --- PASS: TestChtimes (0.01s) [2022-03-25T14:48:20.698Z] === RUN TestChtimesWindows [2022-03-25T14:48:20.698Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-25T14:48:20.698Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-25T14:48:20.698Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-25T14:48:20.698Z] PASS [2022-03-25T14:48:20.698Z] coverage: 13.0% of statements [2022-03-25T14:48:20.698Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 13.0% of statements [2022-03-25T14:48:21.006Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-25T14:48:21.006Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-25T14:48:21.006Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-25T14:48:21.660Z] === RUN TestTailFile [2022-03-25T14:48:21.660Z] --- PASS: TestTailFile (0.00s) [2022-03-25T14:48:21.660Z] === RUN TestTailFileManyLines [2022-03-25T14:48:21.660Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-25T14:48:21.660Z] === RUN TestTailEmptyFile [2022-03-25T14:48:21.660Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-25T14:48:21.660Z] === RUN TestTailNegativeN [2022-03-25T14:48:21.660Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader [2022-03-25T14:48:21.660Z] === CONT TestNewTailReader [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/truncated_last_line [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-25T14:48:21.660Z] === CONT TestNewTailReader/no_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.660Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.660Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-25T14:48:21.660Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.660Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.660Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.661Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.661Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.661Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.662Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.662Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:21.663Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.663Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.663Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:21.664Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:21.664Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:22.160Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:22.160Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:22.160Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-25T14:48:22.160Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:22.160Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:22.160Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:22.160Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:22.160Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:22.161Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:22.161Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-25T14:48:22.162Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:48:22.162Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:48:22.163Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-03-25T14:48:22.164Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-25T14:48:22.373Z] docker_api_swarm_service_test.go:128: [d32310ab2a729] joining swarm manager [df839da107454]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:48:22.639Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.639Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.02s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-25T14:48:22.640Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-25T14:48:22.640Z] PASS [2022-03-25T14:48:22.640Z] coverage: 88.6% of statements [2022-03-25T14:48:22.640Z] ok github.com/docker/docker/pkg/tailfile 0.207s coverage: 88.6% of statements [2022-03-25T14:48:22.935Z] docker_api_swarm_service_test.go:129: [d5d8992e79bb5] joining swarm manager [df839da107454]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:48:23.096Z] === RUN TestTarSumRemoveNonExistent [2022-03-25T14:48:23.096Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestTarSumRemove [2022-03-25T14:48:23.096Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestSortFileInfoSums [2022-03-25T14:48:23.096Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestNewTarSumForLabelInvalid [2022-03-25T14:48:23.096Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestNewTarSumForLabel [2022-03-25T14:48:23.096Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestEmptyTar [2022-03-25T14:48:23.096Z] --- PASS: TestEmptyTar (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestTarSumsReadSize [2022-03-25T14:48:23.096Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestTarSums [2022-03-25T14:48:23.096Z] --- PASS: TestTarSums (0.07s) [2022-03-25T14:48:23.096Z] === RUN TestIteration [2022-03-25T14:48:23.096Z] --- PASS: TestIteration (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestVersionLabelForChecksum [2022-03-25T14:48:23.096Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestVersion [2022-03-25T14:48:23.096Z] --- PASS: TestVersion (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestGetVersion [2022-03-25T14:48:23.096Z] --- PASS: TestGetVersion (0.00s) [2022-03-25T14:48:23.096Z] === RUN TestGetVersions [2022-03-25T14:48:23.096Z] --- PASS: TestGetVersions (0.00s) [2022-03-25T14:48:23.096Z] PASS [2022-03-25T14:48:23.096Z] coverage: 89.3% of statements [2022-03-25T14:48:23.096Z] ok github.com/docker/docker/pkg/tarsum 0.123s coverage: 89.3% of statements [2022-03-25T14:48:23.552Z] === RUN TestTruncIndex [2022-03-25T14:48:24.009Z] --- PASS: TestTruncIndex (0.10s) [2022-03-25T14:48:24.009Z] PASS [2022-03-25T14:48:24.009Z] coverage: 91.5% of statements [2022-03-25T14:48:24.009Z] ok github.com/docker/docker/pkg/truncindex 0.142s coverage: 91.5% of statements [2022-03-25T14:48:24.009Z] time="2022-03-25T14:48:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-25T14:48:24.465Z] === RUN TestIsGIT [2022-03-25T14:48:24.465Z] --- PASS: TestIsGIT (0.00s) [2022-03-25T14:48:24.465Z] === RUN TestIsTransport [2022-03-25T14:48:24.465Z] --- PASS: TestIsTransport (0.00s) [2022-03-25T14:48:24.465Z] PASS [2022-03-25T14:48:24.465Z] coverage: 100.0% of statements [2022-03-25T14:48:24.465Z] ok github.com/docker/docker/pkg/urlutil 0.040s coverage: 100.0% of statements [2022-03-25T14:48:24.830Z] docker_api_swarm_service_test.go:137: [ddff2d5c5e601] joining swarm manager [df839da107454]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-25T14:48:24.920Z] === RUN TestVersionInfo [2022-03-25T14:48:24.920Z] --- PASS: TestVersionInfo (0.00s) [2022-03-25T14:48:24.921Z] === RUN TestAppendVersions [2022-03-25T14:48:24.921Z] --- PASS: TestAppendVersions (0.00s) [2022-03-25T14:48:24.921Z] PASS [2022-03-25T14:48:24.921Z] coverage: 88.9% of statements [2022-03-25T14:48:24.921Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2022-03-25T14:48:25.771Z] docker_api_swarm_service_test.go:138: [d56b268d8a38b] joining swarm manager [df839da107454]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-25T14:48:25.908Z] === RUN TestConfigDaemonLibtrustID [2022-03-25T14:48:25.908Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-25T14:48:25.908Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-25T14:48:25.908Z] === RUN TestDaemonConfigValidation [2022-03-25T14:48:25.909Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-25T14:48:25.909Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-25T14:48:25.909Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-25T14:48:25.909Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-25T14:48:25.909Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-25T14:48:25.909Z] === RUN TestDaemonProxy [2022-03-25T14:48:25.909Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-25T14:48:25.909Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-25T14:48:25.909Z] PASS [2022-03-25T14:48:25.909Z] ok github.com/docker/docker/integration/daemon 0.132s [2022-03-25T14:48:25.909Z] [2022-03-25T14:48:25.909Z] === Skipped [2022-03-25T14:48:25.909Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-25T14:48:25.909Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-25T14:48:25.909Z] [2022-03-25T14:48:25.909Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-25T14:48:25.909Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-25T14:48:25.909Z] [2022-03-25T14:48:25.909Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-25T14:48:25.909Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-25T14:48:25.909Z] [2022-03-25T14:48:25.909Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-25T14:48:25.909Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-25T14:48:25.909Z] [2022-03-25T14:48:25.909Z] DONE 4 tests, 4 skipped in 26.507s [2022-03-25T14:48:25.909Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-25T14:48:26.901Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:26.901Z] INFO: Testing against a local daemon [2022-03-25T14:48:26.901Z] === RUN TestCommitInheritsEnv [2022-03-25T14:48:26.901Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:48:26.901Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-25T14:48:26.901Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-25T14:48:26.901Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:48:26.901Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-25T14:48:26.901Z] === RUN TestImportWithCustomPlatform [2022-03-25T14:48:26.901Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:48:26.901Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-25T14:48:26.901Z] === RUN TestImagesFilterMultiReference [2022-03-25T14:48:26.901Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-03-25T14:48:26.901Z] === RUN TestImagePullPlatformInvalid [2022-03-25T14:48:26.901Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-25T14:48:26.901Z] === RUN TestRemoveImageOrphaning [2022-03-25T14:48:27.087Z] === RUN TestValidatePrivileges [2022-03-25T14:48:27.087Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-25T14:48:27.087Z] === RUN TestFilterByCapNeg [2022-03-25T14:48:27.087Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-25T14:48:27.087Z] === RUN TestFilterByCapPos [2022-03-25T14:48:27.087Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-25T14:48:27.087Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-25T14:48:27.087Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-25T14:48:27.087Z] PASS [2022-03-25T14:48:27.087Z] coverage: 12.0% of statements [2022-03-25T14:48:27.087Z] ok github.com/docker/docker/plugin 0.072s coverage: 12.0% of statements [2022-03-25T14:48:27.661Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-25T14:48:27.661Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-25T14:48:27.661Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-25T14:48:27.917Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-25T14:48:27.917Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-25T14:48:28.051Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-25T14:48:28.051Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-25T14:48:28.051Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-25T14:48:28.051Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-25T14:48:28.051Z] === RUN TestNewSettable [2022-03-25T14:48:28.051Z] --- PASS: TestNewSettable (0.00s) [2022-03-25T14:48:28.051Z] === RUN TestIsSettable [2022-03-25T14:48:28.051Z] --- PASS: TestIsSettable (0.00s) [2022-03-25T14:48:28.051Z] === RUN TestUpdateSettingsEnv [2022-03-25T14:48:28.051Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-25T14:48:28.051Z] PASS [2022-03-25T14:48:28.051Z] coverage: 20.0% of statements [2022-03-25T14:48:28.051Z] ok github.com/docker/docker/plugin/v2 0.046s coverage: 20.0% of statements [2022-03-25T14:48:28.173Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-25T14:48:28.173Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-25T14:48:28.471Z] --- PASS: TestRemoveImageOrphaning (1.15s) [2022-03-25T14:48:28.471Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-25T14:48:28.471Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-25T14:48:28.471Z] === RUN TestTagInvalidReference [2022-03-25T14:48:28.471Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-25T14:48:28.471Z] === RUN TestTagValidPrefixedRepo [2022-03-25T14:48:28.471Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2022-03-25T14:48:28.471Z] === RUN TestTagExistedNameWithoutForce [2022-03-25T14:48:28.471Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-03-25T14:48:28.471Z] === RUN TestTagOfficialNames [2022-03-25T14:48:28.471Z] --- PASS: TestTagOfficialNames (0.11s) [2022-03-25T14:48:28.471Z] === RUN TestTagMatchesDigest [2022-03-25T14:48:28.471Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-03-25T14:48:28.471Z] PASS [2022-03-25T14:48:28.471Z] ok github.com/docker/docker/integration/image 1.798s [2022-03-25T14:48:28.471Z] [2022-03-25T14:48:28.471Z] === Skipped [2022-03-25T14:48:28.471Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-25T14:48:28.471Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:48:28.471Z] [2022-03-25T14:48:28.471Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-25T14:48:28.471Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:48:28.471Z] [2022-03-25T14:48:28.471Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-25T14:48:28.471Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:48:28.471Z] [2022-03-25T14:48:28.471Z] DONE 12 tests, 3 skipped in 6.329s [2022-03-25T14:48:28.736Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-25T14:48:28.736Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-25T14:48:28.941Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-25T14:48:29.013Z] === RUN TestLoad [2022-03-25T14:48:29.013Z] --- PASS: TestLoad (0.00s) [2022-03-25T14:48:29.013Z] === RUN TestSave [2022-03-25T14:48:29.013Z] --- PASS: TestSave (0.03s) [2022-03-25T14:48:29.013Z] === RUN TestAddDeleteGet [2022-03-25T14:48:29.013Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-25T14:48:29.013Z] === RUN TestInvalidTags [2022-03-25T14:48:29.013Z] --- PASS: TestInvalidTags (0.01s) [2022-03-25T14:48:29.013Z] PASS [2022-03-25T14:48:29.013Z] coverage: 83.7% of statements [2022-03-25T14:48:29.013Z] ok github.com/docker/docker/reference 0.119s coverage: 83.7% of statements [2022-03-25T14:48:29.665Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-25T14:48:29.665Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-25T14:48:30.405Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-25T14:48:30.405Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-25T14:48:30.405Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-25T14:48:30.405Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-25T14:48:30.405Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-25T14:48:30.405Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-25T14:48:30.405Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-25T14:48:30.405Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-25T14:48:30.405Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-25T14:48:30.405Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-25T14:48:30.405Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-25T14:48:30.541Z] === RUN TestResolveAuthConfigIndexServer [2022-03-25T14:48:30.541Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestResolveAuthConfigFullURL [2022-03-25T14:48:30.541Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-25T14:48:30.541Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestValidateMirror [2022-03-25T14:48:30.541Z] --- PASS: TestValidateMirror (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestLoadInsecureRegistries [2022-03-25T14:48:30.541Z] time="2022-03-25T14:48:30Z" 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-25T14:48:30.541Z] time="2022-03-25T14:48:30Z" 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-25T14:48:30.541Z] time="2022-03-25T14:48:30Z" 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-25T14:48:30.541Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-03-25T14:48:30.541Z] === RUN TestNewServiceConfig [2022-03-25T14:48:30.541Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestValidateIndexName [2022-03-25T14:48:30.541Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestValidateIndexNameWithError [2022-03-25T14:48:30.541Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestEndpointParse [2022-03-25T14:48:30.541Z] --- PASS: TestEndpointParse (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestEndpointParseInvalid [2022-03-25T14:48:30.541Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestValidateEndpoint [2022-03-25T14:48:30.541Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-25T14:48:30.541Z] === RUN TestPing [2022-03-25T14:48:30.541Z] --- PASS: TestPing (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestPingRegistryEndpoint [2022-03-25T14:48:30.541Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:48:30.541Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-25T14:48:30.541Z] === RUN TestEndpoint [2022-03-25T14:48:30.541Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:48:30.541Z] --- SKIP: TestEndpoint (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestParseRepositoryInfo [2022-03-25T14:48:30.541Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestNewIndexInfo [2022-03-25T14:48:30.541Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestMirrorEndpointLookup [2022-03-25T14:48:30.541Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:48:30.541Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestSearchRepositories [2022-03-25T14:48:30.541Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-25T14:48:30.541Z] Host: 127.0.0.1:49338 [2022-03-25T14:48:30.541Z] User-Agent: docker test client [2022-03-25T14:48:30.541Z] Authorization: Token fake-token [2022-03-25T14:48:30.541Z] X-Docker-Token: true [2022-03-25T14:48:30.541Z] Accept-Encoding: gzip [2022-03-25T14:48:30.541Z] [2022-03-25T14:48:30.541Z] [2022-03-25T14:48:30.541Z] registry_test.go:731: HTTP/1.1 200 OK [2022-03-25T14:48:30.541Z] Connection: close [2022-03-25T14:48:30.541Z] Content-Length: 144 [2022-03-25T14:48:30.541Z] Cache-Control: no-cache [2022-03-25T14:48:30.541Z] Content-Type: application/json [2022-03-25T14:48:30.541Z] Date: Fri, 25 Mar 2022 14:48:30 GMT [2022-03-25T14:48:30.541Z] Expires: -1 [2022-03-25T14:48:30.541Z] Pragma: no-cache [2022-03-25T14:48:30.541Z] Server: docker-tests/mock [2022-03-25T14:48:30.541Z] X-Docker-Registry-Config: mock [2022-03-25T14:48:30.541Z] X-Docker-Registry-Version: 0.0.0 [2022-03-25T14:48:30.541Z] [2022-03-25T14:48:30.541Z] [2022-03-25T14:48:30.541Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestTrustedLocation [2022-03-25T14:48:30.541Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-25T14:48:30.541Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestAllowNondistributableArtifacts [2022-03-25T14:48:30.541Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestIsSecureIndex [2022-03-25T14:48:30.541Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-25T14:48:30.541Z] PASS [2022-03-25T14:48:30.541Z] coverage: 52.0% of statements [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-25T14:48:30.541Z] ok github.com/docker/docker/registry 0.276s coverage: 52.0% of statements [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestReaderWithReadError [2022-03-25T14:48:30.541Z] time="2022-03-25T14:48:30Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestReaderWithReadError (0.18s) [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestReader [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-25T14:48:30.541Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-25T14:48:30.541Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-25T14:48:30.541Z] PASS [2022-03-25T14:48:30.541Z] coverage: 100.0% of statements [2022-03-25T14:48:30.541Z] ok github.com/docker/docker/registry/resumable 0.247s coverage: 100.0% of statements [2022-03-25T14:48:30.998Z] === RUN TestRestartManagerTimeout [2022-03-25T14:48:30.998Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-25T14:48:30.998Z] === RUN TestRestartManagerTimeoutReset [2022-03-25T14:48:30.998Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-25T14:48:30.998Z] PASS [2022-03-25T14:48:30.998Z] coverage: 50.9% of statements [2022-03-25T14:48:30.998Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 50.9% of statements [2022-03-25T14:48:31.162Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:31.162Z] INFO: Testing against a local daemon [2022-03-25T14:48:31.162Z] === RUN TestNetworkCreateDelete [2022-03-25T14:48:31.162Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:31.162Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestDockerNetworkDeletePreferID [2022-03-25T14:48:31.162Z] 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-25T14:48:31.162Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestDaemonDNSFallback [2022-03-25T14:48:31.162Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:31.162Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestInspectNetwork [2022-03-25T14:48:31.162Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-25T14:48:31.162Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestRunContainerWithBridgeNone [2022-03-25T14:48:31.162Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:31.162Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestNetworkInvalidJSON [2022-03-25T14:48:31.162Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-25T14:48:31.162Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-25T14:48:31.162Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:48:31.162Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:48:31.162Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:48:31.162Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:48:31.162Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-25T14:48:31.162Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:48:31.162Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:48:31.162Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-25T14:48:31.162Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-25T14:48:31.162Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-25T14:48:31.162Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-25T14:48:31.162Z] === RUN TestNetworkList [2022-03-25T14:48:31.162Z] === RUN TestNetworkList//networks [2022-03-25T14:48:31.162Z] === PAUSE TestNetworkList//networks [2022-03-25T14:48:31.162Z] === RUN TestNetworkList//networks/ [2022-03-25T14:48:31.162Z] === PAUSE TestNetworkList//networks/ [2022-03-25T14:48:31.162Z] === CONT TestNetworkList//networks [2022-03-25T14:48:31.162Z] === CONT TestNetworkList//networks/ [2022-03-25T14:48:31.162Z] --- PASS: TestNetworkList (0.06s) [2022-03-25T14:48:31.162Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-25T14:48:31.162Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestHostIPv4BridgeLabel [2022-03-25T14:48:31.162Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-25T14:48:31.162Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestDaemonDefaultNetworkPools [2022-03-25T14:48:31.162Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-25T14:48:31.162Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-25T14:48:31.162Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-25T14:48:31.162Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestServiceWithPredefinedNetwork [2022-03-25T14:48:31.162Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-25T14:48:31.162Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:48:31.162Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestServiceWithDataPathPortInit [2022-03-25T14:48:31.162Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-25T14:48:31.162Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-25T14:48:31.162Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-25T14:48:31.162Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-25T14:48:31.162Z] PASS [2022-03-25T14:48:31.162Z] ok github.com/docker/docker/integration/network 0.207s [2022-03-25T14:48:31.162Z] [2022-03-25T14:48:31.162Z] === Skipped [2022-03-25T14:48:31.162Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-25T14:48:31.162Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:31.162Z] [2022-03-25T14:48:31.162Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-25T14:48:31.162Z] 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-25T14:48:31.162Z] [2022-03-25T14:48:31.162Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-25T14:48:31.162Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:31.162Z] [2022-03-25T14:48:31.162Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-25T14:48:31.162Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-25T14:48:31.162Z] [2022-03-25T14:48:31.162Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-25T14:48:31.162Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:31.454Z] === RUN TestDecodeContainerConfig [2022-03-25T14:48:31.454Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-25T14:48:31.454Z] === RUN TestDecodeContainerConfigIsolation [2022-03-25T14:48:31.454Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-25T14:48:31.454Z] === RUN TestValidatePrivileged [2022-03-25T14:48:31.454Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-25T14:48:31.454Z] PASS [2022-03-25T14:48:31.454Z] coverage: 52.6% of statements [2022-03-25T14:48:31.454Z] ok github.com/docker/docker/runconfig 0.045s coverage: 52.6% of statements [2022-03-25T14:48:31.557Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-25T14:48:31.632Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-25T14:48:31.632Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-25T14:48:31.632Z] [2022-03-25T14:48:31.632Z] DONE 22 tests, 15 skipped in 2.534s [2022-03-25T14:48:31.632Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-25T14:48:31.911Z] --- PASS: TestGet (15.01s) [2022-03-25T14:48:31.911Z] === RUN TestPluginWithNoManifest [2022-03-25T14:48:31.911Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-25T14:48:31.911Z] === RUN TestGetAll [2022-03-25T14:48:31.911Z] --- PASS: TestGetAll (0.00s) [2022-03-25T14:48:31.911Z] PASS [2022-03-25T14:48:31.911Z] coverage: 73.2% of statements [2022-03-25T14:48:31.911Z] ok github.com/docker/docker/pkg/plugins 36.451s coverage: 73.2% of statements [2022-03-25T14:48:31.911Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-25T14:48:31.911Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-25T14:48:31.911Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-25T14:48:31.911Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-25T14:48:31.911Z] PASS [2022-03-25T14:48:31.911Z] coverage: 62.5% of statements [2022-03-25T14:48:31.911Z] ok github.com/docker/docker/testutil 0.042s coverage: 62.5% of statements [2022-03-25T14:48:32.487Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-25T14:48:32.626Z] testing: warning: no tests to run [2022-03-25T14:48:32.626Z] PASS [2022-03-25T14:48:32.626Z] ok github.com/docker/docker/integration/network/ipvlan 0.095s [2022-03-25T14:48:32.626Z] [2022-03-25T14:48:32.626Z] DONE 0 tests in 0.904s [2022-03-25T14:48:32.626Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-25T14:48:32.744Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-25T14:48:33.001Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-25T14:48:33.617Z] testing: warning: no tests to run [2022-03-25T14:48:33.617Z] PASS [2022-03-25T14:48:33.617Z] ok github.com/docker/docker/integration/network/macvlan 0.096s [2022-03-25T14:48:33.617Z] [2022-03-25T14:48:33.617Z] DONE 0 tests in 0.860s [2022-03-25T14:48:33.617Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-25T14:48:34.117Z] === RUN TestGetAddress [2022-03-25T14:48:34.117Z] --- PASS: TestGetAddress (0.00s) [2022-03-25T14:48:34.117Z] === RUN TestRemove [2022-03-25T14:48:34.117Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-25T14:48:34.117Z] --- SKIP: TestRemove (0.00s) [2022-03-25T14:48:34.117Z] === RUN TestInitializeWithVolumes [2022-03-25T14:48:34.117Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-25T14:48:34.117Z] === RUN TestCreate [2022-03-25T14:48:34.117Z] --- PASS: TestCreate (0.01s) [2022-03-25T14:48:34.117Z] === RUN TestValidateName [2022-03-25T14:48:34.117Z] --- PASS: TestValidateName (0.00s) [2022-03-25T14:48:34.117Z] === RUN TestCreateWithOpts [2022-03-25T14:48:34.117Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-25T14:48:34.118Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-25T14:48:34.118Z] === RUN TestRelaodNoOpts [2022-03-25T14:48:34.118Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-25T14:48:34.118Z] PASS [2022-03-25T14:48:34.118Z] coverage: 41.5% of statements [2022-03-25T14:48:34.224Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-25T14:48:34.587Z] ok github.com/docker/docker/volume/local 0.103s coverage: 41.5% of statements [2022-03-25T14:48:34.587Z] === RUN TestGetDriver [2022-03-25T14:48:34.587Z] --- PASS: TestGetDriver (0.00s) [2022-03-25T14:48:34.587Z] === RUN TestVolumeRequestError [2022-03-25T14:48:34.587Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-25T14:48:34.587Z] PASS [2022-03-25T14:48:34.587Z] coverage: 36.1% of statements [2022-03-25T14:48:34.587Z] ok github.com/docker/docker/volume/drivers 0.053s coverage: 36.1% of statements [2022-03-25T14:48:34.608Z] testing: warning: no tests to run [2022-03-25T14:48:34.608Z] PASS [2022-03-25T14:48:34.608Z] ok github.com/docker/docker/integration/plugin 0.089s [2022-03-25T14:48:34.608Z] [2022-03-25T14:48:34.608Z] DONE 0 tests in 0.860s [2022-03-25T14:48:34.608Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-25T14:48:34.896Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRaw [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-25T14:48:35.056Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRaw [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-25T14:48:35.056Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestConvertTmpfsOptions [2022-03-25T14:48:35.056Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-25T14:48:35.056Z] linux_parser_test.go:209: data="ro" [2022-03-25T14:48:35.056Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestParseMountSpec [2022-03-25T14:48:35.056Z] parser_test.go:62: case 0 [2022-03-25T14:48:35.056Z] parser_test.go:62: case 1 [2022-03-25T14:48:35.056Z] parser_test.go:62: case 2 [2022-03-25T14:48:35.056Z] parser_test.go:62: case 3 [2022-03-25T14:48:35.056Z] parser_test.go:62: case 4 [2022-03-25T14:48:35.056Z] parser_test.go:62: case 5 [2022-03-25T14:48:35.056Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestValidateMount [2022-03-25T14:48:35.056Z] --- PASS: TestValidateMount (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRaw [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-25T14:48:35.056Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-25T14:48:35.056Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-25T14:48:35.056Z] PASS [2022-03-25T14:48:35.056Z] coverage: 67.6% of statements [2022-03-25T14:48:35.056Z] ok github.com/docker/docker/volume/mounts 0.055s coverage: 67.6% of statements [2022-03-25T14:48:35.459Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-25T14:48:35.599Z] testing: warning: no tests to run [2022-03-25T14:48:35.599Z] PASS [2022-03-25T14:48:35.599Z] ok github.com/docker/docker/integration/plugin/authz 0.082s [2022-03-25T14:48:35.599Z] [2022-03-25T14:48:35.599Z] DONE 0 tests in 0.887s [2022-03-25T14:48:35.599Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-25T14:48:36.044Z] === RUN TestSetGetMeta [2022-03-25T14:48:36.044Z] === PAUSE TestSetGetMeta [2022-03-25T14:48:36.044Z] === RUN TestRestore [2022-03-25T14:48:36.044Z] === PAUSE TestRestore [2022-03-25T14:48:36.044Z] === RUN TestServiceCreate [2022-03-25T14:48:36.044Z] === PAUSE TestServiceCreate [2022-03-25T14:48:36.044Z] === RUN TestServiceList [2022-03-25T14:48:36.044Z] === PAUSE TestServiceList [2022-03-25T14:48:36.044Z] === RUN TestServiceRemove [2022-03-25T14:48:36.044Z] === PAUSE TestServiceRemove [2022-03-25T14:48:36.044Z] === RUN TestServiceGet [2022-03-25T14:48:36.044Z] === PAUSE TestServiceGet [2022-03-25T14:48:36.044Z] === RUN TestServicePrune [2022-03-25T14:48:36.044Z] === PAUSE TestServicePrune [2022-03-25T14:48:36.044Z] === RUN TestCreate [2022-03-25T14:48:36.044Z] === PAUSE TestCreate [2022-03-25T14:48:36.044Z] === RUN TestRemove [2022-03-25T14:48:36.044Z] === PAUSE TestRemove [2022-03-25T14:48:36.044Z] === RUN TestList [2022-03-25T14:48:36.044Z] === PAUSE TestList [2022-03-25T14:48:36.044Z] === RUN TestFindByDriver [2022-03-25T14:48:36.044Z] === PAUSE TestFindByDriver [2022-03-25T14:48:36.044Z] === RUN TestFindByReferenced [2022-03-25T14:48:36.044Z] === PAUSE TestFindByReferenced [2022-03-25T14:48:36.044Z] === RUN TestDerefMultipleOfSameRef [2022-03-25T14:48:36.044Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-25T14:48:36.044Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:48:36.044Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:48:36.044Z] === RUN TestDefererencePluginOnCreateError [2022-03-25T14:48:36.044Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-25T14:48:36.044Z] === RUN TestRefDerefRemove [2022-03-25T14:48:36.044Z] === PAUSE TestRefDerefRemove [2022-03-25T14:48:36.044Z] === RUN TestGet [2022-03-25T14:48:36.044Z] === PAUSE TestGet [2022-03-25T14:48:36.045Z] === RUN TestGetWithReference [2022-03-25T14:48:36.045Z] === PAUSE TestGetWithReference [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc/test_nil_list [2022-03-25T14:48:36.045Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc/test_empty_list [2022-03-25T14:48:36.045Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:48:36.045Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:48:36.045Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc/test_filter_some [2022-03-25T14:48:36.045Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc/test_filter_middle [2022-03-25T14:48:36.045Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:48:36.045Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:48:36.045Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-25T14:48:36.045Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-25T14:48:36.045Z] === CONT TestFilterFunc/test_nil_list [2022-03-25T14:48:36.045Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-25T14:48:36.045Z] === CONT TestFilterFunc/test_filter_some [2022-03-25T14:48:36.045Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-25T14:48:36.045Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-25T14:48:36.045Z] === CONT TestFilterFunc/test_empty_list [2022-03-25T14:48:36.045Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-25T14:48:36.045Z] === CONT TestFilterFunc/test_filter_middle [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc (0.00s) [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-25T14:48:36.045Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-25T14:48:36.045Z] === CONT TestSetGetMeta [2022-03-25T14:48:36.045Z] === CONT TestDefererencePluginOnCreateError [2022-03-25T14:48:36.045Z] === CONT TestList [2022-03-25T14:48:36.045Z] === CONT TestRemove [2022-03-25T14:48:36.045Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-25T14:48:36.045Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-25T14:48:36.045Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-25T14:48:36.045Z] === CONT TestDerefMultipleOfSameRef [2022-03-25T14:48:36.045Z] --- PASS: TestRemove (0.03s) [2022-03-25T14:48:36.045Z] === CONT TestFindByReferenced [2022-03-25T14:48:36.045Z] --- PASS: TestList (0.04s) [2022-03-25T14:48:36.045Z] === CONT TestFindByDriver [2022-03-25T14:48:36.045Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-25T14:48:36.045Z] === CONT TestGet [2022-03-25T14:48:36.045Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-25T14:48:36.045Z] === CONT TestGetWithReference [2022-03-25T14:48:36.045Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-25T14:48:36.045Z] === CONT TestRefDerefRemove [2022-03-25T14:48:36.045Z] --- PASS: TestGet (0.02s) [2022-03-25T14:48:36.045Z] === CONT TestServiceRemove [2022-03-25T14:48:36.045Z] --- PASS: TestFindByDriver (0.03s) [2022-03-25T14:48:36.045Z] === CONT TestCreate [2022-03-25T14:48:36.045Z] --- PASS: TestCreate (0.02s) [2022-03-25T14:48:36.045Z] === CONT TestServicePrune [2022-03-25T14:48:36.045Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-25T14:48:36.045Z] === CONT TestServiceGet [2022-03-25T14:48:36.045Z] --- PASS: TestGetWithReference (0.03s) [2022-03-25T14:48:36.045Z] === CONT TestServiceCreate [2022-03-25T14:48:36.513Z] --- PASS: TestServiceGet (0.16s) [2022-03-25T14:48:36.514Z] === CONT TestServiceList [2022-03-25T14:48:36.514Z] time="2022-03-25T14:48:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:48:36.514Z] --- PASS: TestServiceRemove (0.19s) [2022-03-25T14:48:36.514Z] === CONT TestRestore [2022-03-25T14:48:36.514Z] time="2022-03-25T14:48:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:48:36.514Z] --- PASS: TestServiceCreate (0.17s) [2022-03-25T14:48:36.514Z] time="2022-03-25T14:48:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:48:36.514Z] time="2022-03-25T14:48:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-25T14:48:36.514Z] --- PASS: TestServiceList (0.02s) [2022-03-25T14:48:36.514Z] time="2022-03-25T14:48:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-25T14:48:36.514Z] --- PASS: TestRestore (0.02s) [2022-03-25T14:48:36.514Z] --- PASS: TestServicePrune (0.19s) [2022-03-25T14:48:36.514Z] PASS [2022-03-25T14:48:36.514Z] coverage: 69.0% of statements [2022-03-25T14:48:36.514Z] ok github.com/docker/docker/volume/service 0.321s coverage: 69.0% of statements [2022-03-25T14:48:37.980Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-25T14:48:38.020Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-25T14:48:38.020Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-25T14:48:38.020Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-25T14:48:38.020Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-25T14:48:38.020Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-25T14:48:38.020Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-25T14:48:38.020Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-25T14:48:38.020Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-25T14:48:38.020Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-25T14:48:40.500Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-25T14:48:40.500Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-25T14:48:41.491Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:41.491Z] INFO: Testing against a local daemon [2022-03-25T14:48:41.491Z] === RUN TestPluginInvalidJSON [2022-03-25T14:48:41.491Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:48:41.491Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:48:41.491Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:48:41.491Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-03-25T14:48:41.491Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-25T14:48:41.491Z] === RUN TestPluginInstall [2022-03-25T14:48:41.491Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-25T14:48:41.491Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-25T14:48:41.491Z] === RUN TestPluginsWithRuntimes [2022-03-25T14:48:41.491Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-25T14:48:41.491Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-25T14:48:41.491Z] === RUN TestPluginBackCompatMediaTypes [2022-03-25T14:48:41.491Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-25T14:48:41.491Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-25T14:48:41.491Z] PASS [2022-03-25T14:48:41.491Z] ok github.com/docker/docker/integration/plugin/common 0.129s [2022-03-25T14:48:41.491Z] [2022-03-25T14:48:41.491Z] === Skipped [2022-03-25T14:48:41.491Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-25T14:48:41.491Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-25T14:48:41.491Z] [2022-03-25T14:48:41.491Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-25T14:48:41.491Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-25T14:48:41.491Z] [2022-03-25T14:48:41.491Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-25T14:48:41.491Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-25T14:48:41.491Z] [2022-03-25T14:48:41.491Z] DONE 5 tests, 3 skipped in 5.406s [2022-03-25T14:48:41.491Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-25T14:48:41.811Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-25T14:48:41.811Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-25T14:48:41.811Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-25T14:48:41.811Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-25T14:48:41.811Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-25T14:48:43.016Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-25T14:48:43.251Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-25T14:48:43.252Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-25T14:48:43.252Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-25T14:48:43.252Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-25T14:48:43.252Z] Cross building: bundles/cross/linux/s390x [2022-03-25T14:48:43.252Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-25T14:48:43.252Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-25T14:48:43.695Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:43.695Z] INFO: Testing against a local daemon [2022-03-25T14:48:43.695Z] === RUN TestExternalGraphDriver [2022-03-25T14:48:43.695Z] external_test.go:48: runtime.GOOS == "windows" [2022-03-25T14:48:43.695Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-25T14:48:43.695Z] === RUN TestGraphdriverPluginV2 [2022-03-25T14:48:43.695Z] external_test.go:408: runtime.GOOS == "windows" [2022-03-25T14:48:43.695Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-25T14:48:43.695Z] PASS [2022-03-25T14:48:43.695Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.141s [2022-03-25T14:48:43.695Z] [2022-03-25T14:48:43.695Z] === Skipped [2022-03-25T14:48:43.695Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-25T14:48:43.695Z] external_test.go:48: runtime.GOOS == "windows" [2022-03-25T14:48:43.695Z] [2022-03-25T14:48:43.695Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-25T14:48:43.695Z] external_test.go:408: runtime.GOOS == "windows" [2022-03-25T14:48:43.695Z] [2022-03-25T14:48:43.695Z] DONE 2 tests, 2 skipped in 2.705s [2022-03-25T14:48:44.148Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-25T14:48:47.049Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:47.049Z] INFO: Testing against a local daemon [2022-03-25T14:48:47.049Z] === RUN TestReadPluginNoRead [2022-03-25T14:48:47.049Z] read_test.go:21: no unix domain sockets on Windows [2022-03-25T14:48:47.049Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-25T14:48:47.049Z] PASS [2022-03-25T14:48:47.049Z] ok github.com/docker/docker/integration/plugin/logging 0.125s [2022-03-25T14:48:47.049Z] [2022-03-25T14:48:47.049Z] === Skipped [2022-03-25T14:48:47.049Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-25T14:48:47.049Z] read_test.go:21: no unix domain sockets on Windows [2022-03-25T14:48:47.049Z] [2022-03-25T14:48:47.049Z] DONE 1 tests, 1 skipped in 2.807s [2022-03-25T14:48:47.049Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-25T14:48:48.003Z] testing: warning: no tests to run [2022-03-25T14:48:48.003Z] PASS [2022-03-25T14:48:48.003Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.093s [2022-03-25T14:48:48.264Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-25T14:48:48.456Z] [2022-03-25T14:48:48.456Z] DONE 0 tests in 1.333s [2022-03-25T14:48:48.456Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-25T14:48:49.197Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-25T14:48:50.125Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-25T14:48:50.382Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-25T14:48:50.855Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-25T14:48:51.332Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:51.332Z] INFO: Testing against a local daemon [2022-03-25T14:48:51.332Z] === RUN TestPluginWithDevMounts [2022-03-25T14:48:51.332Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:51.332Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-25T14:48:51.332Z] PASS [2022-03-25T14:48:51.332Z] ok github.com/docker/docker/integration/plugin/volumes 0.122s [2022-03-25T14:48:51.332Z] [2022-03-25T14:48:51.332Z] === Skipped [2022-03-25T14:48:51.332Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-25T14:48:51.332Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:51.332Z] [2022-03-25T14:48:51.332Z] DONE 1 tests, 1 skipped in 2.583s [2022-03-25T14:48:51.332Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-25T14:48:51.447Z] 2022/03/25 14:48:51 Closing DB instances... [2022-03-25T14:48:52.290Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-25T14:48:52.547Z] docker_api_swarm_service_test.go:304: [da39e796c1724] joining swarm manager [d2dae02f80c1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:48:52.849Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:52.849Z] INFO: Testing against a local daemon [2022-03-25T14:48:52.849Z] === RUN TestSecretInspect [2022-03-25T14:48:52.849Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:52.849Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-25T14:48:52.849Z] === RUN TestSecretList [2022-03-25T14:48:53.301Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.301Z] --- SKIP: TestSecretList (0.00s) [2022-03-25T14:48:53.301Z] === RUN TestSecretsCreateAndDelete [2022-03-25T14:48:53.301Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.301Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-25T14:48:53.301Z] === RUN TestSecretsUpdate [2022-03-25T14:48:53.301Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.301Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-25T14:48:53.301Z] === RUN TestTemplatedSecret [2022-03-25T14:48:53.301Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.301Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-25T14:48:53.301Z] === RUN TestSecretCreateResolve [2022-03-25T14:48:53.301Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:53.301Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-25T14:48:53.301Z] PASS [2022-03-25T14:48:53.301Z] ok github.com/docker/docker/integration/secret 0.115s [2022-03-25T14:48:53.301Z] [2022-03-25T14:48:53.301Z] === Skipped [2022-03-25T14:48:53.301Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-25T14:48:53.301Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.302Z] [2022-03-25T14:48:53.302Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-25T14:48:53.302Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.302Z] [2022-03-25T14:48:53.302Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-25T14:48:53.302Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.302Z] [2022-03-25T14:48:53.302Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-25T14:48:53.302Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.302Z] [2022-03-25T14:48:53.302Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-25T14:48:53.302Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:53.302Z] [2022-03-25T14:48:53.302Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.01s) [2022-03-25T14:48:53.302Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:53.302Z] [2022-03-25T14:48:53.302Z] DONE 6 tests, 6 skipped in 2.059s [2022-03-25T14:48:53.302Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-25T14:48:53.476Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-25T14:48:53.477Z] docker_api_swarm_service_test.go:304: [d2903c540f73c] joining swarm manager [d2dae02f80c1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:48:53.665Z] --- PASS: TestNetworkDBGarbageCollection (54.66s) [2022-03-25T14:48:53.665Z] === RUN TestFindNode [2022-03-25T14:48:53.665Z] 2022/03/25 14:48:53 Closing DB instances... [2022-03-25T14:48:53.665Z] --- PASS: TestFindNode (0.02s) [2022-03-25T14:48:53.665Z] === RUN TestChangeNodeState [2022-03-25T14:48:53.665Z] 2022/03/25 14:48:53 Closing DB instances... [2022-03-25T14:48:53.665Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-25T14:48:53.665Z] === RUN TestNodeReincarnation [2022-03-25T14:48:53.665Z] 2022/03/25 14:48:53 Closing DB instances... [2022-03-25T14:48:54.846Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-25T14:48:56.185Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:56.185Z] INFO: Testing against a local daemon [2022-03-25T14:48:56.185Z] === RUN TestServiceCreateInit [2022-03-25T14:48:56.185Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-25T14:48:56.185Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-25T14:48:56.185Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-25T14:48:56.185Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:48:56.185Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestCreateServiceMultipleTimes [2022-03-25T14:48:56.185Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestCreateServiceConflict [2022-03-25T14:48:56.185Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestCreateServiceMaxReplicas [2022-03-25T14:48:56.185Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-25T14:48:56.185Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-25T14:48:56.185Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestCreateServiceSecretFileMode [2022-03-25T14:48:56.185Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestCreateServiceConfigFileMode [2022-03-25T14:48:56.185Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestCreateServiceSysctls [2022-03-25T14:48:56.185Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2022-03-25T14:48:56.185Z] === RUN TestCreateServiceCapabilities [2022-03-25T14:48:56.185Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-03-25T14:48:56.185Z] === RUN TestInspect [2022-03-25T14:48:56.185Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestInspect (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestCreateJob [2022-03-25T14:48:56.185Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestCreateJob (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestReplicatedJob [2022-03-25T14:48:56.185Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestUpdateReplicatedJob [2022-03-25T14:48:56.185Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestServiceListWithStatuses [2022-03-25T14:48:56.185Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestDockerNetworkConnectAlias [2022-03-25T14:48:56.185Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestDockerNetworkReConnect [2022-03-25T14:48:56.185Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestServicePlugin [2022-03-25T14:48:56.185Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.185Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestServiceUpdateLabel [2022-03-25T14:48:56.185Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.185Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-25T14:48:56.185Z] === RUN TestServiceUpdateSecrets [2022-03-25T14:48:56.185Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.185Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestServiceUpdateConfigs [2022-03-25T14:48:56.185Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.185Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestServiceUpdateNetwork [2022-03-25T14:48:56.185Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.185Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-25T14:48:56.185Z] === RUN TestServiceUpdatePidsLimit [2022-03-25T14:48:56.185Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.185Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-25T14:48:56.185Z] PASS [2022-03-25T14:48:56.185Z] ok github.com/docker/docker/integration/service 0.319s [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === Skipped [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:48:56.638Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:48:56.638Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-25T14:48:56.638Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-25T14:48:56.638Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-25T14:48:56.638Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-25T14:48:56.638Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-25T14:48:56.638Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-25T14:48:56.638Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2022-03-25T14:48:56.638Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-03-25T14:48:56.638Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-25T14:48:56.638Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-25T14:48:56.638Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-25T14:48:56.638Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-25T14:48:56.638Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-25T14:48:56.638Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-25T14:48:56.638Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-25T14:48:56.638Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-25T14:48:56.638Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.01s) [2022-03-25T14:48:56.638Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-25T14:48:56.638Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-25T14:48:56.638Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-25T14:48:56.638Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-25T14:48:56.638Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:48:56.638Z] [2022-03-25T14:48:56.638Z] DONE 24 tests, 23 skipped in 3.192s [2022-03-25T14:48:56.638Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-25T14:48:56.738Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-25T14:48:58.105Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-25T14:48:58.670Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-25T14:48:58.841Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:48:58.841Z] INFO: Testing against a local daemon [2022-03-25T14:48:58.841Z] === RUN TestSessionCreate [2022-03-25T14:48:58.841Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-25T14:48:58.841Z] --- SKIP: TestSessionCreate (0.01s) [2022-03-25T14:48:58.841Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-25T14:48:58.841Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-25T14:48:58.841Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-25T14:48:58.841Z] PASS [2022-03-25T14:48:58.841Z] ok github.com/docker/docker/integration/session 0.101s [2022-03-25T14:48:58.841Z] [2022-03-25T14:48:58.841Z] === Skipped [2022-03-25T14:48:58.841Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.01s) [2022-03-25T14:48:58.841Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-25T14:48:58.841Z] [2022-03-25T14:48:58.841Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-25T14:48:58.841Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-25T14:48:58.841Z] [2022-03-25T14:48:58.841Z] DONE 2 tests, 2 skipped in 2.110s [2022-03-25T14:48:58.841Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-25T14:48:58.928Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-25T14:48:59.493Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-25T14:48:59.534Z] time="2022-03-25T14:48:58Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-25T14:48:59.534Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-25T14:48:59.534Z] === RUN TestParallelCreate [2022-03-25T14:48:59.534Z] 2022/03/25 14:48:58 Closing DB instances... [2022-03-25T14:48:59.534Z] --- PASS: TestParallelCreate (0.02s) [2022-03-25T14:48:59.534Z] === RUN TestParallelDelete [2022-03-25T14:48:59.534Z] 2022/03/25 14:48:58 Closing DB instances... [2022-03-25T14:48:59.534Z] --- PASS: TestParallelDelete (0.02s) [2022-03-25T14:48:59.534Z] === RUN TestNetworkDBIslands [2022-03-25T14:48:59.534Z] time="2022-03-25T14:48:58Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:69af47b098fa with config:&{NodeID:69af47b098fa 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-25T14:48:59.534Z] time="2022-03-25T14:48:58Z" level=info msg="Node 69af47b098fa/172.19.161.83, joined gossip cluster" [2022-03-25T14:48:59.534Z] time="2022-03-25T14:48:58Z" level=info msg="Node 69af47b098fa/172.19.161.83, added to nodes list" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:452dca002a22 with config:&{NodeID:452dca002a22 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-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=info msg="Node 452dca002a22/172.19.161.83, joined gossip cluster" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=info msg="Node 452dca002a22/172.19.161.83, added to nodes list" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=info msg="Node 452dca002a22/172.19.161.83, joined gossip cluster" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=info msg="Node 452dca002a22/172.19.161.83, added to nodes list" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=info msg="Node 69af47b098fa/172.19.161.83, joined gossip cluster" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=info msg="Node 69af47b098fa/172.19.161.83, added to nodes list" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:fc978599d508 with config:&{NodeID:fc978599d508 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-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="Node fc978599d508/172.19.161.83, joined gossip cluster" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="Node fc978599d508/172.19.161.83, added to nodes list" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="Node fc978599d508/172.19.161.83, joined gossip cluster" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="Node fc978599d508/172.19.161.83, added to nodes list" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="Node 69af47b098fa/172.19.161.83, joined gossip cluster" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="Node 69af47b098fa/172.19.161.83, added to nodes list" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="Node 452dca002a22/172.19.161.83, joined gossip cluster" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=info msg="Node 452dca002a22/172.19.161.83, added to nodes list" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-25T14:48:59.535Z] time="2022-03-25T14:48:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node fc978599d508/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node fc978599d508/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:186b2558c6c8 with config:&{NodeID:186b2558c6c8 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-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node 186b2558c6c8/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node 186b2558c6c8/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node 186b2558c6c8/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node 186b2558c6c8/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node 452dca002a22/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node 452dca002a22/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node fc978599d508/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node fc978599d508/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node 69af47b098fa/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=info msg="Node 69af47b098fa/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-03-25T14:49:00.003Z] time="2022-03-25T14:48:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 186b2558c6c8/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 186b2558c6c8/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 186b2558c6c8/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 186b2558c6c8/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:618f46809f9f with config:&{NodeID:618f46809f9f 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-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 69af47b098fa/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 69af47b098fa/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node fc978599d508/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node fc978599d508/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 186b2558c6c8/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 186b2558c6c8/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 452dca002a22/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=info msg="Node 452dca002a22/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-25T14:49:00.473Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-03-25T14:49:00.860Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to nodes list" [2022-03-25T14:49:00.941Z] networkdb_test.go:835: Re-joining: 3 [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=info msg="The new bootstrap node list is:[172.19.161.83:10033 172.19.161.83:10034 172.19.161.83:10035]" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49371" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10033" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49372" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10034" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10035" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49373" [2022-03-25T14:49:00.941Z] networkdb_test.go:835: Re-joining: 4 [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=info msg="The new bootstrap node list is:[172.19.161.83:10033 172.19.161.83:10034 172.19.161.83:10035]" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10033" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49374" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10034" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49375" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10035" [2022-03-25T14:49:00.941Z] time="2022-03-25T14:49:00Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49376" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="node 0 leaving" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa change state NodeActive --> NodeLeft" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="node4(186b2558c6c8): Node leave event for 69af47b098fa/172.19.161.83" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa change state NodeActive --> NodeLeft" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="node2(452dca002a22): Node leave event for 69af47b098fa/172.19.161.83" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa change state NodeActive --> NodeLeft" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="node5(618f46809f9f): Node leave event for 69af47b098fa/172.19.161.83" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa change state NodeActive --> NodeLeft" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="node1(69af47b098fa): Node leave event for 69af47b098fa/172.19.161.83" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa change state NodeActive --> NodeLeft" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="node3(fc978599d508): Node leave event for 69af47b098fa/172.19.161.83" [2022-03-25T14:49:01.411Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa/172.19.161.83, left gossip cluster" [2022-03-25T14:49:01.804Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:49:01.804Z] INFO: Testing against a local daemon [2022-03-25T14:49:01.804Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:49:01.804Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:49:01.804Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:49:01.804Z] === RUN TestDiskUsage [2022-03-25T14:49:01.804Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-25T14:49:01.804Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-25T14:49:01.804Z] === RUN TestEventsExecDie [2022-03-25T14:49:01.804Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-25T14:49:01.804Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-25T14:49:01.804Z] === RUN TestEventsBackwardsCompatible [2022-03-25T14:49:01.804Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-25T14:49:01.804Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-25T14:49:01.804Z] === RUN TestEventsVolumeCreate [2022-03-25T14:49:01.804Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-25T14:49:01.804Z] --- SKIP: TestEventsVolumeCreate (0.01s) [2022-03-25T14:49:01.804Z] === RUN TestInfoAPI [2022-03-25T14:49:01.804Z] --- PASS: TestInfoAPI (0.05s) [2022-03-25T14:49:01.804Z] === RUN TestInfoAPIWarnings [2022-03-25T14:49:01.804Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:49:01.804Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-25T14:49:01.804Z] === RUN TestInfoDebug [2022-03-25T14:49:01.804Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:49:01.805Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-25T14:49:01.805Z] === RUN TestInfoInsecureRegistries [2022-03-25T14:49:01.805Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:49:01.805Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-25T14:49:01.805Z] === RUN TestInfoRegistryMirrors [2022-03-25T14:49:01.805Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:49:01.805Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-25T14:49:01.805Z] === RUN TestLoginFailsWithBadCredentials [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa/172.19.161.83, left gossip cluster" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa/172.19.161.83, left gossip cluster" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa/172.19.161.83, left gossip cluster" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 69af47b098fa/172.19.161.83, left gossip cluster" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="node 1 leaving" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22 change state NodeActive --> NodeLeft" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="node5(618f46809f9f): Node leave event for 452dca002a22/172.19.161.83" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22 change state NodeActive --> NodeLeft" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="node4(186b2558c6c8): Node leave event for 452dca002a22/172.19.161.83" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22/172.19.161.83, left gossip cluster" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22 change state NodeActive --> NodeFailed" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22/172.19.161.83, added to failed nodes list" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22 change state NodeActive --> NodeLeft" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=info msg="node3(fc978599d508): Node leave event for 452dca002a22/172.19.161.83" [2022-03-25T14:49:01.879Z] time="2022-03-25T14:49:01Z" level=error msg="node: 452dca002a22 is unknown to memberlist" [2022-03-25T14:49:02.276Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2022-03-25T14:49:02.276Z] === RUN TestPingCacheHeaders [2022-03-25T14:49:02.276Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-25T14:49:02.276Z] === RUN TestPingGet [2022-03-25T14:49:02.276Z] --- PASS: TestPingGet (0.06s) [2022-03-25T14:49:02.276Z] === RUN TestPingHead [2022-03-25T14:49:02.276Z] --- PASS: TestPingHead (0.05s) [2022-03-25T14:49:02.276Z] === RUN TestVersion [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22/172.19.161.83, left gossip cluster" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22/172.19.161.83, left gossip cluster" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:01Z" level=info msg="Node 452dca002a22/172.19.161.83, left gossip cluster" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=info msg="node 2 leaving" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=info msg="Node fc978599d508 change state NodeActive --> NodeLeft" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=info msg="node5(618f46809f9f): Node leave event for fc978599d508/172.19.161.83" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=info msg="Node fc978599d508 change state NodeActive --> NodeLeft" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=info msg="node4(186b2558c6c8): Node leave event for fc978599d508/172.19.161.83" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=info msg="Node fc978599d508 change state NodeActive --> NodeLeft" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=info msg="node3(fc978599d508): Node leave event for fc978599d508/172.19.161.83" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=debug msg="memberlist: Failed ping: 452dca002a22 (timeout reached)" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.161.83:10035: use of closed network connection" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.161.83:10036: use of closed network connection" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.161.83:10037: use of closed network connection" [2022-03-25T14:49:02.348Z] time="2022-03-25T14:49:02Z" level=info msg="Node fc978599d508/172.19.161.83, left gossip cluster" [2022-03-25T14:49:02.746Z] --- PASS: TestVersion (0.05s) [2022-03-25T14:49:02.746Z] PASS [2022-03-25T14:49:02.746Z] ok github.com/docker/docker/integration/system 1.337s [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === Skipped [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:49:02.746Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-25T14:49:02.746Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-25T14:49:02.746Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-25T14:49:02.746Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.01s) [2022-03-25T14:49:02.746Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-25T14:49:02.746Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-25T14:49:02.746Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-25T14:49:02.746Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-25T14:49:02.746Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:49:02.746Z] [2022-03-25T14:49:02.746Z] DONE 15 tests, 9 skipped in 3.654s [2022-03-25T14:49:02.746Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="Node fc978599d508/172.19.161.83, left gossip cluster" [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="Node fc978599d508/172.19.161.83, left gossip cluster" [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="memberlist: Suspect 452dca002a22 has failed, no acks received" [2022-03-25T14:49:02.816Z] networkdb_test.go:867: node4: OK [2022-03-25T14:49:02.816Z] networkdb_test.go:867: node5: OK [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="node 0 coming back" [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:57e7e90371c6 with config:&{NodeID:57e7e90371c6 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-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="Node 57e7e90371c6/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="Node 57e7e90371c6/172.19.161.83, added to nodes list" [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="node 1 coming back" [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:4520e9f9c34d with config:&{NodeID:4520e9f9c34d 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-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, added to nodes list" [2022-03-25T14:49:02.816Z] time="2022-03-25T14:49:02Z" level=info msg="node 2 coming back" [2022-03-25T14:49:02.817Z] time="2022-03-25T14:49:02Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:01772ed695aa with config:&{NodeID:01772ed695aa 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-25T14:49:02.817Z] time="2022-03-25T14:49:02Z" level=info msg="Node 01772ed695aa/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:02.817Z] time="2022-03-25T14:49:02Z" level=info msg="Node 01772ed695aa/172.19.161.83, added to nodes list" [2022-03-25T14:49:03.379Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-25T14:49:03.379Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-25T14:49:03.379Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-25T14:49:03.379Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-25T14:49:03.635Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-25T14:49:03.635Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-25T14:49:03.635Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-25T14:49:04.197Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-25T14:49:04.969Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:49:04.969Z] INFO: Testing against a local daemon [2022-03-25T14:49:04.969Z] === RUN TestVolumesCreateAndList [2022-03-25T14:49:04.969Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-25T14:49:04.969Z] === RUN TestVolumesRemove [2022-03-25T14:49:04.969Z] --- PASS: TestVolumesRemove (0.14s) [2022-03-25T14:49:04.969Z] === RUN TestVolumesInspect [2022-03-25T14:49:04.969Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-25T14:49:04.969Z] === RUN TestVolumesInvalidJSON [2022-03-25T14:49:04.969Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-25T14:49:04.969Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-25T14:49:04.969Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-25T14:49:04.969Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-25T14:49:04.969Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-25T14:49:04.969Z] PASS [2022-03-25T14:49:04.969Z] ok github.com/docker/docker/integration/volume 0.337s [2022-03-25T14:49:05.124Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-25T14:49:05.440Z] [2022-03-25T14:49:05.440Z] DONE 5 tests in 2.503s [2022-03-25T14:49:05.440Z] INFO: make.ps1 ended at 03/25/2022 14:49:05 [2022-03-25T14:49:05.440Z] INFO: Integration CLI tests being run from the host: [2022-03-25T14:49:05.440Z] 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-25T14:49:06.052Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-25T14:49:06.610Z] time="2022-03-25T14:49:05Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.161.83:10033 172.19.161.83:10034 172.19.161.83:10035]" [2022-03-25T14:49:06.610Z] time="2022-03-25T14:49:06Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.161.83:10033 172.19.161.83:10034 172.19.161.83:10035]" [2022-03-25T14:49:06.615Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49378" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10033" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 618f46809f9f/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 186b2558c6c8/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 186b2558c6c8/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, is the new incarnation of the shutdown node 69af47b098fa/172.19.161.83" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10034" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49379" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 618f46809f9f/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 186b2558c6c8/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 186b2558c6c8/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, is the new incarnation of the shutdown node 452dca002a22/172.19.161.83" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10035" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49380" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 618f46809f9f/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 186b2558c6c8/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 186b2558c6c8/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, is the new incarnation of the shutdown node fc978599d508/172.19.161.83" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, is the new incarnation of the shutdown node 452dca002a22/172.19.161.83" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, is the new incarnation of the shutdown node 69af47b098fa/172.19.161.83" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 57e7e90371c6/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, is the new incarnation of the shutdown node fc978599d508/172.19.161.83" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, joined gossip cluster" [2022-03-25T14:49:07.079Z] time="2022-03-25T14:49:06Z" level=info msg="Node 01772ed695aa/172.19.161.83, added to nodes list" [2022-03-25T14:49:07.548Z] time="2022-03-25T14:49:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10033" [2022-03-25T14:49:07.548Z] time="2022-03-25T14:49:07Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49381" [2022-03-25T14:49:07.548Z] time="2022-03-25T14:49:07Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49382" [2022-03-25T14:49:07.548Z] time="2022-03-25T14:49:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10034" [2022-03-25T14:49:07.548Z] time="2022-03-25T14:49:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.161.83:10035" [2022-03-25T14:49:07.548Z] time="2022-03-25T14:49:07Z" level=debug msg="memberlist: Stream connection from=172.19.161.83:49383" [2022-03-25T14:49:08.017Z] 2022/03/25 14:49:07 Closing DB instances... [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="Node 57e7e90371c6 change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="node2(4520e9f9c34d): Node leave event for 57e7e90371c6/172.19.161.83" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="Node 57e7e90371c6 change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="node3(01772ed695aa): Node leave event for 57e7e90371c6/172.19.161.83" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="Node 57e7e90371c6 change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="node4(186b2558c6c8): Node leave event for 57e7e90371c6/172.19.161.83" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="Node 57e7e90371c6 change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="node1(57e7e90371c6): Node leave event for 57e7e90371c6/172.19.161.83" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="Node 57e7e90371c6 change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.017Z] time="2022-03-25T14:49:07Z" level=info msg="node5(618f46809f9f): Node leave event for 57e7e90371c6/172.19.161.83" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 57e7e90371c6/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 57e7e90371c6/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 57e7e90371c6/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 57e7e90371c6/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 57e7e90371c6/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 4520e9f9c34d change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="node4(186b2558c6c8): Node leave event for 4520e9f9c34d/172.19.161.83" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 4520e9f9c34d change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="node5(618f46809f9f): Node leave event for 4520e9f9c34d/172.19.161.83" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 4520e9f9c34d change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="node3(01772ed695aa): Node leave event for 4520e9f9c34d/172.19.161.83" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="Node 4520e9f9c34d change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.487Z] time="2022-03-25T14:49:08Z" level=info msg="node2(4520e9f9c34d): Node leave event for 4520e9f9c34d/172.19.161.83" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 4520e9f9c34d/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 01772ed695aa change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="node5(618f46809f9f): Node leave event for 01772ed695aa/172.19.161.83" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 01772ed695aa/172.19.161.83, left gossip cluster" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 01772ed695aa change state NodeActive --> NodeFailed" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 01772ed695aa/172.19.161.83, added to failed nodes list" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 01772ed695aa change state NodeActive --> NodeLeft" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="node4(186b2558c6c8): Node leave event for 01772ed695aa/172.19.161.83" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=error msg="node: 01772ed695aa is unknown to memberlist" [2022-03-25T14:49:08.957Z] time="2022-03-25T14:49:08Z" level=info msg="Node 01772ed695aa/172.19.161.83, left gossip cluster" [2022-03-25T14:49:09.425Z] time="2022-03-25T14:49:08Z" level=info msg="Node 01772ed695aa/172.19.161.83, left gossip cluster" [2022-03-25T14:49:09.425Z] time="2022-03-25T14:49:09Z" level=debug msg="memberlist: Failed ping: 01772ed695aa (timeout reached)" [2022-03-25T14:49:09.425Z] time="2022-03-25T14:49:09Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.19.161.83:10037: use of closed network connection" [2022-03-25T14:49:09.425Z] time="2022-03-25T14:49:09Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.19.161.83:10036: use of closed network connection" [2022-03-25T14:49:09.425Z] time="2022-03-25T14:49:09Z" level=info msg="Node 186b2558c6c8 change state NodeActive --> NodeLeft" [2022-03-25T14:49:09.425Z] time="2022-03-25T14:49:09Z" level=info msg="node5(618f46809f9f): Node leave event for 186b2558c6c8/172.19.161.83" [2022-03-25T14:49:09.425Z] time="2022-03-25T14:49:09Z" level=info msg="Node 186b2558c6c8 change state NodeActive --> NodeLeft" [2022-03-25T14:49:09.425Z] time="2022-03-25T14:49:09Z" level=info msg="node4(186b2558c6c8): Node leave event for 186b2558c6c8/172.19.161.83" [2022-03-25T14:49:09.894Z] time="2022-03-25T14:49:09Z" level=info msg="Node 186b2558c6c8/172.19.161.83, left gossip cluster" [2022-03-25T14:49:09.894Z] time="2022-03-25T14:49:09Z" level=info msg="memberlist: Suspect 01772ed695aa has failed, no acks received" [2022-03-25T14:49:10.363Z] time="2022-03-25T14:49:09Z" level=info msg="Node 186b2558c6c8/172.19.161.83, left gossip cluster" [2022-03-25T14:49:10.832Z] time="2022-03-25T14:49:10Z" level=info msg="Node 618f46809f9f/172.19.161.83, left gossip cluster" [2022-03-25T14:49:10.832Z] time="2022-03-25T14:49:10Z" level=info msg="Node 618f46809f9f change state NodeActive --> NodeFailed" [2022-03-25T14:49:10.832Z] time="2022-03-25T14:49:10Z" level=info msg="Node 618f46809f9f/172.19.161.83, added to failed nodes list" [2022-03-25T14:49:10.832Z] --- PASS: TestNetworkDBIslands (11.89s) [2022-03-25T14:49:10.832Z] PASS [2022-03-25T14:49:10.832Z] coverage: 60.4% of statements [2022-03-25T14:49:10.832Z] ok github.com/docker/docker/libnetwork/networkdb 106.748s coverage: 60.4% of statements [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/quota [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/rootless [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/volume [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-25T14:49:10.832Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-25T14:49:13.158Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-25T14:49:13.158Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-25T14:49:13.158Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-25T14:49:14.524Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-25T14:49:14.524Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-25T14:49:14.524Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === Skipped [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-25T14:49:14.625Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-25T14:49:14.625Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-25T14:49:14.625Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-25T14:49:14.625Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-25T14:49:14.625Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-25T14:49:14.625Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-25T14:49:14.625Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-25T14:49:14.625Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-25T14:49:14.625Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-25T14:49:14.625Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-25T14:49:14.625Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-25T14:49:14.625Z] daemon_test.go:145: root required [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-25T14:49:14.625Z] reload_test.go:342: root required [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-25T14:49:14.625Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-25T14:49:14.625Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-25T14:49:14.625Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-25T14:49:14.625Z] download_test.go:267: Needs fixing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-25T14:49:14.625Z] layer_test.go:291: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-25T14:49:14.625Z] layer_test.go:340: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-25T14:49:14.625Z] layer_test.go:455: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-25T14:49:14.625Z] layer_test.go:684: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-25T14:49:14.625Z] migration_test.go:45: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-25T14:49:14.625Z] migration_test.go:181: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-25T14:49:14.625Z] mount_test.go:17: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-25T14:49:14.625Z] mount_test.go:76: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-25T14:49:14.625Z] mount_test.go:125: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-25T14:49:14.625Z] mount_test.go:212: Failing on Windows [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-25T14:49:14.625Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-25T14:49:14.625Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-25T14:49:14.625Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-25T14:49:14.625Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-25T14:49:14.625Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-25T14:49:14.625Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-25T14:49:14.625Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-25T14:49:14.625Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-25T14:49:14.625Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-25T14:49:14.625Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-25T14:49:14.625Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-25T14:49:14.625Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-25T14:49:14.625Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-25T14:49:14.625Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-25T14:49:14.625Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-25T14:49:14.625Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-25T14:49:14.625Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-25T14:49:14.625Z] archive_test.go:133: Xz not present in msys2 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-25T14:49:14.625Z] archive_test.go:140: zstd not installed [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-25T14:49:14.625Z] archive_test.go:252: Failing on Windows CI machines [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-25T14:49:14.625Z] archive_windows_test.go:16: Currently fails [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-25T14:49:14.625Z] changes_test.go:196: needs more investigation [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-25T14:49:14.625Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-25T14:49:14.625Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-25T14:49:14.625Z] changes_test.go:433: needs further investigation [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-25T14:49:14.625Z] changes_test.go:469: needs further investigation [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-25T14:49:14.625Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-25T14:49:14.625Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.625Z] [2022-03-25T14:49:14.625Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-25T14:49:14.626Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-25T14:49:14.626Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-25T14:49:14.626Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-25T14:49:14.626Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:49:14.626Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-25T14:49:14.626Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-25T14:49:14.626Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-25T14:49:14.626Z] poller_test.go:40: No chmod on Windows [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-25T14:49:14.626Z] fileutils_test.go:133: Needs porting to Windows [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-25T14:49:14.626Z] fileutils_test.go:179: Needs porting to Windows [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-25T14:49:14.626Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-25T14:49:14.626Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-25T14:49:14.626Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-25T14:49:14.626Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-25T14:49:14.626Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-25T14:49:14.626Z] [2022-03-25T14:49:14.626Z] DONE 2092 tests, 70 skipped in 320.768s [2022-03-25T14:49:14.626Z] INFO: make.ps1 ended at 03/25/2022 14:49:14 [2022-03-25T14:49:14.780Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-25T14:49:15.344Z] docker_api_swarm_service_test.go:100: [daa7691d5b816] joining swarm manager [d6f93512797c7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:49:15.906Z] docker_api_swarm_service_test.go:101: [d0a109b49b1fe] joining swarm manager [d6f93512797c7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:49:16.192Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-25T14:49:16.192Z] INFO: Unit tests ended at 03/25/2022 14:49:16. Duration:00:05:37.8459502 [2022-03-25T14:49:16.192Z] INFO: Building busybox [2022-03-25T14:49:16.192Z] Sending build context to Docker daemon 5.12kB [2022-03-25T14:49:16.192Z] [2022-03-25T14:49:16.192Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-25T14:49:16.192Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-25T14:49:16.192Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-25T14:49:16.192Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-25T14:49:16.192Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-25T14:49:16.192Z] ---> 02f938cacc3b [2022-03-25T14:49:16.192Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-25T14:49:16.661Z] ---> Running in dd7ec03d57b4 [2022-03-25T14:49:17.274Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-25T14:49:17.981Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-25T14:49:17.981Z] INFO: Testing against a local daemon [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-25T14:49:17.981Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-25T14:49:17.981Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-25T14:49:17.981Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-25T14:49:18.453Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-25T14:49:18.453Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-25T14:49:18.663Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-25T14:49:19.444Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-25T14:49:19.914Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-25T14:49:21.184Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-25T14:49:22.114Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-25T14:49:22.370Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-25T14:49:22.370Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-25T14:49:23.832Z] Removing intermediate container dd7ec03d57b4 [2022-03-25T14:49:23.832Z] ---> e98bb1630f5d [2022-03-25T14:49:23.832Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-25T14:49:23.832Z] ---> Running in 2bf0a84caeb5 [2022-03-25T14:49:23.832Z] Removing intermediate container 2bf0a84caeb5 [2022-03-25T14:49:23.832Z] ---> 080aae7b0933 [2022-03-25T14:49:23.832Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-25T14:49:23.832Z] ---> Running in a4f61c5e26f7 [2022-03-25T14:49:23.832Z] Removing intermediate container a4f61c5e26f7 [2022-03-25T14:49:23.832Z] ---> e4c9ec4f8ab2 [2022-03-25T14:49:23.832Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-25T14:49:24.889Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-25T14:49:25.147Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-25T14:49:25.401Z] [2022-03-25T14:49:25.403Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-25T14:49:25.873Z] ---> a828ae0d6ba5 [2022-03-25T14:49:25.873Z] 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-25T14:49:25.873Z] ---> Running in 8bb72a67f336 [2022-03-25T14:49:26.769Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-25T14:49:27.332Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-25T14:49:28.261Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-25T14:49:29.192Z] === RUN TestDockerSuite/TestRmiTag [2022-03-25T14:49:29.192Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-25T14:49:29.755Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-25T14:49:32.275Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-25T14:49:33.025Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-25T14:49:33.591Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-25T14:49:33.591Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-25T14:49:34.960Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-25T14:49:35.217Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-25T14:49:35.473Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-25T14:49:36.036Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-25T14:49:36.036Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-25T14:49:36.293Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-25T14:49:36.434Z] Removing intermediate container 8bb72a67f336 [2022-03-25T14:49:36.434Z] ---> 8549db49fd3c [2022-03-25T14:49:36.434Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-25T14:49:36.434Z] ---> Running in d009e4c546ca [2022-03-25T14:49:38.183Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-25T14:49:38.184Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-25T14:49:38.652Z] [2022-03-25T14:49:38.652Z] SUCCESS: Specified value was saved. [2022-03-25T14:49:39.114Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-25T14:49:39.679Z] check_test.go:379: [daa7691d5b816] daemon is not started [2022-03-25T14:49:39.935Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-25T14:49:40.864Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-25T14:49:41.602Z] Removing intermediate container d009e4c546ca [2022-03-25T14:49:41.602Z] ---> 58206b4cb167 [2022-03-25T14:49:41.602Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-25T14:49:41.602Z] ---> Running in cc249cba19dd [2022-03-25T14:49:41.810Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-25T14:49:42.374Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-25T14:49:42.938Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-25T14:49:43.499Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-25T14:49:44.061Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-25T14:49:44.623Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-25T14:49:44.879Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-25T14:49:45.135Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-25T14:49:46.066Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-25T14:49:46.362Z] Cannot create a file when that file already exists. [2022-03-25T14:49:46.629Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-25T14:49:47.192Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-25T14:49:47.192Z] docker_api_swarm_service_test.go:533: [dae86742e86e3] joining swarm manager [d01cc0f9c8a99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:49:47.755Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-25T14:49:47.755Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-25T14:49:48.684Z] docker_api_swarm_service_test.go:534: [d6662ad2777e5] joining swarm manager [d01cc0f9c8a99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:49:49.247Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-25T14:49:49.809Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-25T14:49:50.065Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-25T14:49:50.997Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-25T14:49:51.927Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-25T14:49:51.927Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-25T14:49:52.226Z] Removing intermediate container cc249cba19dd [2022-03-25T14:49:52.226Z] ---> ec0c5f3cf0e5 [2022-03-25T14:49:52.226Z] Step 13/13 : CMD ["sh"] [2022-03-25T14:49:52.226Z] ---> Running in 4df23e3b9922 [2022-03-25T14:49:52.490Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-25T14:49:52.696Z] Removing intermediate container 4df23e3b9922 [2022-03-25T14:49:52.696Z] ---> 0acc11ce00cd [2022-03-25T14:49:52.696Z] Successfully built 0acc11ce00cd [2022-03-25T14:49:52.696Z] Successfully tagged busybox:latest [2022-03-25T14:49:52.696Z] INFO: Docker images of the daemon under test [2022-03-25T14:49:52.696Z] [2022-03-25T14:49:52.696Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-25T14:49:52.696Z] busybox latest 0acc11ce00cd Less than a second ago 5.01GB [2022-03-25T14:49:52.696Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 3 weeks ago 4.96GB [2022-03-25T14:49:52.696Z] microsoft/windowsservercore latest 02f938cacc3b 3 weeks ago 4.96GB [2022-03-25T14:49:52.696Z] [2022-03-25T14:49:52.696Z] INFO: Running integration tests at 03/25/2022 14:49:52... [2022-03-25T14:49:52.696Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-25T14:49:52.696Z] INFO: Integration API tests being run from the host: [2022-03-25T14:49:53.053Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-25T14:49:53.167Z] INFO: make.ps1 starting at 03/25/2022 14:49:52 [2022-03-25T14:49:53.616Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-25T14:49:54.159Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-25T14:49:54.179Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-25T14:49:54.741Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-25T14:49:54.741Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-25T14:49:55.670Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-25T14:49:55.670Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-25T14:49:56.233Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-25T14:49:56.796Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-25T14:49:57.361Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-25T14:49:57.618Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-25T14:49:57.618Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-25T14:49:58.181Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-25T14:49:59.110Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-25T14:50:00.039Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-25T14:50:00.966Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-25T14:50:01.530Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-25T14:50:01.801Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-25T14:50:02.363Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-25T14:50:02.924Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-25T14:50:03.182Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-25T14:50:04.111Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-25T14:50:06.627Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-25T14:50:06.627Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-25T14:50:06.884Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-25T14:50:08.250Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-25T14:50:09.182Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-25T14:50:11.069Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-25T14:50:11.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-25T14:50:12.560Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-25T14:50:12.560Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-25T14:50:12.560Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-25T14:50:12.560Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-25T14:50:12.560Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-25T14:50:12.817Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-25T14:50:13.748Z] docker_api_swarm_service_test.go:148: [d77692a3f0f25] joining swarm manager [d872a3e118377]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:50:14.312Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-25T14:50:14.874Z] docker_api_swarm_service_test.go:148: [dcdd0a54e22ef] joining swarm manager [d872a3e118377]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:50:15.436Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-25T14:50:17.327Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-25T14:50:17.583Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-25T14:50:18.952Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-25T14:50:19.515Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-25T14:50:19.515Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-25T14:50:19.515Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-25T14:50:19.771Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-25T14:50:21.139Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-25T14:50:21.139Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-25T14:50:21.395Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-25T14:50:21.651Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-25T14:50:22.214Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-25T14:50:22.469Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-25T14:50:22.469Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-25T14:50:23.033Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-25T14:50:23.596Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-25T14:50:23.858Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-25T14:50:24.423Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-25T14:50:24.986Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-25T14:50:25.550Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-25T14:50:26.111Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-25T14:50:26.367Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-25T14:50:26.367Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-25T14:50:26.929Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-25T14:50:27.490Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-25T14:50:28.053Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-25T14:50:28.309Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-25T14:50:28.309Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-25T14:50:28.309Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-25T14:50:30.825Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-25T14:50:30.825Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-25T14:50:34.722Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-25T14:50:34.722Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-25T14:50:34.722Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-25T14:50:34.722Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-25T14:50:34.722Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-25T14:50:35.054Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-25T14:50:35.334Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/test/unit [2022-03-25T14:50:35.595Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-25T14:50:35.595Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-25T14:50:35.595Z] + TESTDIRS=./... [2022-03-25T14:50:35.595Z] + exclude_paths='/vendor/|/integration' [2022-03-25T14:50:35.595Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-25T14:50:35.595Z] ++ go list ./... [2022-03-25T14:50:36.535Z] + pkg_list='github.com/docker/docker/api [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/backend [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/container [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/events [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/filters [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/image [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/mount [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/network [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/registry [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/time [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/versions [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/volume [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:50:36.535Z] github.com/docker/docker/cli [2022-03-25T14:50:36.535Z] github.com/docker/docker/cli/config [2022-03-25T14:50:36.535Z] github.com/docker/docker/cli/debug [2022-03-25T14:50:36.535Z] github.com/docker/docker/client [2022-03-25T14:50:36.535Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:50:36.535Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:50:36.535Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:50:36.535Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:50:36.535Z] github.com/docker/docker/container [2022-03-25T14:50:36.535Z] github.com/docker/docker/container/stream [2022-03-25T14:50:36.535Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:50:36.535Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:50:36.535Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/config [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/events [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/exec [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/images [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/links [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/names [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/network [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/stats [2022-03-25T14:50:36.535Z] github.com/docker/docker/distribution [2022-03-25T14:50:36.535Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:50:36.535Z] github.com/docker/docker/distribution/utils [2022-03-25T14:50:36.535Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:50:36.535Z] github.com/docker/docker/dockerversion [2022-03-25T14:50:36.535Z] github.com/docker/docker/errdefs [2022-03-25T14:50:36.535Z] github.com/docker/docker/image [2022-03-25T14:50:36.535Z] github.com/docker/docker/image/cache [2022-03-25T14:50:36.535Z] github.com/docker/docker/image/tarexport [2022-03-25T14:50:36.535Z] github.com/docker/docker/image/v1 [2022-03-25T14:50:36.535Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:50:36.535Z] github.com/docker/docker/layer [2022-03-25T14:50:36.535Z] github.com/docker/docker/libcontainerd [2022-03-25T14:50:36.535Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:50:36.535Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:50:36.535Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:50:36.535Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/libnetwork/types [2022-03-25T14:50:36.535Z] github.com/docker/docker/oci [2022-03-25T14:50:36.535Z] github.com/docker/docker/oci/caps [2022-03-25T14:50:36.535Z] github.com/docker/docker/opts [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/archive [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/directory [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/platform [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/pools [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/progress [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/signal [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/stack [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/system [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:50:36.535Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:50:36.535Z] github.com/docker/docker/plugin [2022-03-25T14:50:36.535Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:50:36.535Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:50:36.535Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:50:36.535Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:50:36.535Z] github.com/docker/docker/quota [2022-03-25T14:50:36.535Z] github.com/docker/docker/reference [2022-03-25T14:50:36.535Z] github.com/docker/docker/registry [2022-03-25T14:50:36.535Z] github.com/docker/docker/registry/resumable [2022-03-25T14:50:36.535Z] github.com/docker/docker/restartmanager [2022-03-25T14:50:36.535Z] github.com/docker/docker/rootless [2022-03-25T14:50:36.535Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:50:36.535Z] github.com/docker/docker/runconfig [2022-03-25T14:50:36.535Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/environment [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/registry [2022-03-25T14:50:36.535Z] github.com/docker/docker/testutil/request [2022-03-25T14:50:36.535Z] github.com/docker/docker/volume [2022-03-25T14:50:36.535Z] github.com/docker/docker/volume/drivers [2022-03-25T14:50:36.535Z] github.com/docker/docker/volume/local [2022-03-25T14:50:36.535Z] github.com/docker/docker/volume/mounts [2022-03-25T14:50:36.535Z] github.com/docker/docker/volume/service [2022-03-25T14:50:36.535Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:50:36.535Z] github.com/docker/docker/volume/testutils' [2022-03-25T14:50:36.535Z] ++ grep --fixed-strings -v /libnetwork [2022-03-25T14:50:36.535Z] ++ echo 'github.com/docker/docker/api [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/backend [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/container [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/events [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/filters [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/image [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/mount [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/network [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/registry [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/time [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/versions [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:50:36.535Z] github.com/docker/docker/api/types/volume [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:50:36.535Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:50:36.535Z] github.com/docker/docker/cli [2022-03-25T14:50:36.535Z] github.com/docker/docker/cli/config [2022-03-25T14:50:36.535Z] github.com/docker/docker/cli/debug [2022-03-25T14:50:36.535Z] github.com/docker/docker/client [2022-03-25T14:50:36.535Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:50:36.535Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:50:36.535Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:50:36.535Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:50:36.535Z] github.com/docker/docker/container [2022-03-25T14:50:36.535Z] github.com/docker/docker/container/stream [2022-03-25T14:50:36.535Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:50:36.535Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:50:36.535Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/config [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/events [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/exec [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:50:36.535Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/images [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/links [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/names [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/network [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/stats [2022-03-25T14:50:36.536Z] github.com/docker/docker/distribution [2022-03-25T14:50:36.536Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:50:36.536Z] github.com/docker/docker/distribution/utils [2022-03-25T14:50:36.536Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:50:36.536Z] github.com/docker/docker/dockerversion [2022-03-25T14:50:36.536Z] github.com/docker/docker/errdefs [2022-03-25T14:50:36.536Z] github.com/docker/docker/image [2022-03-25T14:50:36.536Z] github.com/docker/docker/image/cache [2022-03-25T14:50:36.536Z] github.com/docker/docker/image/tarexport [2022-03-25T14:50:36.536Z] github.com/docker/docker/image/v1 [2022-03-25T14:50:36.536Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:50:36.536Z] github.com/docker/docker/layer [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/libnetwork/types [2022-03-25T14:50:36.536Z] github.com/docker/docker/oci [2022-03-25T14:50:36.536Z] github.com/docker/docker/oci/caps [2022-03-25T14:50:36.536Z] github.com/docker/docker/opts [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/archive [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/directory [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/platform [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/pools [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/progress [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/signal [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/stack [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/system [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:50:36.536Z] github.com/docker/docker/plugin [2022-03-25T14:50:36.536Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:50:36.536Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:50:36.536Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:50:36.536Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:50:36.536Z] github.com/docker/docker/quota [2022-03-25T14:50:36.536Z] github.com/docker/docker/reference [2022-03-25T14:50:36.536Z] github.com/docker/docker/registry [2022-03-25T14:50:36.536Z] github.com/docker/docker/registry/resumable [2022-03-25T14:50:36.536Z] github.com/docker/docker/restartmanager [2022-03-25T14:50:36.536Z] github.com/docker/docker/rootless [2022-03-25T14:50:36.536Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:50:36.536Z] github.com/docker/docker/runconfig [2022-03-25T14:50:36.536Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/environment [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/registry [2022-03-25T14:50:36.536Z] github.com/docker/docker/testutil/request [2022-03-25T14:50:36.536Z] github.com/docker/docker/volume [2022-03-25T14:50:36.536Z] github.com/docker/docker/volume/drivers [2022-03-25T14:50:36.536Z] github.com/docker/docker/volume/local [2022-03-25T14:50:36.536Z] github.com/docker/docker/volume/mounts [2022-03-25T14:50:36.536Z] github.com/docker/docker/volume/service [2022-03-25T14:50:36.536Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:50:36.536Z] github.com/docker/docker/volume/testutils' [2022-03-25T14:50:36.536Z] + base_pkg_list='github.com/docker/docker/api [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/backend [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/container [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/events [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/filters [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/image [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/mount [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/network [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/registry [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/time [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/versions [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:50:36.536Z] github.com/docker/docker/api/types/volume [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:50:36.536Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:50:36.536Z] github.com/docker/docker/cli [2022-03-25T14:50:36.536Z] github.com/docker/docker/cli/config [2022-03-25T14:50:36.536Z] github.com/docker/docker/cli/debug [2022-03-25T14:50:36.536Z] github.com/docker/docker/client [2022-03-25T14:50:36.536Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:50:36.536Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:50:36.536Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:50:36.536Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:50:36.536Z] github.com/docker/docker/container [2022-03-25T14:50:36.536Z] github.com/docker/docker/container/stream [2022-03-25T14:50:36.536Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:50:36.536Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:50:36.536Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/config [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/events [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/exec [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/images [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/links [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/names [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/network [2022-03-25T14:50:36.536Z] github.com/docker/docker/daemon/stats [2022-03-25T14:50:36.536Z] github.com/docker/docker/distribution [2022-03-25T14:50:36.536Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:50:36.536Z] github.com/docker/docker/distribution/utils [2022-03-25T14:50:36.536Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:50:36.536Z] github.com/docker/docker/dockerversion [2022-03-25T14:50:36.536Z] github.com/docker/docker/errdefs [2022-03-25T14:50:36.536Z] github.com/docker/docker/image [2022-03-25T14:50:36.536Z] github.com/docker/docker/image/cache [2022-03-25T14:50:36.536Z] github.com/docker/docker/image/tarexport [2022-03-25T14:50:36.536Z] github.com/docker/docker/image/v1 [2022-03-25T14:50:36.536Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:50:36.536Z] github.com/docker/docker/layer [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:50:36.536Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:50:36.536Z] github.com/docker/docker/oci [2022-03-25T14:50:36.536Z] github.com/docker/docker/oci/caps [2022-03-25T14:50:36.536Z] github.com/docker/docker/opts [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/archive [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/directory [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/platform [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/pools [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/progress [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:50:36.536Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/signal [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/stack [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/system [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:50:36.537Z] github.com/docker/docker/plugin [2022-03-25T14:50:36.537Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:50:36.537Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:50:36.537Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:50:36.537Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:50:36.537Z] github.com/docker/docker/quota [2022-03-25T14:50:36.537Z] github.com/docker/docker/reference [2022-03-25T14:50:36.537Z] github.com/docker/docker/registry [2022-03-25T14:50:36.537Z] github.com/docker/docker/registry/resumable [2022-03-25T14:50:36.537Z] github.com/docker/docker/restartmanager [2022-03-25T14:50:36.537Z] github.com/docker/docker/rootless [2022-03-25T14:50:36.537Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:50:36.537Z] github.com/docker/docker/runconfig [2022-03-25T14:50:36.537Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/environment [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/registry [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/request [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/drivers [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/local [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/mounts [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/service [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/testutils' [2022-03-25T14:50:36.537Z] ++ grep --fixed-strings /libnetwork [2022-03-25T14:50:36.537Z] ++ echo 'github.com/docker/docker/api [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/backend [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/container [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/events [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/filters [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/image [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/mount [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/network [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/registry [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/time [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/versions [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:50:36.537Z] github.com/docker/docker/api/types/volume [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:50:36.537Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:50:36.537Z] github.com/docker/docker/cli [2022-03-25T14:50:36.537Z] github.com/docker/docker/cli/config [2022-03-25T14:50:36.537Z] github.com/docker/docker/cli/debug [2022-03-25T14:50:36.537Z] github.com/docker/docker/client [2022-03-25T14:50:36.537Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:50:36.537Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:50:36.537Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:50:36.537Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:50:36.537Z] github.com/docker/docker/container [2022-03-25T14:50:36.537Z] github.com/docker/docker/container/stream [2022-03-25T14:50:36.537Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:50:36.537Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:50:36.537Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/config [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/events [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/exec [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/images [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/links [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/names [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/network [2022-03-25T14:50:36.537Z] github.com/docker/docker/daemon/stats [2022-03-25T14:50:36.537Z] github.com/docker/docker/distribution [2022-03-25T14:50:36.537Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:50:36.537Z] github.com/docker/docker/distribution/utils [2022-03-25T14:50:36.537Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:50:36.537Z] github.com/docker/docker/dockerversion [2022-03-25T14:50:36.537Z] github.com/docker/docker/errdefs [2022-03-25T14:50:36.537Z] github.com/docker/docker/image [2022-03-25T14:50:36.537Z] github.com/docker/docker/image/cache [2022-03-25T14:50:36.537Z] github.com/docker/docker/image/tarexport [2022-03-25T14:50:36.537Z] github.com/docker/docker/image/v1 [2022-03-25T14:50:36.537Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:50:36.537Z] github.com/docker/docker/layer [2022-03-25T14:50:36.537Z] github.com/docker/docker/libcontainerd [2022-03-25T14:50:36.537Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:50:36.537Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:50:36.537Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:50:36.537Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/types [2022-03-25T14:50:36.537Z] github.com/docker/docker/oci [2022-03-25T14:50:36.537Z] github.com/docker/docker/oci/caps [2022-03-25T14:50:36.537Z] github.com/docker/docker/opts [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/archive [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/directory [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/platform [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/pools [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/progress [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/signal [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/stack [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/system [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:50:36.537Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:50:36.537Z] github.com/docker/docker/plugin [2022-03-25T14:50:36.537Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:50:36.537Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:50:36.537Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:50:36.537Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:50:36.537Z] github.com/docker/docker/quota [2022-03-25T14:50:36.537Z] github.com/docker/docker/reference [2022-03-25T14:50:36.537Z] github.com/docker/docker/registry [2022-03-25T14:50:36.537Z] github.com/docker/docker/registry/resumable [2022-03-25T14:50:36.537Z] github.com/docker/docker/restartmanager [2022-03-25T14:50:36.537Z] github.com/docker/docker/rootless [2022-03-25T14:50:36.537Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:50:36.537Z] github.com/docker/docker/runconfig [2022-03-25T14:50:36.537Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/environment [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/registry [2022-03-25T14:50:36.537Z] github.com/docker/docker/testutil/request [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/drivers [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/local [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/mounts [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/service [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:50:36.537Z] github.com/docker/docker/volume/testutils' [2022-03-25T14:50:36.537Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:50:36.537Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/types' [2022-03-25T14:50:36.538Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-25T14:50:36.538Z] + echo 'github.com/docker/docker/libnetwork [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/types' [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:50:36.538Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:50:36.538Z] + type docker-proxy [2022-03-25T14:50:36.538Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-25T14:50:36.538Z] + hack/make.sh binary-proxy install-proxy [2022-03-25T14:50:36.538Z] [2022-03-25T14:50:36.538Z] Removing bundles/ [2022-03-25T14:50:36.797Z] [2022-03-25T14:50:36.797Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-25T14:50:36.797Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-25T14:50:36.797Z] GOOS="" GOARCH="" GOARM="" [2022-03-25T14:50:36.942Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:50:36.942Z] INFO: Testing against a local daemon [2022-03-25T14:50:36.942Z] === RUN TestBuildWithSession [2022-03-25T14:50:36.942Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:50:36.942Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-25T14:50:36.942Z] === RUN TestBuildSquashParent [2022-03-25T14:50:36.942Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:50:36.942Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-25T14:50:36.942Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-25T14:50:36.942Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:50:36.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:50:36.942Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:50:36.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:50:36.942Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:50:36.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:50:36.942Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:50:36.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:50:36.942Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:50:36.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:50:36.942Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:50:36.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:50:36.942Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-25T14:50:36.942Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-25T14:50:36.942Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-25T14:50:36.942Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-25T14:50:42.996Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-25T14:50:42.996Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-25T14:50:43.253Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-25T14:50:43.253Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-25T14:50:43.509Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-25T14:50:43.509Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-25T14:50:43.765Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-25T14:50:44.917Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-25T14:50:44.917Z] [2022-03-25T14:50:44.917Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-25T14:50:44.917Z] Installing docker-proxy to /usr/local/bin/ [2022-03-25T14:50:44.917Z] [2022-03-25T14:50:44.917Z] + mkdir -p bundles [2022-03-25T14:50:44.917Z] + '[' -n 'github.com/docker/docker/api [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/backend/build [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/httpstatus [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/httputils [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/middleware [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/build [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/container [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/debug [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/distribution [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/grpc [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/image [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/network [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/plugin [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/session [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/swarm [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/system [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/server/router/volume [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/backend [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/blkiodev [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/container [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/events [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/filters [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/image [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/mount [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/network [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/registry [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/strslice [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/swarm [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/time [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/versions [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-25T14:50:44.917Z] github.com/docker/docker/api/types/volume [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/builder-next [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/builder-next/worker [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/dockerfile [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/remotecontext [2022-03-25T14:50:44.917Z] github.com/docker/docker/builder/remotecontext/git [2022-03-25T14:50:44.917Z] github.com/docker/docker/cli [2022-03-25T14:50:44.917Z] github.com/docker/docker/cli/config [2022-03-25T14:50:44.917Z] github.com/docker/docker/cli/debug [2022-03-25T14:50:44.917Z] github.com/docker/docker/client [2022-03-25T14:50:44.917Z] github.com/docker/docker/cmd/docker-proxy [2022-03-25T14:50:44.917Z] github.com/docker/docker/cmd/dockerd [2022-03-25T14:50:44.917Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-25T14:50:44.917Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-25T14:50:44.917Z] github.com/docker/docker/container [2022-03-25T14:50:44.917Z] github.com/docker/docker/container/stream [2022-03-25T14:50:44.917Z] github.com/docker/docker/contrib/apparmor [2022-03-25T14:50:44.917Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-25T14:50:44.917Z] github.com/docker/docker/contrib/httpserver [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/cluster [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/cluster/convert [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/cluster/executor [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/cluster/provider [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/config [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/events [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/events/testutils [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/exec [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/images [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/initlayer [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/links [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/listeners [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/gelf [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/journald [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/local [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/logentries [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/splunk [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/syslog [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/logger/templates [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/names [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/network [2022-03-25T14:50:44.917Z] github.com/docker/docker/daemon/stats [2022-03-25T14:50:44.917Z] github.com/docker/docker/distribution [2022-03-25T14:50:44.917Z] github.com/docker/docker/distribution/metadata [2022-03-25T14:50:44.917Z] github.com/docker/docker/distribution/utils [2022-03-25T14:50:44.917Z] github.com/docker/docker/distribution/xfer [2022-03-25T14:50:44.917Z] github.com/docker/docker/dockerversion [2022-03-25T14:50:44.917Z] github.com/docker/docker/errdefs [2022-03-25T14:50:44.917Z] github.com/docker/docker/image [2022-03-25T14:50:44.917Z] github.com/docker/docker/image/cache [2022-03-25T14:50:44.917Z] github.com/docker/docker/image/tarexport [2022-03-25T14:50:44.917Z] github.com/docker/docker/image/v1 [2022-03-25T14:50:44.917Z] github.com/docker/docker/internal/test/suite [2022-03-25T14:50:44.917Z] github.com/docker/docker/layer [2022-03-25T14:50:44.917Z] github.com/docker/docker/libcontainerd [2022-03-25T14:50:44.917Z] github.com/docker/docker/libcontainerd/queue [2022-03-25T14:50:44.917Z] github.com/docker/docker/libcontainerd/remote [2022-03-25T14:50:44.917Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-25T14:50:44.917Z] github.com/docker/docker/libcontainerd/types [2022-03-25T14:50:44.917Z] github.com/docker/docker/oci [2022-03-25T14:50:44.917Z] github.com/docker/docker/oci/caps [2022-03-25T14:50:44.917Z] github.com/docker/docker/opts [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/aaparser [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/archive [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/authorization [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/broadcaster [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/capabilities [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/chrootarchive [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/containerfs [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/devicemapper [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/directory [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/dmesg [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/filenotify [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/fileutils [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/fsutils [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/homedir [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/idtools [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/ioutils [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/jsonmessage [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/longpath [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/loopback [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/namesgenerator [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/parsers [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/pidfile [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/platform [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/plugingetter [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/plugins [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/plugins/transport [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/pools [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/progress [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/pubsub [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/reexec [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/signal [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/stack [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/stdcopy [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/streamformatter [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/stringid [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/sysinfo [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/system [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/tailfile [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/tarsum [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/truncindex [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/urlutil [2022-03-25T14:50:44.917Z] github.com/docker/docker/pkg/useragent [2022-03-25T14:50:44.917Z] github.com/docker/docker/plugin [2022-03-25T14:50:44.917Z] github.com/docker/docker/plugin/executor/containerd [2022-03-25T14:50:44.917Z] github.com/docker/docker/plugin/v2 [2022-03-25T14:50:44.917Z] github.com/docker/docker/profiles/apparmor [2022-03-25T14:50:44.917Z] github.com/docker/docker/profiles/seccomp [2022-03-25T14:50:44.917Z] github.com/docker/docker/quota [2022-03-25T14:50:44.917Z] github.com/docker/docker/reference [2022-03-25T14:50:44.917Z] github.com/docker/docker/registry [2022-03-25T14:50:44.917Z] github.com/docker/docker/registry/resumable [2022-03-25T14:50:44.917Z] github.com/docker/docker/restartmanager [2022-03-25T14:50:44.917Z] github.com/docker/docker/rootless [2022-03-25T14:50:44.917Z] github.com/docker/docker/rootless/specconv [2022-03-25T14:50:44.917Z] github.com/docker/docker/runconfig [2022-03-25T14:50:44.917Z] github.com/docker/docker/runconfig/opts [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/daemon [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/environment [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/fakecontext [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/fakegit [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/fakestorage [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/fixtures/load [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/registry [2022-03-25T14:50:44.917Z] github.com/docker/docker/testutil/request [2022-03-25T14:50:44.917Z] github.com/docker/docker/volume [2022-03-25T14:50:44.917Z] github.com/docker/docker/volume/drivers [2022-03-25T14:50:44.917Z] github.com/docker/docker/volume/local [2022-03-25T14:50:44.917Z] github.com/docker/docker/volume/mounts [2022-03-25T14:50:44.917Z] github.com/docker/docker/volume/service [2022-03-25T14:50:44.917Z] github.com/docker/docker/volume/service/opts [2022-03-25T14:50:44.917Z] github.com/docker/docker/volume/testutils' ']' [2022-03-25T14:50:44.918Z] + 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/httpstatus 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/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/longpath github.com/docker/docker/pkg/loopback 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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-25T14:50:44.918Z] ? github.com/docker/docker/api [no test files] [2022-03-25T14:50:45.656Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-25T14:50:46.584Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-25T14:50:47.407Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-25T14:50:47.407Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-25T14:50:47.407Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-25T14:50:47.407Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-25T14:50:47.407Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-25T14:50:47.515Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-25T14:50:47.863Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-25T14:50:48.825Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-25T14:50:48.825Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-25T14:50:48.825Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-25T14:50:48.825Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-25T14:50:48.825Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-25T14:50:48.825Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-25T14:50:48.825Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-25T14:50:49.281Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-25T14:50:50.782Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-25T14:50:50.809Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-25T14:50:53.299Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-25T14:50:53.299Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-25T14:50:53.863Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-25T14:50:54.532Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-25T14:50:54.792Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-25T14:50:54.792Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-25T14:50:54.792Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-25T14:50:55.736Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-25T14:50:56.667Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-25T14:50:56.700Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-25T14:50:56.700Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-25T14:50:56.700Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-25T14:50:56.700Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-25T14:50:56.700Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-25T14:50:56.701Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-25T14:50:57.596Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-25T14:50:57.596Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-25T14:50:57.853Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-25T14:50:58.293Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-25T14:50:58.293Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-25T14:50:58.782Z] === RUN TestDockerSuite/TestRunMount [2022-03-25T14:51:01.372Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-25T14:51:02.953Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-25T14:51:03.005Z] ok github.com/docker/docker/api/server 0.018s coverage: 7.9% of statements [2022-03-25T14:51:03.516Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-25T14:51:03.772Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-25T14:51:04.702Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-25T14:51:06.590Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-25T14:51:08.738Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2022-03-25T14:51:08.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (18.97s) [2022-03-25T14:51:08.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (19.21s) [2022-03-25T14:51:08.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (21.00s) [2022-03-25T14:51:08.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (21.93s) [2022-03-25T14:51:08.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.27s) [2022-03-25T14:51:08.738Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.03s) [2022-03-25T14:51:08.738Z] === RUN TestBuildMultiStageCopy [2022-03-25T14:51:08.738Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-25T14:51:09.106Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-25T14:51:11.005Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-25T14:51:12.371Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-25T14:51:13.301Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-25T14:51:14.667Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-25T14:51:14.924Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-25T14:51:14.924Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-25T14:51:15.488Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-25T14:51:16.050Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-25T14:51:16.979Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-25T14:51:17.542Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-25T14:51:19.137Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-25T14:51:19.439Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-25T14:51:19.439Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-25T14:51:21.231Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-25T14:51:21.231Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-25T14:51:21.360Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-25T14:51:21.922Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-25T14:51:22.218Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-25T14:51:23.787Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-25T14:51:24.180Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-25T14:51:25.166Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-25T14:51:25.166Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-25T14:51:25.166Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-25T14:51:25.191Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-25T14:51:25.191Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-25T14:51:25.191Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-25T14:51:25.191Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-25T14:51:25.353Z] --- PASS: TestBuildMultiStageCopy (17.18s) [2022-03-25T14:51:25.353Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.91s) [2022-03-25T14:51:25.353Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.95s) [2022-03-25T14:51:25.353Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.20s) [2022-03-25T14:51:25.353Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.36s) [2022-03-25T14:51:25.353Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.75s) [2022-03-25T14:51:25.353Z] === RUN TestBuildMultiStageParentConfig [2022-03-25T14:51:25.756Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-25T14:51:25.756Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-25T14:51:26.318Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-25T14:51:26.884Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-25T14:51:26.884Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-25T14:51:27.446Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-25T14:51:27.702Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-25T14:51:28.305Z] --- PASS: TestBuildMultiStageParentConfig (2.99s) [2022-03-25T14:51:28.305Z] === RUN TestBuildLabelWithTargets [2022-03-25T14:51:28.305Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:51:28.305Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-25T14:51:28.305Z] === RUN TestBuildWithEmptyLayers [2022-03-25T14:51:28.958Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-25T14:51:29.878Z] --- PASS: TestBuildWithEmptyLayers (1.63s) [2022-03-25T14:51:29.878Z] === RUN TestBuildMultiStageOnBuild [2022-03-25T14:51:30.219Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-25T14:51:31.175Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-25T14:51:31.813Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-25T14:51:31.813Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-25T14:51:31.813Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-25T14:51:31.813Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-25T14:51:31.813Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-25T14:51:31.813Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-25T14:51:31.813Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-25T14:51:31.813Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-25T14:51:31.813Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-25T14:51:31.813Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-25T14:51:31.813Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-25T14:51:32.285Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-25T14:51:32.285Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-25T14:51:32.735Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-25T14:51:32.756Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-25T14:51:32.756Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-25T14:51:32.756Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-25T14:51:32.756Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-25T14:51:32.756Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-25T14:51:32.756Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-25T14:51:32.756Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-25T14:51:33.298Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-25T14:51:33.298Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-25T14:51:33.298Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-25T14:51:33.555Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-25T14:51:34.483Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-25T14:51:35.849Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-25T14:51:36.412Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-25T14:51:36.604Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-25T14:51:36.604Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-25T14:51:36.604Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-25T14:51:36.604Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-25T14:51:36.604Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-25T14:51:36.668Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-25T14:51:36.925Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-25T14:51:36.925Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-25T14:51:37.486Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-25T14:51:38.050Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-25T14:51:38.338Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-25T14:51:38.338Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-25T14:51:38.338Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-25T14:51:38.338Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-25T14:51:38.338Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-25T14:51:38.338Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-25T14:51:38.338Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-25T14:51:38.338Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-25T14:51:38.338Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-25T14:51:38.613Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-25T14:51:38.808Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-25T14:51:39.175Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-25T14:51:39.176Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-25T14:51:39.176Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-25T14:51:39.738Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-25T14:51:40.667Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-25T14:51:40.667Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-25T14:51:40.667Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-25T14:51:40.667Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-25T14:51:40.924Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-25T14:51:41.855Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-25T14:51:41.855Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-25T14:51:41.855Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-25T14:51:45.125Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-25T14:51:45.284Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-25T14:51:45.390Z] === RUN TestDockerSuite/TestRunRm [2022-03-25T14:51:45.960Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-25T14:51:47.722Z] --- PASS: TestBuildMultiStageOnBuild (17.44s) [2022-03-25T14:51:47.722Z] === RUN TestBuildUncleanTarFilenames [2022-03-25T14:51:47.722Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:51:47.722Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-25T14:51:47.722Z] === RUN TestBuildMultiStageLayerLeak [2022-03-25T14:51:50.128Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-25T14:51:50.128Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-25T14:51:50.384Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-25T14:51:51.751Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-25T14:51:52.314Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-25T14:51:54.205Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-25T14:51:56.723Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-25T14:51:57.285Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-25T14:51:57.542Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-25T14:51:58.104Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-25T14:51:58.360Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-25T14:51:58.923Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-25T14:51:59.484Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-25T14:51:59.740Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-25T14:52:00.302Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-25T14:52:00.558Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-25T14:52:02.664Z] --- PASS: TestBuildMultiStageLayerLeak (14.22s) [2022-03-25T14:52:02.664Z] === RUN TestBuildWithHugeFile [2022-03-25T14:52:03.073Z] === RUN TestDockerSuite/TestRunState [2022-03-25T14:52:04.438Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-25T14:52:04.694Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-25T14:52:04.951Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-25T14:52:05.513Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-25T14:52:05.513Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-25T14:52:05.513Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-25T14:52:05.513Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-25T14:52:06.076Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-25T14:52:06.641Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-25T14:52:08.008Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-25T14:52:08.008Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-25T14:52:08.008Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-25T14:52:08.570Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-25T14:52:10.478Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-25T14:52:10.734Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-25T14:52:11.662Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-25T14:52:13.552Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-25T14:52:14.480Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-25T14:52:16.997Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-25T14:52:17.562Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-25T14:52:18.126Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-25T14:52:18.689Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-25T14:52:19.251Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-25T14:52:20.620Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-25T14:52:21.549Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-25T14:52:22.112Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-25T14:52:22.112Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-25T14:52:22.368Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-25T14:52:22.930Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-25T14:52:23.186Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-25T14:52:23.751Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-25T14:52:23.751Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-25T14:52:23.751Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-25T14:52:23.751Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-25T14:52:24.313Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-25T14:52:26.835Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-25T14:52:27.092Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-25T14:52:28.021Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-25T14:52:29.389Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-25T14:52:29.645Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-25T14:52:29.697Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-25T14:52:29.697Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-25T14:52:29.697Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-25T14:52:29.697Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-25T14:52:29.697Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-25T14:52:30.573Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-25T14:52:32.478Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-25T14:52:32.478Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-25T14:52:34.377Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-25T14:52:34.941Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-25T14:52:34.941Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-25T14:52:34.941Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-25T14:52:34.941Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-25T14:52:34.941Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-25T14:52:34.941Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-25T14:52:34.941Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-25T14:52:34.941Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-25T14:52:34.941Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-25T14:52:34.941Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-25T14:52:35.503Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-25T14:52:35.759Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-25T14:52:36.322Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-25T14:52:37.250Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-25T14:52:38.178Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-25T14:52:38.178Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-25T14:52:38.435Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-25T14:52:38.435Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-25T14:52:38.998Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-25T14:52:38.998Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-25T14:52:38.998Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-25T14:52:39.254Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-25T14:52:39.254Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-25T14:52:39.254Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-25T14:52:39.254Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-25T14:52:39.254Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-25T14:52:39.254Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-25T14:52:39.255Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-25T14:52:39.255Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-25T14:52:39.255Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-25T14:52:39.255Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-25T14:52:39.255Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-25T14:52:39.255Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 16.2% of statements [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/builder [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/builder/remotecontext 0.123s coverage: 13.7% of statements [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/builder/dockerfile 0.514s coverage: 49.3% of statements [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/builder/remotecontext/git 1.731s coverage: 86.3% of statements [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/cli [no test files] [2022-03-25T14:52:39.456Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-25T14:52:39.456Z] ok github.com/docker/docker/cmd/docker-proxy 0.097s coverage: 69.3% of statements [2022-03-25T14:52:39.817Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-25T14:52:40.379Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-25T14:52:40.379Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-25T14:52:41.307Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-25T14:52:41.307Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-25T14:52:41.307Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-25T14:52:41.871Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-25T14:52:41.871Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-25T14:52:41.990Z] ok github.com/docker/docker/client 0.169s coverage: 75.6% of statements [2022-03-25T14:52:42.433Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-25T14:52:42.996Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-25T14:52:42.996Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-25T14:52:42.996Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-25T14:52:43.560Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-25T14:52:44.489Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-25T14:52:45.052Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-25T14:52:45.615Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-25T14:52:45.615Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-25T14:52:45.615Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-25T14:52:45.872Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-25T14:52:45.873Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-25T14:52:47.240Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-25T14:52:47.480Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-25T14:52:47.480Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-25T14:52:47.480Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-25T14:52:47.480Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-25T14:52:47.499Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-25T14:52:47.756Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-25T14:52:49.648Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-25T14:52:49.904Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-25T14:52:49.904Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-25T14:52:49.904Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-25T14:52:50.161Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-25T14:52:50.723Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-25T14:52:51.652Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-25T14:52:53.021Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-25T14:52:53.021Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-25T14:52:53.021Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-25T14:52:54.401Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-25T14:52:54.401Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-25T14:52:54.659Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-25T14:52:56.025Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents4234311904 [2022-03-25T14:52:56.146Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-25T14:52:56.146Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-25T14:52:56.588Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-25T14:52:56.588Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-25T14:52:57.720Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-25T14:52:57.955Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-25T14:52:57.955Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-25T14:52:57.955Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-25T14:52:58.883Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-25T14:52:59.446Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-25T14:53:00.374Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-25T14:53:00.937Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-25T14:53:00.937Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-25T14:53:00.937Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-25T14:53:01.194Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-25T14:53:01.756Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-25T14:53:01.756Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-25T14:53:02.317Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-25T14:53:02.879Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-25T14:53:03.807Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-25T14:53:04.370Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-25T14:53:04.877Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-25T14:53:09.615Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-25T14:53:10.177Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-25T14:53:10.739Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-25T14:53:11.667Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-25T14:53:14.186Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-25T14:53:15.553Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-25T14:53:16.115Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-25T14:53:17.383Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-25T14:53:17.480Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-25T14:53:17.480Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-25T14:53:18.868Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-25T14:53:20.243Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-25T14:53:20.597Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-25T14:53:23.111Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-25T14:53:24.039Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-25T14:53:26.555Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-25T14:53:26.811Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-25T14:53:27.994Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-25T14:53:27.994Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-25T14:53:27.994Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-25T14:53:28.671Z] ok github.com/docker/docker/cmd/dockerd 0.067s coverage: 29.3% of statements [2022-03-25T14:53:28.671Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-03-25T14:53:28.671Z] ok github.com/docker/docker/cmd/dockerd/trap 2.510s coverage: 0.0% of statements [2022-03-25T14:53:28.671Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-25T14:53:28.671Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-25T14:53:28.671Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-25T14:53:28.671Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-25T14:53:28.671Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-25T14:53:30.077Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-25T14:53:31.005Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-25T14:53:31.958Z] ok github.com/docker/docker/daemon/cluster 0.077s coverage: 0.5% of statements [2022-03-25T14:53:32.895Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2022-03-25T14:53:34.272Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-03-25T14:53:34.272Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-25T14:53:34.529Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-25T14:53:35.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-25T14:53:35.152Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-25T14:53:35.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-25T14:53:35.152Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-25T14:53:35.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-25T14:53:37.048Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-25T14:53:38.413Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-25T14:53:38.975Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-25T14:53:39.538Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-25T14:53:39.795Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-25T14:53:39.795Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-25T14:53:39.795Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-25T14:53:40.357Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-25T14:53:42.387Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.441s coverage: 13.8% of statements [2022-03-25T14:53:42.387Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.0% of statements [2022-03-25T14:53:42.646Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-25T14:53:42.874Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-25T14:53:43.580Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.1% of statements [2022-03-25T14:53:43.815Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-25T14:53:43.815Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-25T14:53:43.815Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-25T14:53:43.839Z] ok github.com/docker/docker/daemon 10.129s coverage: 17.0% of statements [2022-03-25T14:53:43.839Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-25T14:53:43.839Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-25T14:53:43.839Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-25T14:53:43.839Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-25T14:53:44.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-25T14:53:44.283Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-25T14:53:44.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-25T14:53:44.283Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-25T14:53:44.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-25T14:53:44.776Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.750s coverage: 74.8% of statements [2022-03-25T14:53:46.149Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-25T14:53:46.149Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-25T14:53:46.154Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.388s coverage: 56.2% of statements [2022-03-25T14:53:46.155Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-03-25T14:53:46.408Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-25T14:53:46.970Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-25T14:53:46.970Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-25T14:53:46.970Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-25T14:53:46.970Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-25T14:53:46.970Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-25T14:53:47.899Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-25T14:53:48.092Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-03-25T14:53:48.828Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-25T14:53:49.391Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-25T14:53:49.496Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.311s coverage: 50.0% of statements [2022-03-25T14:53:50.319Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-25T14:53:50.435Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.500s coverage: 45.9% of statements [2022-03-25T14:53:50.435Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-25T14:53:51.370Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.623s coverage: 57.9% of statements [2022-03-25T14:53:51.370Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-25T14:53:51.370Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-25T14:53:51.629Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 58.5% of statements [2022-03-25T14:53:53.007Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2022-03-25T14:53:53.266Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2022-03-25T14:53:54.202Z] ok github.com/docker/docker/daemon/images 0.049s coverage: 6.6% of statements [2022-03-25T14:53:54.202Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-25T14:53:54.202Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-25T14:53:54.485Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-25T14:53:54.742Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-25T14:53:54.742Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-25T14:53:54.742Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-25T14:53:55.138Z] ok github.com/docker/docker/daemon/logger 0.241s coverage: 43.0% of statements [2022-03-25T14:53:55.672Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-25T14:53:55.707Z] ok github.com/docker/docker/daemon/logger/awslogs 0.154s coverage: 79.9% of statements [2022-03-25T14:53:55.931Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-25T14:53:55.966Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 33.6% of statements [2022-03-25T14:53:55.966Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-25T14:53:56.534Z] ok github.com/docker/docker/daemon/logger/gelf 0.028s coverage: 67.0% of statements [2022-03-25T14:53:56.534Z] ok github.com/docker/docker/daemon/logger/journald 0.008s coverage: 23.9% of statements [2022-03-25T14:53:57.102Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2022-03-25T14:53:57.361Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2022-03-25T14:53:58.299Z] ok github.com/docker/docker/daemon/logger/local 0.038s coverage: 78.7% of statements [2022-03-25T14:53:58.299Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-25T14:53:58.446Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-25T14:53:58.558Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.051s coverage: 55.8% of statements [2022-03-25T14:53:59.127Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.037s coverage: 31.5% of statements [2022-03-25T14:53:59.376Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-25T14:54:00.064Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 46.8% of statements [2022-03-25T14:54:00.305Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-25T14:54:00.322Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-03-25T14:54:00.889Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-03-25T14:54:01.457Z] ok github.com/docker/docker/daemon/logger/splunk 1.593s coverage: 82.5% of statements [2022-03-25T14:54:01.457Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-25T14:54:01.457Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-25T14:54:02.197Z] docker_cli_service_logs_test.go:246: checking task gfrc0ypvd80h [2022-03-25T14:54:02.197Z] docker_cli_service_logs_test.go:251: checking messages for gfrc0ypvd80h [2022-03-25T14:54:02.197Z] docker_cli_service_logs_test.go:246: checking task or7j4z3peify [2022-03-25T14:54:02.197Z] docker_cli_service_logs_test.go:251: checking messages for or7j4z3peify [2022-03-25T14:54:02.393Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2022-03-25T14:54:03.124Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-25T14:54:03.330Z] ok github.com/docker/docker/distribution 0.631s coverage: 28.4% of statements [2022-03-25T14:54:03.330Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-25T14:54:03.589Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-03-25T14:54:04.157Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-03-25T14:54:04.415Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-25T14:54:04.491Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-25T14:54:04.982Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-25T14:54:04.982Z] ok github.com/docker/docker/distribution/xfer 1.897s coverage: 85.4% of statements [2022-03-25T14:54:04.982Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-25T14:54:05.550Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2022-03-25T14:54:05.550Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-25T14:54:06.118Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-25T14:54:07.008Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-25T14:54:07.066Z] ok github.com/docker/docker/oci 0.018s coverage: 46.0% of statements [2022-03-25T14:54:07.635Z] ok github.com/docker/docker/opts 0.021s coverage: 66.3% of statements [2022-03-25T14:54:07.894Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-25T14:54:09.528Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-25T14:54:09.797Z] ok github.com/docker/docker/pkg/archive 0.305s coverage: 82.1% of statements [2022-03-25T14:54:10.056Z] ok github.com/docker/docker/pkg/authorization 0.117s coverage: 68.3% of statements [2022-03-25T14:54:10.315Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-25T14:54:10.455Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-25T14:54:10.574Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-25T14:54:11.829Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-25T14:54:12.451Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-25T14:54:12.451Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-25T14:54:12.451Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-25T14:54:12.451Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-25T14:54:12.451Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-25T14:54:12.758Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-25T14:54:12.758Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-25T14:54:13.858Z] ok github.com/docker/docker/pkg/chrootarchive 2.479s coverage: 42.7% of statements [2022-03-25T14:54:13.858Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-25T14:54:13.858Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-03-25T14:54:14.117Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-25T14:54:14.123Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-25T14:54:14.396Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-25T14:54:14.617Z] --- PASS: TestBuildWithHugeFile (127.83s) [2022-03-25T14:54:14.617Z] === RUN TestBuildWCOWSandboxSize [2022-03-25T14:54:14.617Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:54:14.617Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:54:14.617Z] === RUN TestBuildWithEmptyDockerfile [2022-03-25T14:54:14.617Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:54:14.617Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:54:14.617Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:54:14.617Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:54:14.617Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:54:14.617Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:54:14.617Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-25T14:54:14.617Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-25T14:54:14.617Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-25T14:54:14.617Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2022-03-25T14:54:14.617Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-25T14:54:14.617Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-25T14:54:14.617Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-25T14:54:14.617Z] === RUN TestBuildPreserveOwnership [2022-03-25T14:54:14.617Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:54:14.617Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-25T14:54:14.617Z] === RUN TestBuildPlatformInvalid [2022-03-25T14:54:14.617Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2022-03-25T14:54:14.617Z] PASS [2022-03-25T14:54:14.617Z] ok github.com/docker/docker/integration/build 213.644s [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === Skipped [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-25T14:54:14.617Z] build_session_test.go:25: TODO: BuildKit [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-25T14:54:14.617Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-25T14:54:14.617Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-25T14:54:14.617Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-25T14:54:14.617Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-25T14:54:14.617Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] DONE 29 tests, 6 skipped in 255.976s [2022-03-25T14:54:14.617Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-25T14:54:14.617Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:54:14.617Z] INFO: Testing against a local daemon [2022-03-25T14:54:14.617Z] === RUN TestConfigInspect [2022-03-25T14:54:14.617Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-25T14:54:14.617Z] === RUN TestConfigList [2022-03-25T14:54:14.617Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] --- SKIP: TestConfigList (0.00s) [2022-03-25T14:54:14.617Z] === RUN TestConfigsCreateAndDelete [2022-03-25T14:54:14.617Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-25T14:54:14.617Z] === RUN TestConfigsUpdate [2022-03-25T14:54:14.617Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-25T14:54:14.617Z] === RUN TestTemplatedConfig [2022-03-25T14:54:14.617Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-25T14:54:14.617Z] === RUN TestConfigCreateResolve [2022-03-25T14:54:14.617Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:54:14.617Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-25T14:54:14.617Z] PASS [2022-03-25T14:54:14.617Z] ok github.com/docker/docker/integration/config 0.113s [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === Skipped [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-25T14:54:14.617Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-25T14:54:14.617Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-25T14:54:14.617Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-25T14:54:14.617Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-25T14:54:14.617Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-25T14:54:14.617Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:54:14.617Z] [2022-03-25T14:54:14.617Z] DONE 6 tests, 6 skipped in 2.457s [2022-03-25T14:54:14.617Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-25T14:54:15.052Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-25T14:54:15.052Z] ok github.com/docker/docker/layer 7.952s coverage: 69.0% of statements [2022-03-25T14:54:15.052Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-25T14:54:15.052Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-25T14:54:15.052Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-25T14:54:15.052Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-25T14:54:15.052Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-25T14:54:15.052Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-25T14:54:15.489Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-25T14:54:15.489Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-25T14:54:15.623Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 87.2% of statements [2022-03-25T14:54:15.883Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-25T14:54:15.883Z] ok github.com/docker/docker/pkg/fsutils 0.179s coverage: 85.1% of statements [2022-03-25T14:54:16.182Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:54:16.182Z] INFO: Testing against a local daemon [2022-03-25T14:54:16.182Z] === RUN TestCheckpoint [2022-03-25T14:54:16.182Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:54:16.182Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-25T14:54:16.182Z] === RUN TestContainerInvalidJSON [2022-03-25T14:54:16.182Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:54:16.182Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:54:16.182Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:54:16.182Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:54:16.182Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-25T14:54:16.182Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-25T14:54:16.182Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-25T14:54:16.182Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-25T14:54:16.182Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-25T14:54:16.182Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-25T14:54:16.259Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-25T14:54:16.650Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-03-25T14:54:16.651Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-25T14:54:16.651Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.26s) [2022-03-25T14:54:16.651Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-25T14:54:16.819Z] ok github.com/docker/docker/pkg/idtools 0.485s coverage: 67.9% of statements [2022-03-25T14:54:17.078Z] ok github.com/docker/docker/pkg/ioutils 0.455s coverage: 71.5% of statements [2022-03-25T14:54:17.118Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.28s) [2022-03-25T14:54:17.118Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-25T14:54:17.118Z] --- PASS: TestCopyToContainerPathIsNotDir (0.27s) [2022-03-25T14:54:17.118Z] === RUN TestCopyFromContainer [2022-03-25T14:54:17.118Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:17.118Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-25T14:54:17.118Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-25T14:54:17.118Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:54:17.118Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:54:17.118Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:54:17.118Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:54:17.118Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:54:17.118Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:54:17.249Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-25T14:54:17.249Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-25T14:54:17.249Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-25T14:54:17.249Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-25T14:54:17.249Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-25T14:54:17.249Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-25T14:54:17.249Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-25T14:54:17.337Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-03-25T14:54:17.337Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-03-25T14:54:17.337Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-25T14:54:17.382Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-25T14:54:17.589Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-25T14:54:17.589Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-25T14:54:17.589Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-25T14:54:17.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-25T14:54:17.589Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-25T14:54:17.589Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-25T14:54:17.589Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidEnv [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-25T14:54:17.589Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-25T14:54:17.589Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-25T14:54:17.589Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-25T14:54:17.589Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-25T14:54:17.589Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-25T14:54:17.589Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestCreateTmpfsMountsTarget [2022-03-25T14:54:17.589Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:17.589Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-25T14:54:17.589Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:54:17.589Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-25T14:54:17.589Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:54:17.589Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:54:17.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:54:17.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:54:17.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:54:17.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:54:17.589Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:54:17.589Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:54:17.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-25T14:54:17.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-25T14:54:17.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-25T14:54:17.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-25T14:54:17.589Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-25T14:54:17.589Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-25T14:54:17.589Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-25T14:54:17.589Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestCreateDifferentPlatform [2022-03-25T14:54:17.589Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-25T14:54:17.589Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-25T14:54:17.589Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-25T14:54:17.589Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-25T14:54:17.589Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.17s) [2022-03-25T14:54:17.589Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-25T14:54:17.589Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-25T14:54:17.589Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-25T14:54:17.589Z] === RUN TestContainerKillOnDaemonStart [2022-03-25T14:54:17.589Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:17.589Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestDiff [2022-03-25T14:54:17.589Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-25T14:54:17.589Z] --- SKIP: TestDiff (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestExecWithCloseStdin [2022-03-25T14:54:17.589Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-25T14:54:17.589Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-25T14:54:17.589Z] === RUN TestExec [2022-03-25T14:54:17.596Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-03-25T14:54:17.596Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-25T14:54:17.719Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-25T14:54:17.854Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-03-25T14:54:18.114Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 90.5% of statements [2022-03-25T14:54:18.114Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2022-03-25T14:54:18.114Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-25T14:54:18.114Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-25T14:54:18.712Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-25T14:54:18.748Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-25T14:54:19.050Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2022-03-25T14:54:19.309Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-25T14:54:19.568Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-25T14:54:19.679Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-25T14:54:19.827Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-25T14:54:20.263Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-25T14:54:20.263Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-25T14:54:21.045Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-25T14:54:21.202Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-03-25T14:54:21.202Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-25T14:54:21.250Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-25T14:54:21.250Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T14:54:21.460Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-03-25T14:54:21.718Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-25T14:54:21.719Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-25T14:54:21.977Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-25T14:54:21.977Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-25T14:54:22.346Z] --- PASS: TestExec (4.80s) [2022-03-25T14:54:22.346Z] === RUN TestExecUser [2022-03-25T14:54:22.346Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-25T14:54:22.346Z] --- SKIP: TestExecUser (0.00s) [2022-03-25T14:54:22.346Z] === RUN TestExportContainerAndImportImage [2022-03-25T14:54:22.346Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:22.346Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-25T14:54:22.346Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-25T14:54:22.346Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:22.346Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-25T14:54:22.346Z] === RUN TestHealthCheckWorkdir [2022-03-25T14:54:22.346Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-25T14:54:22.346Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-25T14:54:22.346Z] === RUN TestHealthKillContainer [2022-03-25T14:54:22.346Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-25T14:54:22.346Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-25T14:54:22.346Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-25T14:54:22.346Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-25T14:54:22.346Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-25T14:54:22.346Z] === RUN TestKillContainerInvalidSignal [2022-03-25T14:54:22.515Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-25T14:54:22.545Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.8% of statements [2022-03-25T14:54:22.804Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-25T14:54:23.372Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2022-03-25T14:54:23.630Z] ok github.com/docker/docker/pkg/tarsum 0.038s coverage: 89.3% of statements [2022-03-25T14:54:23.889Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-25T14:54:23.938Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-25T14:54:23.938Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-25T14:54:23.938Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-25T14:54:24.148Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-25T14:54:24.407Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-25T14:54:24.735Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-25T14:54:24.735Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-25T14:54:24.735Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-25T14:54:24.735Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-25T14:54:24.735Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-25T14:54:24.735Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-25T14:54:26.311Z] ok github.com/docker/docker/plugin 0.520s coverage: 23.2% of statements [2022-03-25T14:54:26.311Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-25T14:54:26.879Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-03-25T14:54:27.114Z] --- PASS: TestKillContainerInvalidSignal (3.98s) [2022-03-25T14:54:27.114Z] === RUN TestKillContainer [2022-03-25T14:54:27.114Z] === RUN TestKillContainer/no_signal [2022-03-25T14:54:27.820Z] ok github.com/docker/docker/quota 0.230s coverage: 71.4% of statements [2022-03-25T14:54:28.119Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-03-25T14:54:28.537Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-25T14:54:29.054Z] ok github.com/docker/docker/registry 0.052s coverage: 58.5% of statements [2022-03-25T14:54:29.621Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-25T14:54:29.621Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-25T14:54:29.807Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-25T14:54:30.109Z] === RUN TestKillContainer/non_killing_signal [2022-03-25T14:54:30.109Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-25T14:54:30.109Z] === RUN TestKillContainer/killing_signal [2022-03-25T14:54:30.189Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-25T14:54:30.447Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-25T14:54:31.377Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-25T14:54:31.378Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-25T14:54:31.378Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-25T14:54:31.378Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-25T14:54:31.378Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-25T14:54:32.351Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-25T14:54:32.610Z] ok github.com/docker/docker/volume/local 0.101s coverage: 76.4% of statements [2022-03-25T14:54:33.177Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-03-25T14:54:33.213Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-25T14:54:33.603Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-25T14:54:33.902Z] --- PASS: TestKillContainer (7.31s) [2022-03-25T14:54:33.902Z] --- PASS: TestKillContainer/no_signal (3.61s) [2022-03-25T14:54:33.902Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:54:33.902Z] --- PASS: TestKillContainer/killing_signal (3.65s) [2022-03-25T14:54:33.902Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-25T14:54:33.902Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:54:33.903Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-25T14:54:33.903Z] === RUN TestKillStoppedContainer [2022-03-25T14:54:33.903Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:54:33.903Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-25T14:54:33.903Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-25T14:54:33.903Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:54:33.903Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-25T14:54:33.903Z] === RUN TestKillDifferentUserContainer [2022-03-25T14:54:33.903Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-25T14:54:33.903Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-25T14:54:33.903Z] === RUN TestInspectOomKilledTrue [2022-03-25T14:54:33.903Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:33.903Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-25T14:54:33.903Z] === RUN TestInspectOomKilledFalse [2022-03-25T14:54:33.903Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:54:33.903Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-25T14:54:33.903Z] === RUN TestLogsFollowTailEmpty [2022-03-25T14:54:34.114Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-03-25T14:54:34.141Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-25T14:54:34.590Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-25T14:54:35.576Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-25T14:54:36.028Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-25T14:54:36.028Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-25T14:54:36.028Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-25T14:54:36.284Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-25T14:54:36.562Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-25T14:54:36.847Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-25T14:54:36.847Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-25T14:54:36.847Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-25T14:54:36.847Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-25T14:54:37.029Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-25T14:54:37.409Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-25T14:54:37.409Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-25T14:54:37.707Z] --- PASS: TestLogsFollowTailEmpty (3.69s) [2022-03-25T14:54:37.707Z] === RUN TestNetworkNat [2022-03-25T14:54:37.707Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-25T14:54:37.707Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-25T14:54:37.707Z] === RUN TestNetworkLocalhostTCPNat [2022-03-25T14:54:38.337Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-25T14:54:38.337Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-25T14:54:38.594Z] docker_cli_swarm_test.go:1895: [dae98ca8182ee] joining swarm manager [db703fafbad89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:54:38.594Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-25T14:54:38.594Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-25T14:54:38.594Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-25T14:54:39.963Z] docker_cli_swarm_test.go:1896: [d37f454905359] joining swarm manager [db703fafbad89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:54:40.219Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-25T14:54:40.219Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-25T14:54:40.475Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-25T14:54:40.475Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-25T14:54:40.732Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-25T14:54:42.465Z] --- PASS: TestNetworkLocalhostTCPNat (4.54s) [2022-03-25T14:54:42.465Z] === RUN TestNetworkLoopbackNat [2022-03-25T14:54:42.465Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-25T14:54:42.465Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-25T14:54:42.465Z] === RUN TestPause [2022-03-25T14:54:42.465Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-25T14:54:42.465Z] --- SKIP: TestPause (0.00s) [2022-03-25T14:54:42.465Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-25T14:54:43.496Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-25T14:54:44.209Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-25T14:54:45.989Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-25T14:54:46.259Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.78s) [2022-03-25T14:54:46.259Z] === RUN TestPauseStopPausedContainer [2022-03-25T14:54:46.259Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:54:46.259Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-25T14:54:46.259Z] === RUN TestPsFilter [2022-03-25T14:54:46.259Z] --- PASS: TestPsFilter (0.37s) [2022-03-25T14:54:46.259Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-25T14:54:47.167Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-25T14:54:47.167Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-25T14:54:47.358Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-25T14:54:47.614Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-25T14:54:47.614Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-25T14:54:47.635Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-25T14:54:49.198Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-25T14:54:49.198Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-25T14:54:49.198Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-25T14:54:49.502Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-25T14:54:50.052Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.52s) [2022-03-25T14:54:50.052Z] === RUN TestRemoveContainerWithVolume [2022-03-25T14:54:50.183Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-25T14:54:52.021Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-25T14:54:52.021Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite (1279.28s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.08s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.45s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.64s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.48s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.43s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.02s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.74s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.81s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.36s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (1.99s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.87s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.63s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.66s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.73s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.65s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.96s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.66s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAttachDetach (0.64s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.74s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.76s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.87s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.69s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.14s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.57s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.73s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.70s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.75s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.55s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.15s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.68s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.45s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.17s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.68s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.93s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.44s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.65s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.87s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.75s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.30s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.06s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.11s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.19s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.71s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.20s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.21s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.97s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.09s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.46s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.37s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.30s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.25s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.13s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.18s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.66s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.67s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.33s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.81s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.65s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.17s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.83s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.63s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.85s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.21s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.68s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.03s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.59s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.03s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.36s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.08s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.06s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.33s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.15s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.78s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.63s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.40s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.40s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.82s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.04s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.71s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.92s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.60s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.40s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCmd (0.31s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.43s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.29s) [2022-03-25T14:54:52.021Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.97s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.02s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.14s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.12s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.81s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.68s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.31s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.65s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.23s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.75s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.96s) [2022-03-25T14:54:52.021Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-25T14:54:52.021Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-25T14:54:52.021Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-25T14:54:52.021Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.02s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.39s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.91s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.44s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.36s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.30s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.52s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.09s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.27s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.58s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.14s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.29s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.12s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.03s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.29s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.26s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.89s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.35s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.19s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.96s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.91s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.06s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.02s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.29s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.20s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.64s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.36s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.43s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.78s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.25s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.36s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.25s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.66s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.72s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnv (1.39s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.45s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.18s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.97s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.34s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.56s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.72s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.46s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.47s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.14s) [2022-03-25T14:54:52.021Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.48s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildExpose (0.55s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.69s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.51s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.38s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFails (0.89s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.85s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.03s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.63s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.68s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.06s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.25s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.28s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.64s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.65s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.44s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildHistory (3.55s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.44s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.75s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.82s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.73s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.19s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLabel (0.47s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.46s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLabels (0.46s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.10s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.55s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLastModified (3.95s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.52s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.24s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.48s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.54s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.33s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.38s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.33s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.38s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.82s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.82s) [2022-03-25T14:54:52.021Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.41s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.28s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.26s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.20s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.44s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.37s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.72s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.67s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.48s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.40s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.27s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.24s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.41s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.24s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.37s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.65s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.91s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.63s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.02s) [2022-03-25T14:54:52.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.82s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.24s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.03s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildPATH (1.46s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.57s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.69s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.72s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.24s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.05s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildRm (2.95s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.89s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.99s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.32s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.54s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.88s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.87s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.74s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.91s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.70s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildStderr (0.56s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.99s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.79s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.63s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.45s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.61s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.10s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildUser (1.32s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.28s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.75s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.54s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.19s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.63s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.60s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.80s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.09s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.61s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.88s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.10s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.85s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.23s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.63s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.37s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.49s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.31s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.43s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.55s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitChange (0.81s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.72s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.03s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.13s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.71s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitTTY (1.41s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.63s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.28s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.74s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.06s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.08s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.53s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.81s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.59s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.83s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.81s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.71s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.55s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.52s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.54s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.22s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.52s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.45s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.49s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.63s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.48s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.47s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.66s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.67s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.52s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.47s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.24s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.30s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.62s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.67s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.47s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.63s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.95s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.90s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.75s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.79s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.98s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.79s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.40s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.35s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.46s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.32s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000feb1a0_} (1.37s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11661270869_/foo_false____} (1.40s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11661270869_/foo_true____} (1.43s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3257647438_/foo_false____} (1.47s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3257647438_/foo_true____} (1.77s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3257647438_/foo_true__0xc000feb1d0__} (1.34s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000feb1e8_} (1.35s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000feb200_} (0.61s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000feb218_} (1.36s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000feb230_} (1.33s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.07s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.12s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.71s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.63s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.95s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.50s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.53s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.51s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.52s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.59s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.58s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.72s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.64s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.68s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.88s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.71s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.53s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.03s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.20s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.61s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.59s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.71s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.73s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.89s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.49s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.58s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.89s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.45s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.49s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.63s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseE (1.74s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.47s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.93s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.14s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.46s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.79s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.83s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToDot (0.56s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.85s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.10s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToStdout (0.54s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.06s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.44s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.68s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.36s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.54s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.88s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.78s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.29s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-03-25T14:54:52.022Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.36s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.62s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.49s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.95s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.68s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.11s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.95s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.60s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.47s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.53s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-03-25T14:54:52.022Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.08s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.58s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.35s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.42s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.11s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.82s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.74s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.92s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsAttach (0.74s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsCommit (0.80s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.55s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.53s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.57s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.14s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.48s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.37s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsCopy (0.88s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.37s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.47s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.17s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.35s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.25s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.36s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.23s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFilters (1.09s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFormat (1.30s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.04s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.75s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.68s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-03-25T14:54:52.023Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-25T14:54:52.023Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.93s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.53s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsRename (0.61s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsResize (0.56s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.54s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.46s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsTop (0.52s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsUntag (2.59s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.77s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExec (0.54s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.47s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.57s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.57s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.56s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.53s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.52s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.98s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecCgroup (0.79s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.20s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.59s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecInspectID (1.60s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecInteractive (0.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.53s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.49s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.46s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.97s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecStartFails (0.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.66s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.56s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.44s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecUlimits (0.66s) [2022-03-25T14:54:52.023Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.25s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.55s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.59s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestHealth (18.79s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.18s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.40s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.68s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.70s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.63s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.72s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.66s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImportDisplay (0.93s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImportFile (1.23s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImportGzipped (1.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.50s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.47s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.45s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.45s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.45s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.40s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.09s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.45s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.47s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.08s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.63s) [2022-03-25T14:54:52.023Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.84s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectDefault (0.41s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectHistory (0.52s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-03-25T14:54:52.023Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.44s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.42s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.05s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.45s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.95s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.46s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.40s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.29s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.95s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.89s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.06s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.35s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.34s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.24s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.80s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.41s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.04s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.51s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.49s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.93s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.10s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.09s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.06s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.89s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.23s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.57s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.70s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsSince (6.60s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.46s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsTail (0.50s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.45s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.27s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.54s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestNetHostname (1.61s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.25s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.78s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.73s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.98s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPluginActive (1.98s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.58s) [2022-03-25T14:54:52.023Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.27s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.86s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.07s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.92s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.85s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.27s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.87s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.86s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPortList (7.32s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.94s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.52s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.42s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.43s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.87s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.84s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.96s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPsByOrder (1.80s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.64s) [2022-03-25T14:54:52.023Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.14s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.85s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.34s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.46s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.20s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.74s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.16s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.41s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.67s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.46s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.86s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.57s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.08s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.18s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.92s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.87s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.67s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.75s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.49s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.12s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.26s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.17s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.37s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.93s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.93s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.27s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.61s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.66s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.12s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.67s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.75s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.63s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.95s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAddHost (0.49s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.25s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.46s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.46s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.94s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.78s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.81s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.86s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.58s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.47s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.70s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.61s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.50s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.58s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.53s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.87s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.71s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.75s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.53s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.55s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.55s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.56s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.76s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.70s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.52s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.89s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.90s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.86s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.61s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.47s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.47s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.47s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.96s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.01s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.62s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.36s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.06s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.49s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.60s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.48s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.48s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.16s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.66s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.44s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.36s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.44s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.98s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.40s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.51s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunExitCode (0.58s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.58s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.46s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.44s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.41s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.86s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.99s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.57s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.98s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.55s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.88s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.90s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.88s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.91s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.50s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.37s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.82s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.97s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.87s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.96s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.92s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunMount (4.27s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.94s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.55s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.70s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.62s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.48s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.20s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.53s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNetHost (0.75s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.77s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.57s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.08s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.63s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.44s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.44s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.53s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.41s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.61s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.68s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.60s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.48s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.65s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.38s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.90s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.46s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.49s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.68s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.53s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.61s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.64s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.54s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.97s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.56s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.86s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunRm (0.50s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.48s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.57s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.34s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.12s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.55s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.40s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.44s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.41s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.47s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunState (1.14s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.62s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.54s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.62s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunSysctls (1.24s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.62s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.63s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.45s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.12s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.79s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.07s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.64s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.51s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.33s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.05s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUserByID (0.43s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUserByName (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.45s) [2022-03-25T14:54:52.024Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.46s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.52s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.42s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.69s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.48s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.09s) [2022-03-25T14:54:52.024Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.78s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.86s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.68s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.69s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.53s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.02s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.75s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.52s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.56s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.65s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.06s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.85s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.46s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.54s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.66s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.25s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.55s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.35s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.30s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.58s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.56s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.63s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.80s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.82s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.22s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.32s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.44s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.82s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.14s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.08s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.22s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.40s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.12s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.09s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.55s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.66s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.65s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.12s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.44s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.65s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.83s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.50s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.43s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.52s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartRecordError (1.26s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.37s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.42s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.54s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.16s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.69s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.53s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.44s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.45s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.47s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.47s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.47s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.55s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.60s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.46s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.03s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.90s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateStats (3.60s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.85s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.53s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.12s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.31s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.61s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.41s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.08s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.54s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.30s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.25s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.23s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.05s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.62s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.54s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.40s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.26s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.29s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.58s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.09s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.04s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.54s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.80s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.17s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.15s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.03s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.06s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.59s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.07s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.09s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.47s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.37s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.66s) [2022-03-25T14:54:52.025Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.29s) [2022-03-25T14:54:52.025Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-25T14:54:52.025Z] === RUN TestDockerRegistrySuite [2022-03-25T14:54:52.025Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-25T14:54:52.587Z] check_test.go:195: [d2c6d30eb6733] daemon is not started [2022-03-25T14:54:52.587Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-25T14:54:53.516Z] check_test.go:195: [d5e898295744b] daemon is not started [2022-03-25T14:54:53.516Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-25T14:54:53.842Z] --- PASS: TestRemoveContainerWithVolume (3.49s) [2022-03-25T14:54:53.842Z] === RUN TestRemoveContainerRunning [2022-03-25T14:54:53.936Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-25T14:54:54.885Z] check_test.go:195: [da24c4e4e2239] daemon is not started [2022-03-25T14:54:54.885Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-25T14:54:54.885Z] check_test.go:195: [d6f163a953998] daemon is not started [2022-03-25T14:54:54.885Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-25T14:54:54.927Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-25T14:54:54.928Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-25T14:54:54.928Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-25T14:54:56.032Z] ok github.com/docker/docker/pkg/plugins 33.641s coverage: 76.3% of statements [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/rootless [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/volume [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-25T14:54:56.032Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === Skipped [2022-03-25T14:54:56.032Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-25T14:54:56.032Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-25T14:54:56.032Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-25T14:54:56.032Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-25T14:54:56.032Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-25T14:54:56.032Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.032Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-25T14:54:56.032Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.032Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-25T14:54:56.032Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.032Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-25T14:54:56.032Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.032Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:54:56.032Z] [2022-03-25T14:54:56.032Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-25T14:54:56.032Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:71: No driver to put! [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-25T14:54:56.033Z] time="2022-03-25T14:53:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-25T14:54:56.033Z] time="2022-03-25T14:53:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-25T14:54:56.033Z] time="2022-03-25T14:53:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-25T14:54:56.033Z] time="2022-03-25T14:53:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-25T14:54:56.033Z] time="2022-03-25T14:53:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:71: No driver to put! [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-25T14:54:56.033Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-25T14:54:56.033Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-25T14:54:56.033Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-25T14:54:56.033Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-25T14:54:56.033Z] graphtest_unix.go:71: No driver to put! [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-25T14:54:56.033Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-25T14:54:56.033Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-25T14:54:56.033Z] [2022-03-25T14:54:56.033Z] DONE 2338 tests, 28 skipped in 248.984s [2022-03-25T14:54:56.033Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/bitseq [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/cluster [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/config [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/datastore [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/driverapi [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/etchosts [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/idm [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ipam [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/iptables [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/netlabel [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/netutils [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/networkdb [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/ns [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/options [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/osl [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/portallocator [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/portmapper [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/testutils [2022-03-25T14:54:56.033Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-25T14:54:56.033Z] + 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-25T14:54:56.252Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-25T14:54:56.801Z] --- PASS: TestRemoveContainerRunning (3.69s) [2022-03-25T14:54:56.801Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-25T14:54:57.343Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-25T14:54:58.143Z] check_test.go:195: [dce0d5e9fe10f] daemon is not started [2022-03-25T14:54:58.143Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-25T14:54:58.726Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-25T14:54:58.908Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-25T14:54:59.379Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-25T14:54:59.379Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-25T14:54:59.379Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-25T14:55:00.367Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-25T14:55:00.594Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.80s) [2022-03-25T14:55:00.594Z] === RUN TestRemoveInvalidContainer [2022-03-25T14:55:00.594Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-25T14:55:00.594Z] === RUN TestRenameLinkedContainer [2022-03-25T14:55:00.594Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-25T14:55:00.594Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-25T14:55:00.594Z] === RUN TestRenameStoppedContainer [2022-03-25T14:55:00.951Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-25T14:55:01.353Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-25T14:55:01.353Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-25T14:55:01.353Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-25T14:55:01.353Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-25T14:55:01.353Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-25T14:55:02.314Z] check_test.go:195: [dc8e9fd0a05ce] daemon is not started [2022-03-25T14:55:02.314Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-25T14:55:04.204Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-25T14:55:04.392Z] --- PASS: TestRenameStoppedContainer (3.44s) [2022-03-25T14:55:04.392Z] === RUN TestRenameRunningContainerAndReuse [2022-03-25T14:55:05.135Z] check_test.go:195: [dc837ab9c6d4c] daemon is not started [2022-03-25T14:55:05.391Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-25T14:55:06.320Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-25T14:55:06.576Z] check_test.go:195: [d97b62ed3c303] daemon is not started [2022-03-25T14:55:06.576Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-25T14:55:06.950Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-25T14:55:06.950Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-25T14:55:06.950Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-25T14:55:06.950Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-25T14:55:06.950Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-25T14:55:06.950Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-25T14:55:06.950Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-25T14:55:06.950Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-25T14:55:06.950Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-25T14:55:06.950Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-25T14:55:07.505Z] check_test.go:195: [d50c501d612da] daemon is not started [2022-03-25T14:55:07.505Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-25T14:55:08.517Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-25T14:55:08.874Z] check_test.go:195: [dcb39e3722764] daemon is not started [2022-03-25T14:55:08.874Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-25T14:55:09.816Z] check_test.go:195: [d1b196873c16d] daemon is not started [2022-03-25T14:55:09.816Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-25T14:55:10.743Z] check_test.go:195: [d9c97c3a881f1] daemon is not started [2022-03-25T14:55:10.999Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-25T14:55:11.548Z] --- PASS: TestRenameRunningContainerAndReuse (7.19s) [2022-03-25T14:55:11.548Z] === RUN TestRenameInvalidName [2022-03-25T14:55:11.928Z] check_test.go:195: [d29a01e4ae34b] daemon is not started [2022-03-25T14:55:11.928Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-25T14:55:12.858Z] check_test.go:195: [d2b040aaa6152] daemon is not started [2022-03-25T14:55:12.858Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-25T14:55:13.421Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3be1ee863982403a2c8d544f7c36f329b7d43154ff591e42b29ab8d39c678d90 [2022-03-25T14:55:14.348Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2c37592afd4f96de066a2c735afd9e3ab41b3e4a6470d0607e37fd3db016f1d4 [2022-03-25T14:55:14.604Z] check_test.go:195: [d8353d1276d5b] daemon is not started [2022-03-25T14:55:14.604Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-25T14:55:15.339Z] --- PASS: TestRenameInvalidName (3.59s) [2022-03-25T14:55:15.340Z] === RUN TestRenameAnonymousContainer [2022-03-25T14:55:15.532Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d145c4654f19b89020b0e70f44a723cfe8fa61fb7824df216e31aa2d43e981cd [2022-03-25T14:55:16.460Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c889f06e46d83d04f30fc29cb08eac90c3100269b1a352ea44477a3ab649031d [2022-03-25T14:55:16.460Z] check_test.go:195: [dd173b79452da] daemon is not started [2022-03-25T14:55:16.460Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-25T14:55:17.827Z] check_test.go:195: [d65e7dc5bab97] daemon is not started [2022-03-25T14:55:17.827Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-25T14:55:19.718Z] check_test.go:195: [dcce17a3d189f] daemon is not started [2022-03-25T14:55:19.718Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-25T14:55:20.647Z] check_test.go:195: [dcad9f424b7df] daemon is not started [2022-03-25T14:55:20.647Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-25T14:55:20.647Z] check_test.go:195: [dca798c7cae90] daemon is not started [2022-03-25T14:55:20.647Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-25T14:55:21.573Z] check_test.go:195: [db981b213cd05] daemon is not started [2022-03-25T14:55:21.573Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-25T14:55:21.829Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-25T14:55:22.756Z] check_test.go:195: [d47787c4341e5] daemon is not started [2022-03-25T14:55:22.756Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-25T14:55:23.684Z] check_test.go:195: [db7beafe80a75] daemon is not started [2022-03-25T14:55:23.684Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-25T14:55:24.247Z] docker_cli_swarm_test.go:1796: [d9d2ec62733ca] joining swarm manager [d88ee896a0bcf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:55:25.612Z] docker_cli_swarm_test.go:1797: [d10fe683d08f4] joining swarm manager [d88ee896a0bcf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:55:26.541Z] check_test.go:195: [df6c468046ccf] daemon is not started [2022-03-25T14:55:26.541Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-25T14:55:26.797Z] check_test.go:195: [df6add6e97b2e] daemon is not started [2022-03-25T14:55:26.797Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-25T14:55:27.725Z] check_test.go:195: [dfd1bcc406ab1] daemon is not started [2022-03-25T14:55:27.835Z] --- PASS: TestRenameAnonymousContainer (12.85s) [2022-03-25T14:55:27.835Z] === RUN TestRenameContainerWithSameName [2022-03-25T14:55:27.981Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-25T14:55:28.237Z] check_test.go:195: [d95540454ee2c] daemon is not started [2022-03-25T14:55:28.237Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-25T14:55:28.237Z] check_test.go:195: [d6798b37cddb4] daemon is not started [2022-03-25T14:55:28.237Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-25T14:55:28.592Z] check_test.go:195: [d8d79d26d903d] daemon is not started [2022-03-25T14:55:28.592Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-25T14:55:28.848Z] check_test.go:195: [ddf5e09a27c1c] daemon is not started [2022-03-25T14:55:28.848Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-25T14:55:29.104Z] check_test.go:195: [d278f6cf329c4] daemon is not started [2022-03-25T14:55:29.104Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-25T14:55:29.360Z] check_test.go:195: [d1dc83d6408b2] daemon is not started [2022-03-25T14:55:29.360Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-25T14:55:30.289Z] check_test.go:195: [d939e21daa718] daemon is not started [2022-03-25T14:55:30.289Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-25T14:55:31.627Z] --- PASS: TestRenameContainerWithSameName (3.67s) [2022-03-25T14:55:31.627Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-25T14:55:31.627Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-25T14:55:31.627Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-25T14:55:31.627Z] === RUN TestResize [2022-03-25T14:55:32.215Z] check_test.go:195: [d1ece11d56dd5] daemon is not started [2022-03-25T14:55:32.215Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-25T14:55:32.776Z] check_test.go:195: [d7317f7cebf7e] daemon is not started [2022-03-25T14:55:32.776Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-25T14:55:33.703Z] check_test.go:195: [d63b87ef79eb0] daemon is not started [2022-03-25T14:55:33.703Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-25T14:55:34.631Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite (43.75s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.13s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.96s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.21s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.89s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.46s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.93s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.18s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.92s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.37s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.11s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.00s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.88s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.89s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.98s) [2022-03-25T14:55:35.192Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s) [2022-03-25T14:55:35.419Z] --- PASS: TestResize (3.70s) [2022-03-25T14:55:35.419Z] === RUN TestResizeWithInvalidSize [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.03s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.93s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.05s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.05s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.80s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.95s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.97s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.58s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.83s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.97s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2022-03-25T14:55:35.448Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-03-25T14:55:35.448Z] === RUN TestDockerSchema1RegistrySuite [2022-03-25T14:55:35.448Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-25T14:55:35.448Z] check_test.go:222: [db2acba6bfa7f] daemon is not started [2022-03-25T14:55:35.448Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-25T14:55:37.338Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-25T14:55:38.266Z] check_test.go:222: [d3bf231b5ff5e] daemon is not started [2022-03-25T14:55:38.266Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-25T14:55:39.211Z] --- PASS: TestResizeWithInvalidSize (3.42s) [2022-03-25T14:55:39.211Z] === RUN TestResizeWhenContainerNotStarted [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork 37.170s coverage: 40.7% of statements [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 21.9% of statements [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.345s coverage: 59.9% of statements [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.136s coverage: 4.0% of statements [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-25T14:55:42.696Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-25T14:55:42.696Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-25T14:55:43.012Z] --- PASS: TestResizeWhenContainerNotStarted (3.80s) [2022-03-25T14:55:43.012Z] === RUN TestDaemonRestartKillContainers [2022-03-25T14:55:43.012Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:55:43.012Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:55:43.012Z] === RUN TestStats [2022-03-25T14:55:43.012Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-25T14:55:43.012Z] --- SKIP: TestStats (0.00s) [2022-03-25T14:55:43.012Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-25T14:55:43.613Z] check_test.go:222: [d7b7eef7296c1] daemon is not started [2022-03-25T14:55:43.613Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-25T14:55:44.543Z] check_test.go:222: [deee4b33a2949] daemon is not started [2022-03-25T14:55:44.543Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-25T14:55:44.799Z] check_test.go:222: [d4fb5316ea976] daemon is not started [2022-03-25T14:55:44.799Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-25T14:55:45.360Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-25T14:55:45.923Z] check_test.go:222: [db953f37e144c] daemon is not started [2022-03-25T14:55:45.923Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-25T14:55:47.290Z] check_test.go:222: [d0005d73938ae] daemon is not started [2022-03-25T14:55:47.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-25T14:55:47.546Z] docker_cli_swarm_test.go:1315: [d67166c7ce27f] joining swarm manager [da17db7bf87f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:55:48.108Z] check_test.go:222: [d5e23149d421b] daemon is not started [2022-03-25T14:55:48.108Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-25T14:55:49.036Z] docker_cli_swarm_test.go:1316: [d897a5d021736] joining swarm manager [da17db7bf87f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:55:50.819Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.607s coverage: 7.2% of statements [2022-03-25T14:55:50.819Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-25T14:55:50.927Z] check_test.go:222: [d26dd5b1ec4d0] daemon is not started [2022-03-25T14:55:50.927Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-25T14:55:50.927Z] check_test.go:222: [d7d625c03d9d9] daemon is not started [2022-03-25T14:55:50.927Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-25T14:55:51.078Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-25T14:55:51.336Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-25T14:55:51.337Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-25T14:55:51.337Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-25T14:55:51.489Z] check_test.go:222: [d346c68b2f9f9] daemon is not started [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite (16.16s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.85s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.36s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.96s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.15s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.16s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.04s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.10s) [2022-03-25T14:55:51.489Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.52s) [2022-03-25T14:55:51.490Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2022-03-25T14:55:51.490Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.45s) [2022-03-25T14:55:51.490Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-25T14:55:51.490Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-25T14:55:51.595Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-25T14:55:51.855Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-25T14:55:52.114Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2022-03-25T14:55:52.373Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-25T14:55:52.419Z] check_test.go:251: [d1a2502106ec4] daemon is not started [2022-03-25T14:55:52.419Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-25T14:55:52.632Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-25T14:55:52.674Z] check_test.go:251: [d278e3a37aedf] daemon is not started [2022-03-25T14:55:52.674Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-25T14:55:52.930Z] check_test.go:251: [dbb9245bfc2a0] daemon is not started [2022-03-25T14:55:52.930Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-25T14:55:53.442Z] --- PASS: TestStopContainerWithRestartPolicyAlways (10.94s) [2022-03-25T14:55:53.443Z] === RUN TestStopContainerWithTimeout [2022-03-25T14:55:53.443Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-25T14:55:53.443Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-25T14:55:53.443Z] === RUN TestUpdateRestartPolicy [2022-03-25T14:55:54.296Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-25T14:55:54.552Z] check_test.go:251: [d5f2d0372df44] daemon is not started [2022-03-25T14:55:54.552Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-25T14:55:55.112Z] check_test.go:251: [d0ba00284d84f] daemon is not started [2022-03-25T14:55:55.112Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-25T14:55:56.040Z] check_test.go:251: [df55d0229a656] daemon is not started [2022-03-25T14:55:56.040Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-25T14:55:56.040Z] check_test.go:251: [d09c6df86a2fe] daemon is not started [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.64s) [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.71s) [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.21s) [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.51s) [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.82s) [2022-03-25T14:55:56.040Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-03-25T14:55:56.040Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-25T14:55:56.040Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-25T14:55:59.395Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-25T14:55:59.395Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-25T14:55:59.395Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-25T14:56:01.289Z] check_test.go:278: [d80ec608ca9c7] daemon is not started [2022-03-25T14:56:01.289Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-25T14:56:01.546Z] check_test.go:278: [d1471a873221e] daemon is not started [2022-03-25T14:56:01.546Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-25T14:56:01.546Z] check_test.go:278: [dfd984bc191e2] daemon is not started [2022-03-25T14:56:01.546Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-25T14:56:01.847Z] check_test.go:278: [db3ecb277b922] daemon is not started [2022-03-25T14:56:01.847Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-25T14:56:01.847Z] check_test.go:278: [dde7c76c79567] daemon is not started [2022-03-25T14:56:01.847Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2022-03-25T14:56:01.847Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-03-25T14:56:01.847Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2022-03-25T14:56:01.847Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-25T14:56:01.847Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-25T14:56:01.847Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-25T14:56:01.847Z] === RUN TestDockerNetworkSuite [2022-03-25T14:56:01.847Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-25T14:56:02.311Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-25T14:56:02.311Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-25T14:56:02.779Z] docker_cli_network_unix_test.go:46: [d45e7db599829] daemon is not started [2022-03-25T14:56:02.779Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-25T14:56:03.298Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-25T14:56:03.298Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-25T14:56:03.342Z] docker_cli_network_unix_test.go:46: [d748d67343236] daemon is not started [2022-03-25T14:56:03.598Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-25T14:56:03.767Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-25T14:56:03.767Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-25T14:56:03.767Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-25T14:56:04.754Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-25T14:56:04.754Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-25T14:56:04.754Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-25T14:56:04.832Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-25T14:56:06.118Z] docker_cli_network_unix_test.go:46: [dc1dd85e7b154] daemon is not started [2022-03-25T14:56:06.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-25T14:56:07.744Z] docker_cli_network_unix_test.go:46: [d2eb609869343] daemon is not started [2022-03-25T14:56:07.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-25T14:56:08.000Z] docker_cli_network_unix_test.go:1233: [d334fb3fe81d8] daemon is not started [2022-03-25T14:56:08.191Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-25T14:56:08.191Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-25T14:56:08.191Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-25T14:56:08.191Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-25T14:56:08.191Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-25T14:56:10.519Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-25T14:56:11.469Z] docker_cli_network_unix_test.go:46: [dc1e5465673f1] daemon is not started [2022-03-25T14:56:11.727Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-25T14:56:15.896Z] docker_cli_network_unix_test.go:46: [d10417108d28e] daemon is not started [2022-03-25T14:56:16.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-25T14:56:18.716Z] docker_cli_network_unix_test.go:46: [d57478d102183] daemon is not started [2022-03-25T14:56:18.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-25T14:56:19.707Z] ok github.com/docker/docker/libnetwork/ipam 14.633s coverage: 85.3% of statements [2022-03-25T14:56:19.707Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-25T14:56:19.707Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-25T14:56:19.707Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-25T14:56:19.707Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-25T14:56:19.707Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-25T14:56:19.707Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-25T14:56:19.707Z] ok github.com/docker/docker/libnetwork/ipamutils 0.252s coverage: 74.0% of statements [2022-03-25T14:56:19.899Z] docker_cli_network_unix_test.go:46: [db65027e6a5c1] daemon is not started [2022-03-25T14:56:19.967Z] ok github.com/docker/docker/libnetwork/iptables 0.156s coverage: 45.1% of statements [2022-03-25T14:56:20.156Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-25T14:56:20.225Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-03-25T14:56:20.412Z] docker_cli_network_unix_test.go:46: [d0b424467c62e] daemon is not started [2022-03-25T14:56:20.412Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-25T14:56:20.484Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-25T14:56:20.975Z] docker_cli_network_unix_test.go:46: [d1693e33800df] daemon is not started [2022-03-25T14:56:20.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-25T14:56:21.537Z] docker_cli_network_unix_test.go:46: [d097128b40304] daemon is not started [2022-03-25T14:56:21.793Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-25T14:56:22.355Z] docker_cli_network_unix_test.go:46: [d2b1a252724bf] daemon is not started [2022-03-25T14:56:22.611Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-25T14:56:22.867Z] docker_cli_network_unix_test.go:46: [dd09b9d2dbefe] daemon is not started [2022-03-25T14:56:22.867Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-25T14:56:23.122Z] docker_cli_network_unix_test.go:46: [ddb586b538817] daemon is not started [2022-03-25T14:56:23.122Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-25T14:56:23.561Z] --- PASS: TestUpdateRestartPolicy (26.82s) [2022-03-25T14:56:23.561Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-25T14:56:23.684Z] docker_cli_network_unix_test.go:46: [d4d6a63ad8ee8] daemon is not started [2022-03-25T14:56:23.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-25T14:56:23.940Z] docker_cli_network_unix_test.go:46: [d1e6c080c4755] daemon is not started [2022-03-25T14:56:23.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-25T14:56:23.940Z] docker_cli_network_unix_test.go:46: [dc7e3e2e0c041] daemon is not started [2022-03-25T14:56:23.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-25T14:56:24.030Z] --- PASS: TestUpdateRestartWithAutoRemove (3.72s) [2022-03-25T14:56:24.030Z] === RUN TestWaitNonBlocked [2022-03-25T14:56:24.030Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:56:24.030Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:56:24.030Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:56:24.030Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:56:24.030Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-25T14:56:24.030Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-25T14:56:24.196Z] docker_cli_network_unix_test.go:46: [d04e43ce47e4e] daemon is not started [2022-03-25T14:56:24.196Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-25T14:56:25.124Z] docker_cli_network_unix_test.go:46: [dbe97f551c5a9] daemon is not started [2022-03-25T14:56:25.124Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-25T14:56:25.380Z] docker_cli_network_unix_test.go:46: [d81b07b4e4b74] daemon is not started [2022-03-25T14:56:25.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-25T14:56:25.942Z] docker_cli_network_unix_test.go:46: [d20635561c8b4] daemon is not started [2022-03-25T14:56:25.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-25T14:56:26.200Z] docker_cli_network_unix_test.go:46: [d534f38661317] daemon is not started [2022-03-25T14:56:26.200Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-25T14:56:26.200Z] docker_cli_network_unix_test.go:46: [ddd7bc6f8d56f] daemon is not started [2022-03-25T14:56:26.200Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-25T14:56:27.569Z] docker_cli_network_unix_test.go:968: [d64312399e91d] daemon is not started [2022-03-25T14:56:28.496Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-25T14:56:28.789Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-25T14:56:28.789Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.65s) [2022-03-25T14:56:28.789Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.80s) [2022-03-25T14:56:28.789Z] === RUN TestWaitBlocked [2022-03-25T14:56:28.789Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:56:28.789Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-25T14:56:28.789Z] PASS [2022-03-25T14:56:28.789Z] ok github.com/docker/docker/integration/container 132.659s [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === Skipped [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-25T14:56:28.789Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-25T14:56:28.789Z] copy_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-25T14:56:28.789Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-25T14:56:28.789Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-25T14:56:28.789Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-25T14:56:28.789Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-25T14:56:28.789Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-25T14:56:28.789Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-25T14:56:28.789Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-25T14:56:28.789Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-25T14:56:28.789Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-25T14:56:28.789Z] [2022-03-25T14:56:28.789Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-25T14:56:28.789Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-25T14:56:28.790Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-25T14:56:28.790Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-25T14:56:28.790Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-25T14:56:28.790Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-25T14:56:28.790Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:56:28.790Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-25T14:56:28.790Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-25T14:56:28.790Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-25T14:56:28.790Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-25T14:56:28.790Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-25T14:56:28.790Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-25T14:56:28.790Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-25T14:56:28.790Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-25T14:56:28.790Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-25T14:56:28.790Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-25T14:56:28.790Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-25T14:56:28.790Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-25T14:56:28.790Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-25T14:56:28.790Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-25T14:56:28.790Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-25T14:56:28.790Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-25T14:56:28.790Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-25T14:56:28.790Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:56:28.790Z] [2022-03-25T14:56:28.790Z] DONE 87 tests, 34 skipped in 135.803s [2022-03-25T14:56:28.790Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-25T14:56:29.741Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-25T14:56:29.741Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-25T14:56:29.741Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-25T14:56:29.741Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-25T14:56:29.886Z] docker_cli_network_unix_test.go:46: [dec16dac53765] daemon is not started [2022-03-25T14:56:29.886Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-25T14:56:32.402Z] docker_cli_network_unix_test.go:1116: [d787b884f2242] daemon is not started [2022-03-25T14:56:34.923Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-25T14:56:35.179Z] docker_cli_network_unix_test.go:46: [d0bbc34b0cd07] daemon is not started [2022-03-25T14:56:35.179Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-25T14:56:36.107Z] docker_cli_network_unix_test.go:46: [db02b6a61a7fb] daemon is not started [2022-03-25T14:56:36.107Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-25T14:56:36.107Z] docker_cli_network_unix_test.go:46: [d97f755139c53] daemon is not started [2022-03-25T14:56:36.107Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-25T14:56:36.363Z] docker_cli_network_unix_test.go:46: [d91cdd978e4f0] daemon is not started [2022-03-25T14:56:36.364Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-25T14:56:36.364Z] docker_cli_network_unix_test.go:46: [d9c8924a3c057] daemon is not started [2022-03-25T14:56:36.364Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-25T14:56:36.619Z] docker_cli_network_unix_test.go:46: [df50fa2444669] daemon is not started [2022-03-25T14:56:36.619Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-25T14:56:36.619Z] docker_cli_network_unix_test.go:46: [dd0a7dcaa2a5e] daemon is not started [2022-03-25T14:56:36.619Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-25T14:56:38.512Z] docker_cli_network_unix_test.go:46: [dc07c42552522] daemon is not started [2022-03-25T14:56:38.624Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-25T14:56:38.624Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-25T14:56:39.075Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-25T14:56:39.114Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-25T14:56:39.331Z] docker_cli_network_unix_test.go:46: [d58ce1d08e69e] daemon is not started [2022-03-25T14:56:39.331Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-25T14:56:39.331Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-25T14:56:39.331Z] docker_cli_network_unix_test.go:46: [d0a153d0b7f68] daemon is not started [2022-03-25T14:56:39.331Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-25T14:56:39.587Z] docker_cli_network_unix_test.go:46: [dc0bc27f37262] daemon is not started [2022-03-25T14:56:40.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-25T14:56:40.624Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-25T14:56:40.624Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-25T14:56:40.625Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-25T14:56:40.625Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-25T14:56:43.414Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-25T14:56:44.782Z] docker_cli_network_unix_test.go:1084: [de0e0c3a4285c] daemon is not started [2022-03-25T14:56:45.151Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-25T14:56:46.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-25T14:56:46.149Z] docker_cli_network_unix_test.go:46: [d9dbc27b757ac] daemon is not started [2022-03-25T14:56:46.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-25T14:56:46.711Z] docker_cli_network_unix_test.go:46: [d574bd3ed43b5] daemon is not started [2022-03-25T14:56:46.967Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-25T14:56:48.335Z] docker_cli_network_unix_test.go:46: [d291fb90ff7a7] daemon is not started [2022-03-25T14:56:48.335Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-25T14:56:48.591Z] docker_cli_network_unix_test.go:46: [d2bba39be323d] daemon is not started [2022-03-25T14:56:48.591Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-25T14:56:48.847Z] docker_cli_network_unix_test.go:46: [d8ad887c8dac0] daemon is not started [2022-03-25T14:56:49.103Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-25T14:56:49.103Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-25T14:56:49.665Z] docker_cli_network_unix_test.go:46: [d01c99fda6b90] daemon is not started [2022-03-25T14:56:49.665Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-25T14:56:50.228Z] docker_cli_network_unix_test.go:46: [d13be26ab44e5] daemon is not started [2022-03-25T14:56:50.791Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-25T14:56:52.681Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-25T14:56:57.830Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-25T14:56:57.948Z] docker_cli_network_unix_test.go:46: [dffae88e6b73a] daemon is not started [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite (55.99s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (0.99s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.76s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.80s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.41s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.46s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.00s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.21s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.05s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.87s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.86s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.35s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.70s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.72s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.94s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.28s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.17s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.31s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.61s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-25T14:56:57.948Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.35s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.86s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.74s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.47s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.50s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.03s) [2022-03-25T14:56:57.948Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.22s) [2022-03-25T14:56:57.948Z] === RUN TestDockerHubPullSuite [2022-03-25T14:56:57.948Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-25T14:56:58.989Z] === RUN TestConfigDaemonLibtrustID [2022-03-25T14:56:58.989Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-25T14:56:58.989Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-25T14:56:58.989Z] === RUN TestDaemonConfigValidation [2022-03-25T14:56:58.989Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-25T14:56:58.989Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-25T14:56:58.989Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-25T14:56:58.989Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-25T14:56:58.989Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-25T14:56:58.989Z] === RUN TestDaemonProxy [2022-03-25T14:56:58.989Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-25T14:56:58.989Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-25T14:56:58.989Z] PASS [2022-03-25T14:56:58.989Z] ok github.com/docker/docker/integration/daemon 0.137s [2022-03-25T14:56:58.989Z] [2022-03-25T14:56:58.989Z] === Skipped [2022-03-25T14:56:58.989Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-25T14:56:58.989Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-25T14:56:58.989Z] [2022-03-25T14:56:58.989Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-25T14:56:58.989Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-25T14:56:58.989Z] [2022-03-25T14:56:58.989Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-25T14:56:58.989Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-25T14:56:58.989Z] [2022-03-25T14:56:58.989Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-25T14:56:58.989Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-25T14:56:58.989Z] [2022-03-25T14:56:58.989Z] DONE 4 tests, 4 skipped in 29.916s [2022-03-25T14:56:58.989Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-25T14:56:59.840Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-25T14:57:00.404Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-25T14:57:01.769Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-25T14:57:01.867Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-25T14:57:02.329Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-25T14:57:02.696Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-25T14:57:03.303Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-25T14:57:03.786Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:03.786Z] INFO: Testing against a local daemon [2022-03-25T14:57:03.786Z] === RUN TestCommitInheritsEnv [2022-03-25T14:57:03.786Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:57:03.786Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-25T14:57:03.786Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-25T14:57:03.786Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:57:03.786Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-25T14:57:03.786Z] === RUN TestImportWithCustomPlatform [2022-03-25T14:57:03.786Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:57:03.786Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-25T14:57:03.786Z] === RUN TestImagesFilterMultiReference [2022-03-25T14:57:03.786Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-03-25T14:57:03.786Z] === RUN TestImagePullPlatformInvalid [2022-03-25T14:57:03.786Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-25T14:57:03.786Z] === RUN TestRemoveImageOrphaning [2022-03-25T14:57:04.585Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-25T14:57:04.585Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-25T14:57:04.585Z] --- PASS: TestDockerHubPullSuite (6.65s) [2022-03-25T14:57:04.585Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.71s) [2022-03-25T14:57:04.585Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.27s) [2022-03-25T14:57:04.585Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.81s) [2022-03-25T14:57:04.585Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.52s) [2022-03-25T14:57:04.585Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.29s) [2022-03-25T14:57:04.585Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-25T14:57:04.585Z] PASS [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === Skipped [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-25T14:57:04.585Z] docker_cli_sni_test.go:18: Flakey test [2022-03-25T14:57:04.585Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-25T14:57:04.585Z] [2022-03-25T14:57:04.585Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-25T14:57:04.585Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-25T14:57:04.586Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2022-03-25T14:57:04.586Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-25T14:57:04.586Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-25T14:57:04.586Z] docker_cli_network_unix_test.go:46: [d0a153d0b7f68] daemon is not started [2022-03-25T14:57:04.586Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] DONE 1265 tests, 51 skipped in 1418.176s [2022-03-25T14:57:04.586Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-25T14:57:04.586Z] ++++ cat bundles/test-integration/docker.pid [2022-03-25T14:57:04.586Z] +++ kill 9359 [2022-03-25T14:57:04.586Z] +++ /etc/init.d/apparmor stop [2022-03-25T14:57:04.586Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] Unloading profiles will leave already running processes permanently [2022-03-25T14:57:04.586Z] unconfined, which can lead to unexpected situations. [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.586Z] To set a process to complain mode, use the command line tool [2022-03-25T14:57:04.586Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-25T14:57:04.586Z] +++ true [2022-03-25T14:57:04.586Z] exiting test-integration [2022-03-25T14:57:04.586Z] ++ exit 0 [2022-03-25T14:57:04.586Z] [2022-03-25T14:57:04.775Z] --- PASS: TestRemoveImageOrphaning (1.18s) [2022-03-25T14:57:04.775Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-25T14:57:04.775Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-25T14:57:04.775Z] === RUN TestTagInvalidReference [2022-03-25T14:57:04.841Z] + for job in $(jobs -p) [2022-03-25T14:57:04.841Z] + wait 13745 [2022-03-25T14:57:05.244Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-25T14:57:05.244Z] === RUN TestTagValidPrefixedRepo [2022-03-25T14:57:05.244Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-25T14:57:05.244Z] === RUN TestTagExistedNameWithoutForce [2022-03-25T14:57:05.244Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-25T14:57:05.244Z] === RUN TestTagOfficialNames [2022-03-25T14:57:05.244Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-25T14:57:05.244Z] === RUN TestTagMatchesDigest [2022-03-25T14:57:05.244Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-25T14:57:05.244Z] PASS [2022-03-25T14:57:05.244Z] ok github.com/docker/docker/integration/image 1.729s [2022-03-25T14:57:05.244Z] [2022-03-25T14:57:05.244Z] === Skipped [2022-03-25T14:57:05.244Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-25T14:57:05.244Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:57:05.244Z] [2022-03-25T14:57:05.244Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-25T14:57:05.244Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:57:05.244Z] [2022-03-25T14:57:05.244Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-25T14:57:05.244Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-25T14:57:05.244Z] [2022-03-25T14:57:05.244Z] DONE 12 tests, 3 skipped in 6.303s [2022-03-25T14:57:05.713Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-25T14:57:06.474Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-25T14:57:06.474Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-25T14:57:06.944Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-25T14:57:07.361Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-25T14:57:07.930Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:07.930Z] INFO: Testing against a local daemon [2022-03-25T14:57:07.930Z] === RUN TestNetworkCreateDelete [2022-03-25T14:57:07.930Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:07.930Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestDockerNetworkDeletePreferID [2022-03-25T14:57:07.930Z] 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-25T14:57:07.930Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestDaemonDNSFallback [2022-03-25T14:57:07.930Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:07.930Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestInspectNetwork [2022-03-25T14:57:07.930Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-25T14:57:07.930Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestRunContainerWithBridgeNone [2022-03-25T14:57:07.930Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:07.930Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestNetworkInvalidJSON [2022-03-25T14:57:07.930Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-25T14:57:07.930Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-25T14:57:07.930Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:57:07.930Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:57:07.930Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:57:07.930Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:57:07.930Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-25T14:57:07.930Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-25T14:57:07.930Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-25T14:57:07.930Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-25T14:57:07.930Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-25T14:57:07.930Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-25T14:57:07.930Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-25T14:57:07.930Z] === RUN TestNetworkList [2022-03-25T14:57:07.930Z] === RUN TestNetworkList//networks [2022-03-25T14:57:07.930Z] === PAUSE TestNetworkList//networks [2022-03-25T14:57:07.930Z] === RUN TestNetworkList//networks/ [2022-03-25T14:57:07.930Z] === PAUSE TestNetworkList//networks/ [2022-03-25T14:57:07.930Z] === CONT TestNetworkList//networks [2022-03-25T14:57:07.930Z] === CONT TestNetworkList//networks/ [2022-03-25T14:57:07.930Z] --- PASS: TestNetworkList (0.04s) [2022-03-25T14:57:07.930Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-25T14:57:07.930Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestHostIPv4BridgeLabel [2022-03-25T14:57:07.930Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-25T14:57:07.930Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestDaemonDefaultNetworkPools [2022-03-25T14:57:07.930Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-25T14:57:07.930Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-25T14:57:07.930Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-25T14:57:07.930Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestServiceWithPredefinedNetwork [2022-03-25T14:57:07.930Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-25T14:57:07.930Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:57:07.930Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestServiceWithDataPathPortInit [2022-03-25T14:57:07.930Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-25T14:57:07.930Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-25T14:57:07.930Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-25T14:57:07.930Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-25T14:57:07.930Z] PASS [2022-03-25T14:57:07.930Z] ok github.com/docker/docker/integration/network 0.177s [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === Skipped [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-25T14:57:08.400Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-25T14:57:08.400Z] 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-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-25T14:57:08.400Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-25T14:57:08.400Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-25T14:57:08.400Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-25T14:57:08.400Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:243: FLAKY_TEST [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-25T14:57:08.400Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-25T14:57:08.400Z] [2022-03-25T14:57:08.400Z] DONE 22 tests, 15 skipped in 2.770s [2022-03-25T14:57:08.400Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-25T14:57:09.137Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-25T14:57:09.251Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-25T14:57:09.392Z] testing: warning: no tests to run [2022-03-25T14:57:09.392Z] PASS [2022-03-25T14:57:09.392Z] ok github.com/docker/docker/integration/network/ipvlan 0.095s [2022-03-25T14:57:09.392Z] [2022-03-25T14:57:09.392Z] DONE 0 tests in 0.874s [2022-03-25T14:57:09.392Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-25T14:57:10.380Z] testing: warning: no tests to run [2022-03-25T14:57:10.380Z] PASS [2022-03-25T14:57:10.380Z] ok github.com/docker/docker/integration/network/macvlan 0.080s [2022-03-25T14:57:10.380Z] [2022-03-25T14:57:10.380Z] DONE 0 tests in 0.862s [2022-03-25T14:57:10.380Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-25T14:57:11.369Z] testing: warning: no tests to run [2022-03-25T14:57:11.369Z] PASS [2022-03-25T14:57:11.369Z] ok github.com/docker/docker/integration/plugin 0.080s [2022-03-25T14:57:11.369Z] [2022-03-25T14:57:11.369Z] DONE 0 tests in 0.894s [2022-03-25T14:57:11.369Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-25T14:57:12.361Z] testing: warning: no tests to run [2022-03-25T14:57:12.361Z] PASS [2022-03-25T14:57:12.361Z] ok github.com/docker/docker/integration/plugin/authz 0.093s [2022-03-25T14:57:12.361Z] [2022-03-25T14:57:12.361Z] DONE 0 tests in 0.869s [2022-03-25T14:57:12.361Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-25T14:57:12.934Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-25T14:57:13.420Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-25T14:57:16.685Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-25T14:57:16.728Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-25T14:57:17.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-25T14:57:17.380Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-25T14:57:17.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-25T14:57:17.380Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-25T14:57:17.380Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-25T14:57:18.260Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:18.260Z] INFO: Testing against a local daemon [2022-03-25T14:57:18.260Z] === RUN TestPluginInvalidJSON [2022-03-25T14:57:18.260Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:57:18.260Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:57:18.260Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-25T14:57:18.260Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-03-25T14:57:18.260Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-25T14:57:18.260Z] === RUN TestPluginInstall [2022-03-25T14:57:18.260Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-25T14:57:18.260Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-25T14:57:18.260Z] === RUN TestPluginsWithRuntimes [2022-03-25T14:57:18.260Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-25T14:57:18.260Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-25T14:57:18.260Z] === RUN TestPluginBackCompatMediaTypes [2022-03-25T14:57:18.260Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-25T14:57:18.260Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-25T14:57:18.260Z] PASS [2022-03-25T14:57:18.260Z] ok github.com/docker/docker/integration/plugin/common 0.129s [2022-03-25T14:57:18.260Z] [2022-03-25T14:57:18.260Z] === Skipped [2022-03-25T14:57:18.260Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-25T14:57:18.260Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-25T14:57:18.260Z] [2022-03-25T14:57:18.260Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-25T14:57:18.260Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-25T14:57:18.260Z] [2022-03-25T14:57:18.260Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-25T14:57:18.260Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-25T14:57:18.260Z] [2022-03-25T14:57:18.260Z] DONE 5 tests, 3 skipped in 5.474s [2022-03-25T14:57:18.260Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-25T14:57:20.479Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:20.479Z] INFO: Testing against a local daemon [2022-03-25T14:57:20.479Z] === RUN TestExternalGraphDriver [2022-03-25T14:57:20.479Z] external_test.go:48: runtime.GOOS == "windows" [2022-03-25T14:57:20.479Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-25T14:57:20.479Z] === RUN TestGraphdriverPluginV2 [2022-03-25T14:57:20.479Z] external_test.go:408: runtime.GOOS == "windows" [2022-03-25T14:57:20.479Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-25T14:57:20.479Z] PASS [2022-03-25T14:57:20.479Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.113s [2022-03-25T14:57:20.852Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-25T14:57:20.852Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-25T14:57:20.852Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-25T14:57:20.947Z] [2022-03-25T14:57:20.947Z] === Skipped [2022-03-25T14:57:20.948Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-25T14:57:20.948Z] external_test.go:48: runtime.GOOS == "windows" [2022-03-25T14:57:20.948Z] [2022-03-25T14:57:20.948Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-25T14:57:20.948Z] external_test.go:408: runtime.GOOS == "windows" [2022-03-25T14:57:20.948Z] [2022-03-25T14:57:20.948Z] DONE 2 tests, 2 skipped in 2.855s [2022-03-25T14:57:20.948Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-25T14:57:23.931Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:23.931Z] INFO: Testing against a local daemon [2022-03-25T14:57:23.931Z] === RUN TestReadPluginNoRead [2022-03-25T14:57:23.931Z] read_test.go:21: no unix domain sockets on Windows [2022-03-25T14:57:23.931Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-25T14:57:23.931Z] PASS [2022-03-25T14:57:23.931Z] ok github.com/docker/docker/integration/plugin/logging 0.121s [2022-03-25T14:57:23.931Z] [2022-03-25T14:57:23.931Z] === Skipped [2022-03-25T14:57:23.931Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-25T14:57:23.931Z] read_test.go:21: no unix domain sockets on Windows [2022-03-25T14:57:23.931Z] [2022-03-25T14:57:23.931Z] DONE 1 tests, 1 skipped in 2.803s [2022-03-25T14:57:23.931Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-25T14:57:25.031Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-25T14:57:25.503Z] testing: warning: no tests to run [2022-03-25T14:57:25.503Z] PASS [2022-03-25T14:57:25.503Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.103s [2022-03-25T14:57:25.503Z] [2022-03-25T14:57:25.503Z] DONE 0 tests in 1.453s [2022-03-25T14:57:25.503Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-25T14:57:25.958Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-25T14:57:26.053Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-25T14:57:26.053Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-25T14:57:26.053Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-25T14:57:26.053Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-25T14:57:26.053Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-25T14:57:26.519Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-25T14:57:26.523Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-25T14:57:26.523Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-25T14:57:26.523Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-25T14:57:28.463Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:28.463Z] INFO: Testing against a local daemon [2022-03-25T14:57:28.463Z] === RUN TestPluginWithDevMounts [2022-03-25T14:57:28.463Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:28.463Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-25T14:57:28.463Z] PASS [2022-03-25T14:57:28.463Z] ok github.com/docker/docker/integration/plugin/volumes 0.124s [2022-03-25T14:57:28.463Z] [2022-03-25T14:57:28.463Z] === Skipped [2022-03-25T14:57:28.463Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-25T14:57:28.463Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:28.463Z] [2022-03-25T14:57:28.463Z] DONE 1 tests, 1 skipped in 3.007s [2022-03-25T14:57:28.945Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-25T14:57:29.038Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-25T14:57:31.163Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:31.163Z] INFO: Testing against a local daemon [2022-03-25T14:57:31.163Z] === RUN TestSecretInspect [2022-03-25T14:57:31.163Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-25T14:57:31.163Z] === RUN TestSecretList [2022-03-25T14:57:31.163Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] --- SKIP: TestSecretList (0.00s) [2022-03-25T14:57:31.163Z] === RUN TestSecretsCreateAndDelete [2022-03-25T14:57:31.163Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-25T14:57:31.163Z] === RUN TestSecretsUpdate [2022-03-25T14:57:31.163Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-25T14:57:31.163Z] === RUN TestTemplatedSecret [2022-03-25T14:57:31.163Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-25T14:57:31.163Z] === RUN TestSecretCreateResolve [2022-03-25T14:57:31.163Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:31.163Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-25T14:57:31.163Z] PASS [2022-03-25T14:57:31.163Z] ok github.com/docker/docker/integration/secret 0.127s [2022-03-25T14:57:31.163Z] [2022-03-25T14:57:31.163Z] === Skipped [2022-03-25T14:57:31.163Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-25T14:57:31.163Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] [2022-03-25T14:57:31.163Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-25T14:57:31.163Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] [2022-03-25T14:57:31.163Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-25T14:57:31.163Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] [2022-03-25T14:57:31.163Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-25T14:57:31.163Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] [2022-03-25T14:57:31.163Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-25T14:57:31.163Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:31.163Z] [2022-03-25T14:57:31.163Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-25T14:57:31.163Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:31.163Z] [2022-03-25T14:57:31.163Z] DONE 6 tests, 6 skipped in 2.582s [2022-03-25T14:57:31.634Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-25T14:57:34.595Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:34.595Z] INFO: Testing against a local daemon [2022-03-25T14:57:34.595Z] === RUN TestServiceCreateInit [2022-03-25T14:57:34.595Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-25T14:57:34.595Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-25T14:57:34.595Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- PASS: TestServiceCreateInit (0.08s) [2022-03-25T14:57:34.595Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:57:34.595Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestCreateServiceMultipleTimes [2022-03-25T14:57:34.595Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestCreateServiceConflict [2022-03-25T14:57:34.595Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestCreateServiceMaxReplicas [2022-03-25T14:57:34.595Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-25T14:57:34.595Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-25T14:57:34.595Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestCreateServiceSecretFileMode [2022-03-25T14:57:34.595Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestCreateServiceConfigFileMode [2022-03-25T14:57:34.595Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestCreateServiceSysctls [2022-03-25T14:57:34.595Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-25T14:57:34.595Z] === RUN TestCreateServiceCapabilities [2022-03-25T14:57:34.595Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-03-25T14:57:34.595Z] === RUN TestInspect [2022-03-25T14:57:34.595Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestInspect (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestCreateJob [2022-03-25T14:57:34.595Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestCreateJob (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestReplicatedJob [2022-03-25T14:57:34.595Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestUpdateReplicatedJob [2022-03-25T14:57:34.595Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestServiceListWithStatuses [2022-03-25T14:57:34.595Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestDockerNetworkConnectAlias [2022-03-25T14:57:34.595Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestDockerNetworkReConnect [2022-03-25T14:57:34.595Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestServicePlugin [2022-03-25T14:57:34.595Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:34.595Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestServiceUpdateLabel [2022-03-25T14:57:34.595Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:34.595Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestServiceUpdateSecrets [2022-03-25T14:57:34.595Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:34.595Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-25T14:57:34.595Z] === RUN TestServiceUpdateConfigs [2022-03-25T14:57:34.595Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:34.595Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestServiceUpdateNetwork [2022-03-25T14:57:34.595Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:34.595Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-25T14:57:34.595Z] === RUN TestServiceUpdatePidsLimit [2022-03-25T14:57:34.595Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:34.595Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-25T14:57:34.595Z] PASS [2022-03-25T14:57:34.595Z] ok github.com/docker/docker/integration/service 0.343s [2022-03-25T14:57:35.063Z] [2022-03-25T14:57:35.063Z] === Skipped [2022-03-25T14:57:35.063Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:57:35.063Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.063Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-25T14:57:35.063Z] [2022-03-25T14:57:35.063Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:57:35.063Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.063Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-25T14:57:35.063Z] [2022-03-25T14:57:35.063Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-25T14:57:35.063Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.063Z] [2022-03-25T14:57:35.063Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-25T14:57:35.063Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.063Z] [2022-03-25T14:57:35.063Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-25T14:57:35.063Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.063Z] [2022-03-25T14:57:35.063Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-25T14:57:35.063Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.063Z] [2022-03-25T14:57:35.063Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-25T14:57:35.063Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.063Z] [2022-03-25T14:57:35.063Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-25T14:57:35.064Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-25T14:57:35.064Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-03-25T14:57:35.064Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-25T14:57:35.064Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-25T14:57:35.064Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-25T14:57:35.064Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-25T14:57:35.064Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-25T14:57:35.064Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-25T14:57:35.064Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-25T14:57:35.064Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-25T14:57:35.064Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-25T14:57:35.064Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.01s) [2022-03-25T14:57:35.064Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-25T14:57:35.064Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-25T14:57:35.064Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-25T14:57:35.064Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-25T14:57:35.064Z] [2022-03-25T14:57:35.064Z] DONE 24 tests, 23 skipped in 3.610s [2022-03-25T14:57:35.064Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-25T14:57:37.288Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:37.288Z] INFO: Testing against a local daemon [2022-03-25T14:57:37.288Z] === RUN TestSessionCreate [2022-03-25T14:57:37.288Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-25T14:57:37.288Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-25T14:57:37.288Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-25T14:57:37.288Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-25T14:57:37.288Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-25T14:57:37.288Z] PASS [2022-03-25T14:57:37.288Z] ok github.com/docker/docker/integration/session 0.137s [2022-03-25T14:57:37.757Z] [2022-03-25T14:57:37.757Z] === Skipped [2022-03-25T14:57:37.757Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-25T14:57:37.757Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-25T14:57:37.757Z] [2022-03-25T14:57:37.757Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-25T14:57:37.757Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-25T14:57:37.757Z] [2022-03-25T14:57:37.757Z] DONE 2 tests, 2 skipped in 2.295s [2022-03-25T14:57:37.757Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-25T14:57:40.717Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:40.717Z] INFO: Testing against a local daemon [2022-03-25T14:57:40.717Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-25T14:57:40.717Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:40.717Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestDiskUsage [2022-03-25T14:57:40.717Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-25T14:57:40.717Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestEventsExecDie [2022-03-25T14:57:40.717Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-25T14:57:40.717Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestEventsBackwardsCompatible [2022-03-25T14:57:40.717Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-25T14:57:40.717Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestEventsVolumeCreate [2022-03-25T14:57:40.717Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-25T14:57:40.717Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestInfoAPI [2022-03-25T14:57:40.717Z] --- PASS: TestInfoAPI (0.07s) [2022-03-25T14:57:40.717Z] === RUN TestInfoAPIWarnings [2022-03-25T14:57:40.717Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:57:40.717Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestInfoDebug [2022-03-25T14:57:40.717Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:57:40.717Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestInfoInsecureRegistries [2022-03-25T14:57:40.717Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:57:40.717Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestInfoRegistryMirrors [2022-03-25T14:57:40.717Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:57:40.717Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-25T14:57:40.717Z] === RUN TestLoginFailsWithBadCredentials [2022-03-25T14:57:41.705Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2022-03-25T14:57:41.705Z] === RUN TestPingCacheHeaders [2022-03-25T14:57:41.705Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-25T14:57:41.705Z] === RUN TestPingGet [2022-03-25T14:57:41.705Z] --- PASS: TestPingGet (0.04s) [2022-03-25T14:57:41.705Z] === RUN TestPingHead [2022-03-25T14:57:41.705Z] --- PASS: TestPingHead (0.04s) [2022-03-25T14:57:41.705Z] === RUN TestVersion [2022-03-25T14:57:41.705Z] --- PASS: TestVersion (0.03s) [2022-03-25T14:57:41.705Z] PASS [2022-03-25T14:57:41.705Z] ok github.com/docker/docker/integration/system 1.312s [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === Skipped [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-25T14:57:41.705Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-25T14:57:41.705Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-25T14:57:41.705Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-25T14:57:41.705Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-25T14:57:41.705Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-25T14:57:41.705Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-25T14:57:41.705Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-25T14:57:41.705Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-25T14:57:41.705Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-25T14:57:41.705Z] [2022-03-25T14:57:41.705Z] DONE 15 tests, 9 skipped in 4.209s [2022-03-25T14:57:42.174Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-25T14:57:44.392Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:44.392Z] INFO: Testing against a local daemon [2022-03-25T14:57:44.392Z] === RUN TestVolumesCreateAndList [2022-03-25T14:57:44.392Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-25T14:57:44.392Z] === RUN TestVolumesRemove [2022-03-25T14:57:44.392Z] --- PASS: TestVolumesRemove (0.16s) [2022-03-25T14:57:44.392Z] === RUN TestVolumesInspect [2022-03-25T14:57:44.863Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-25T14:57:44.863Z] === RUN TestVolumesInvalidJSON [2022-03-25T14:57:44.863Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-25T14:57:44.863Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-25T14:57:44.863Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-25T14:57:44.863Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-25T14:57:44.863Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-25T14:57:44.863Z] PASS [2022-03-25T14:57:44.863Z] ok github.com/docker/docker/integration/volume 0.384s [2022-03-25T14:57:44.863Z] [2022-03-25T14:57:44.863Z] DONE 5 tests in 2.860s [2022-03-25T14:57:44.863Z] INFO: make.ps1 ended at 03/25/2022 14:57:44 [2022-03-25T14:57:44.863Z] INFO: Integration CLI tests being run from the host: [2022-03-25T14:57:44.863Z] 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-25T14:57:59.826Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-25T14:57:59.826Z] INFO: Testing against a local daemon [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-25T14:57:59.826Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-25T14:57:59.826Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-25T14:57:59.826Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-25T14:58:00.295Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-25T14:58:00.295Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-25T14:58:09.325Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-25T14:58:11.918Z] ok github.com/docker/docker/libnetwork/networkdb 104.125s coverage: 60.0% of statements [2022-03-25T14:58:11.918Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-25T14:58:11.918Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-25T14:58:11.918Z] ok github.com/docker/docker/libnetwork/osl 4.310s coverage: 39.7% of statements [2022-03-25T14:58:11.918Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-25T14:58:11.918Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-25T14:58:11.918Z] ok github.com/docker/docker/libnetwork/portmapper 0.220s coverage: 48.6% of statements [2022-03-25T14:58:12.177Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-03-25T14:58:12.177Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-25T14:58:12.384Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-25T14:58:12.384Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-25T14:58:12.436Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-25T14:58:12.436Z] [2022-03-25T14:58:12.436Z] === Skipped [2022-03-25T14:58:12.436Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-25T14:58:12.436Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-25T14:58:12.436Z] [2022-03-25T14:58:12.436Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-25T14:58:12.436Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-25T14:58:12.436Z] [2022-03-25T14:58:12.436Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-25T14:58:12.436Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-25T14:58:12.436Z] [2022-03-25T14:58:12.436Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-25T14:58:12.436Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:58:12.436Z] [2022-03-25T14:58:12.436Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-25T14:58:12.437Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:58:12.437Z] [2022-03-25T14:58:12.437Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-25T14:58:12.437Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:58:12.437Z] [2022-03-25T14:58:12.437Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-25T14:58:12.437Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:58:12.437Z] [2022-03-25T14:58:12.437Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-25T14:58:12.437Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-25T14:58:12.437Z] [2022-03-25T14:58:12.437Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-25T14:58:12.437Z] firewalld_test.go:14: firewalld is not running [2022-03-25T14:58:12.437Z] [2022-03-25T14:58:12.437Z] DONE 326 tests, 9 skipped in 199.783s Post stage [Pipeline] junit [2022-03-25T14:58:13.028Z] Recording test results [2022-03-25T14:58:13.482Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-25T14:58:13.545Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-25T14:58:13.545Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T14:58:13.545Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-25T14:58:13.823Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43378/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3853eb59d16431793a1ac64b3736931b2a078abd -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3853eb59d16431793a1ac64b3736931b2a078abd hack/validate/vendor [2022-03-25T14:58:14.389Z] No vendor changes in diff. [2022-03-25T14:58:14.389Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-25T14:58:14.960Z] + echo Ensuring container killed. [2022-03-25T14:58:14.960Z] Ensuring container killed. [2022-03-25T14:58:14.960Z] + docker rm -vf docker-pr3 [2022-03-25T14:58:14.960Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-03-25T14:58:15.241Z] + echo Chowning /workspace to jenkins user [2022-03-25T14:58:15.241Z] Chowning /workspace to jenkins user [2022-03-25T14:58:15.241Z] + id -u [2022-03-25T14:58:15.241Z] + id -g [2022-03-25T14:58:15.241Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43378:/workspace busybox chown -R 1000:1000 /workspace [2022-03-25T14:58:15.848Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-25T14:58:15.848Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-25T14:58:15.848Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-25T14:58:16.912Z] + bundleName=unit [2022-03-25T14:58:16.912Z] + echo Creating unit-bundles.tar.gz [2022-03-25T14:58:16.912Z] Creating unit-bundles.tar.gz [2022-03-25T14:58:16.912Z] + 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-25T14:58:16.912Z] bundles/junit-report-libnetwork.xml [2022-03-25T14:58:16.912Z] bundles/junit-report.xml [2022-03-25T14:58:16.912Z] bundles/go-test-report-libnetwork.json [2022-03-25T14:58:16.912Z] bundles/go-test-report.json [2022-03-25T14:58:16.912Z] bundles/profile-libnetwork.out [2022-03-25T14:58:16.912Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-25T14:58:16.923Z] Archiving artifacts [2022-03-25T14:58:17.359Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-25T14:58:17.701Z] + make clean [2022-03-25T14:58:17.702Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-25T14:58:17.702Z] docker-dev-cache [2022-03-25T14:58:17.702Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-25T14:58:20.760Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-25T14:58:22.392Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-25T14:58:22.392Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-25T14:58:22.392Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-25T14:58:22.392Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-25T14:58:22.392Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-25T14:58:24.694Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-25T14:58:25.204Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-25T14:58:25.204Z] docker_cli_swarm_test.go:1180: [d84f6f1d91f49] joining swarm manager [dd681823150de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:58:25.725Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-25T14:58:26.215Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-25T14:58:27.246Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-25T14:58:27.737Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-25T14:58:29.033Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-25T14:58:29.033Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-25T14:58:29.033Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-25T14:58:29.501Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-25T14:58:30.446Z] docker_cli_swarm_test.go:1189: [d06cf1e0ebda7] joining swarm manager [dd681823150de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:58:35.087Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-25T14:58:36.716Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-25T14:58:36.716Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-25T14:58:36.716Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-25T14:58:38.346Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-25T14:58:38.346Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-25T14:58:38.346Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-25T14:58:38.836Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-25T14:58:41.899Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-25T14:58:42.389Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-25T14:58:43.423Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-25T14:58:43.423Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-25T14:58:43.423Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-25T14:58:44.454Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-25T14:58:44.945Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-25T14:58:44.945Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-25T14:58:44.945Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-25T14:58:45.436Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-25T14:58:45.436Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-25T14:58:51.476Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-25T14:59:09.121Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-25T14:59:17.274Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-25T14:59:21.443Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-25T14:59:23.332Z] docker_cli_swarm_test.go:1112: [d05501d29da4f] joining swarm manager [dc412c225b8c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T14:59:24.698Z] docker_cli_swarm_test.go:1113: [d480a6cb9eb18] joining swarm manager [dc412c225b8c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T14:59:34.590Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-25T14:59:34.590Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-25T14:59:34.590Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-25T14:59:36.892Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-25T14:59:36.892Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-25T14:59:37.383Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-25T14:59:37.383Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-25T14:59:37.873Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-25T14:59:37.873Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-25T14:59:37.873Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-25T14:59:38.365Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-25T14:59:38.365Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-25T14:59:38.365Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-25T14:59:41.803Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-25T14:59:41.805Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-25T14:59:41.805Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-25T14:59:41.805Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-25T14:59:41.805Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-25T14:59:41.805Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-25T14:59:41.805Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-25T14:59:41.805Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-25T14:59:41.805Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-25T14:59:41.805Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-25T14:59:41.805Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-25T14:59:41.805Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-25T14:59:41.805Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-25T14:59:41.805Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-25T14:59:41.805Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-25T14:59:41.805Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-25T14:59:41.805Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-25T14:59:41.805Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-25T14:59:41.805Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-25T14:59:41.805Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-25T14:59:42.258Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-25T14:59:43.220Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-25T14:59:50.460Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-25T15:00:08.315Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-25T15:00:20.872Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-25T15:00:20.872Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-25T15:00:20.872Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-25T15:00:20.872Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-25T15:00:23.102Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-25T15:00:37.902Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-25T15:00:42.026Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-25T15:00:44.330Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-25T15:00:45.363Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-25T15:00:54.256Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-25T15:00:58.178Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-25T15:01:01.075Z] docker_cli_swarm_test.go:1166: [d2094f06b0e84] joining swarm manager [dc412c225b8c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-25T15:01:05.552Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-25T15:01:13.758Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-25T15:01:28.696Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-25T15:01:32.022Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-25T15:01:32.022Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-25T15:01:32.022Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-25T15:01:33.123Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-25T15:01:33.589Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-25T15:01:33.589Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-25T15:01:33.685Z] docker_cli_swarm_test.go:1447: [d91e6ac7ab677] joining swarm manager [d67bafe43dded]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T15:01:34.249Z] docker_cli_swarm_test.go:1448: [d184de6d31653] joining swarm manager [d67bafe43dded]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-25T15:01:39.462Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-25T15:01:41.030Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-25T15:01:41.030Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-25T15:01:41.030Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-25T15:01:41.030Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-25T15:01:41.030Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-25T15:01:41.030Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-25T15:01:41.030Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-25T15:01:41.030Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-25T15:01:41.079Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-25T15:01:42.020Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-25T15:01:45.941Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-25T15:01:46.560Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-25T15:01:46.560Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-25T15:01:46.560Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-25T15:01:46.560Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-25T15:01:46.560Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-25T15:01:47.123Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-25T15:01:47.513Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-25T15:01:47.513Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-25T15:01:47.981Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-25T15:01:47.981Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-25T15:01:47.981Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-25T15:01:47.981Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-25T15:01:49.640Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-25T15:01:51.776Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-25T15:01:52.912Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-25T15:01:54.803Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-25T15:01:56.695Z] docker_cli_swarm_unix_test.go:63: [d00164240d852] joining swarm manager [d75c3d45b15f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T15:02:06.722Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-25T15:02:12.591Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-25T15:02:14.156Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-25T15:02:14.156Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-25T15:02:14.156Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-25T15:02:17.948Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-25T15:02:19.515Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-25T15:02:26.693Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-25T15:02:26.693Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-25T15:02:26.693Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-25T15:02:26.693Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-25T15:02:26.693Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-25T15:02:26.693Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-25T15:02:26.693Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-25T15:02:26.693Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-25T15:02:26.693Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-25T15:02:26.693Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-25T15:02:47.309Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-25T15:02:52.890Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-25T15:02:52.890Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-25T15:02:52.890Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-25T15:02:54.259Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-25T15:02:54.369Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-25T15:02:54.369Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-25T15:02:54.369Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-25T15:02:57.529Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-25T15:02:59.420Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-25T15:03:01.309Z] docker_api_swarm_test.go:962: [da4a47bb5e7f6] joining swarm manager [d4fc57fd77d30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-25T15:03:09.389Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-25T15:03:09.389Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-25T15:03:09.389Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-25T15:03:09.389Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-25T15:03:09.389Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-25T15:03:22.288Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-25T15:03:22.288Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-25T15:03:22.288Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-25T15:03:22.288Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-25T15:03:22.288Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-25T15:03:22.288Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-25T15:03:23.192Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-25T15:03:23.275Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-25T15:03:24.840Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-25T15:03:24.840Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-25T15:03:24.840Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-25T15:03:25.827Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-25T15:03:26.296Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-25T15:03:30.627Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-25T15:03:30.627Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-25T15:03:31.277Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-25T15:03:31.616Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-25T15:03:32.085Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-25T15:03:33.168Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-25T15:03:33.469Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-25T15:03:35.061Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-25T15:03:38.311Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-25T15:03:38.339Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-25T15:03:42.504Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-25T15:03:42.504Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-25T15:03:42.504Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-25T15:03:44.183Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-25T15:03:44.183Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-25T15:03:44.183Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-25T15:03:44.183Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-25T15:03:44.652Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-25T15:03:44.652Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-25T15:03:44.652Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-25T15:03:44.652Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-25T15:03:44.652Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-25T15:03:44.652Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-25T15:03:44.652Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-25T15:03:44.877Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-25T15:03:49.044Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-25T15:03:49.663Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-25T15:03:50.409Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-25T15:03:50.409Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:03:50.409Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-25T15:03:50.409Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:03:50.409Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-25T15:03:50.409Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:03:50.409Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-25T15:03:51.611Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-25T15:03:51.921Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-25T15:03:54.127Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-25T15:03:56.644Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-25T15:03:57.650Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-25T15:03:59.159Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-25T15:04:01.674Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-25T15:04:02.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-25T15:04:03.562Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-25T15:04:10.943Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-25T15:04:10.943Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-25T15:04:11.411Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-25T15:04:18.567Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-25T15:04:18.567Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-25T15:04:18.567Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-25T15:04:18.567Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-25T15:04:18.567Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-25T15:04:18.803Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-25T15:04:18.803Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-25T15:04:18.803Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-25T15:04:18.803Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-25T15:04:18.803Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-25T15:04:18.803Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-25T15:04:18.803Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-25T15:04:18.803Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-25T15:04:18.803Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-25T15:04:18.803Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-25T15:04:18.803Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-25T15:04:18.803Z] === RUN TestDockerSuite/TestBuildFails [2022-03-25T15:04:20.368Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-25T15:04:20.368Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-25T15:04:25.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-25T15:04:25.719Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-25T15:04:25.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-25T15:04:26.189Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-25T15:04:26.189Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-25T15:04:26.189Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-25T15:04:26.189Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-25T15:04:26.189Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-25T15:04:29.044Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-25T15:04:35.710Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-25T15:04:35.710Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-25T15:04:35.710Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-25T15:04:36.211Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-25T15:04:46.641Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-25T15:04:53.802Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-25T15:04:55.370Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-25T15:04:59.743Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-25T15:05:02.046Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-25T15:05:02.532Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-25T15:05:02.532Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-25T15:05:02.532Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-25T15:05:03.519Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-25T15:05:03.988Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-25T15:05:03.988Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-25T15:05:03.988Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-25T15:05:04.258Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-25T15:05:04.258Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-25T15:05:05.243Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-25T15:05:05.243Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:05:05.711Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-25T15:05:05.909Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-25T15:05:07.275Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-25T15:05:07.276Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-25T15:05:07.276Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-25T15:05:14.451Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-25T15:05:14.580Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-25T15:05:15.439Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-25T15:05:15.439Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-25T15:05:15.439Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-25T15:05:15.439Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-25T15:05:15.439Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-25T15:05:16.480Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-25T15:05:16.480Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:05:16.480Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-25T15:05:17.003Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-25T15:05:17.990Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-25T15:05:18.977Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-25T15:05:19.445Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-25T15:05:19.913Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-25T15:05:23.750Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-25T15:05:28.580Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-25T15:05:29.421Z] --- PASS: TestDockerSwarmSuite (1583.24s) [2022-03-25T15:05:29.421Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.03s) [2022-03-25T15:05:29.421Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.17s) [2022-03-25T15:05:29.421Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.90s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.15s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.92s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.30s) [2022-03-25T15:05:29.422Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.03s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.81s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.35s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (40.62s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (20.75s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.83s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.16s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.46s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.37s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.41s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.24s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.45s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.77s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.95s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (58.34s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.62s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.99s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.14s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.27s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.98s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.55s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.45s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.79s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.99s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.64s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.69s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.45s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.79s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.48s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.95s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.83s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.41s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.14s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.02s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.24s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.09s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.74s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.30s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.81s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.01s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.84s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.65s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.25s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.09s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.13s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.55s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.04s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.16s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.05s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.11s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.02s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.48s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.62s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.48s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.68s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.47s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.09s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.51s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.49s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.70s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.15s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.16s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.77s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.88s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.40s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.53s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.38s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.18s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (63.65s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.69s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.66s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.45s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.13s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.68s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.89s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.57s) [2022-03-25T15:05:29.422Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.92s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.16s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.46s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (45.98s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.00s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.12s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (130.44s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.23s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.21s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.15s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.19s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.11s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.17s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.21s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.95s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.15s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.01s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.39s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.11s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.18s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.17s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.20s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.73s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.81s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.37s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.53s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.42s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.43s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.39s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.47s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.15s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.83s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.13s) [2022-03-25T15:05:29.422Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.74s) [2022-03-25T15:05:29.422Z] === RUN TestDockerExternalVolumeSuite [2022-03-25T15:05:29.422Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-25T15:05:29.422Z] docker_cli_external_volume_driver_test.go:52: [dc090c5201c72] daemon is not started [2022-03-25T15:05:30.145Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-25T15:05:30.145Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-25T15:05:30.145Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-25T15:05:31.418Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-25T15:05:31.714Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-25T15:05:31.714Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-25T15:05:31.714Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-25T15:05:32.188Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-25T15:05:32.410Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-25T15:05:35.149Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-25T15:05:35.367Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-25T15:05:35.367Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-25T15:05:35.837Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-25T15:05:36.714Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-25T15:05:36.824Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-25T15:05:36.824Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-25T15:05:37.184Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-25T15:05:37.184Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-25T15:05:37.184Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-25T15:05:38.174Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-25T15:05:39.167Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-25T15:05:39.167Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-25T15:05:39.167Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-25T15:05:39.167Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-25T15:05:39.167Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-25T15:05:41.597Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-25T15:05:42.697Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-25T15:05:44.264Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-25T15:05:45.247Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-25T15:05:46.199Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-25T15:05:46.331Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-25T15:05:47.153Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-25T15:05:47.462Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-25T15:05:48.665Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-25T15:05:50.813Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-25T15:05:58.216Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-25T15:05:58.216Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-25T15:05:58.684Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-25T15:05:58.684Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-25T15:05:58.684Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-25T15:05:58.684Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-25T15:05:58.684Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-25T15:05:59.152Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-25T15:05:59.152Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-25T15:06:00.139Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-25T15:06:00.607Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-25T15:06:07.775Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-25T15:06:17.382Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-25T15:06:28.851Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-25T15:06:28.851Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-25T15:06:28.851Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-25T15:06:29.745Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-25T15:06:31.015Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-25T15:06:37.211Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-25T15:06:37.211Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-25T15:06:37.211Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-25T15:06:39.428Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-25T15:06:39.428Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-25T15:06:39.897Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-25T15:06:39.897Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-25T15:06:40.364Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-25T15:06:40.364Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-25T15:06:40.364Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-25T15:06:41.353Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-25T15:06:41.353Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-25T15:06:41.353Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-25T15:06:42.106Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-25T15:06:55.107Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-25T15:07:01.645Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-25T15:07:11.455Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-25T15:07:11.923Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-25T15:07:11.923Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-25T15:07:12.392Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-25T15:07:16.485Z] docker_cli_external_volume_driver_test.go:52: [da563cfcaced7] daemon is not started [2022-03-25T15:07:21.655Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-25T15:07:34.010Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-25T15:07:34.528Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-25T15:07:37.685Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-25T15:07:37.685Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-25T15:07:38.671Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-25T15:07:41.060Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-25T15:07:44.540Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-25T15:07:48.332Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-25T15:07:49.364Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-25T15:07:49.605Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-25T15:07:52.169Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-25T15:07:56.661Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-25T15:08:04.232Z] docker_cli_external_volume_driver_test.go:52: [d593ed4272584] daemon is not started [2022-03-25T15:08:19.066Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-25T15:08:19.066Z] docker_cli_external_volume_driver_test.go:52: [dd31a01d1e74d] daemon is not started [2022-03-25T15:08:21.779Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-25T15:08:21.779Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-25T15:08:21.779Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-25T15:08:30.406Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-25T15:08:30.406Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-25T15:08:30.406Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-25T15:08:30.406Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-25T15:08:30.406Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-25T15:08:30.406Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-25T15:08:33.900Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-25T15:08:35.081Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-25T15:08:40.860Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-25T15:08:44.576Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-25T15:08:44.576Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-25T15:08:44.576Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-25T15:08:47.462Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-25T15:08:48.416Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-25T15:08:50.566Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-25T15:08:53.853Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-25T15:08:53.853Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-25T15:08:53.853Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-25T15:08:53.853Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-25T15:09:00.977Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-25T15:09:02.933Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-25T15:09:04.093Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-25T15:09:04.474Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-25T15:09:04.474Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-25T15:09:04.474Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-25T15:09:04.474Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-25T15:09:05.250Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-25T15:09:05.923Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-25T15:09:09.965Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-25T15:09:09.965Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-25T15:09:09.965Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-25T15:09:09.965Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-25T15:09:09.965Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-25T15:09:09.965Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-25T15:09:09.965Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-25T15:09:09.965Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-25T15:09:09.965Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-25T15:09:09.965Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-25T15:09:09.965Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-25T15:09:14.726Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-25T15:09:14.726Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:09:14.726Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-25T15:09:14.726Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:09:14.726Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-25T15:09:14.726Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:09:14.726Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-25T15:09:16.301Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-25T15:09:17.750Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-25T15:09:20.795Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-25T15:09:22.176Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-25T15:09:22.508Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-25T15:09:32.930Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-25T15:09:35.638Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-25T15:09:40.103Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-25T15:09:43.426Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-25T15:09:43.426Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-25T15:09:43.426Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-25T15:09:43.426Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-25T15:09:43.426Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-25T15:09:43.426Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-25T15:09:43.426Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-25T15:09:43.426Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-25T15:09:43.426Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-25T15:09:43.426Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-25T15:09:43.426Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-25T15:09:43.426Z] === RUN TestDockerSuite/TestBuildFails [2022-03-25T15:09:45.969Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-25T15:09:47.534Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-25T15:09:47.534Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-25T15:09:47.534Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-25T15:09:47.534Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-25T15:09:47.534Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-25T15:09:49.298Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-25T15:09:49.298Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-25T15:09:50.488Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-25T15:09:50.488Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-25T15:09:50.488Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-25T15:09:56.386Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-25T15:10:02.164Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-25T15:10:09.216Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-25T15:10:16.767Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-25T15:10:18.327Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-25T15:10:19.312Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-25T15:10:21.541Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-25T15:10:22.261Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-25T15:10:22.492Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-25T15:10:29.814Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-25T15:10:29.814Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-25T15:10:29.814Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-25T15:10:29.814Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-25T15:10:30.779Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-25T15:10:30.779Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-25T15:10:30.779Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-25T15:10:40.383Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-25T15:10:45.659Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-25T15:10:45.661Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:10:45.661Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-25T15:10:49.456Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-25T15:10:50.862Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-25T15:10:59.884Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-25T15:11:00.454Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-25T15:11:00.912Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-25T15:11:03.081Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-25T15:11:03.081Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-25T15:11:03.081Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-25T15:11:04.035Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-25T15:11:04.486Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-25T15:11:08.503Z] === RUN TestDockerSuite/TestBuildRm [2022-03-25T15:11:10.221Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-25T15:11:10.694Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-25T15:11:11.647Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-25T15:11:12.408Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-25T15:11:12.601Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-25T15:11:13.558Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-25T15:11:14.524Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-25T15:11:14.821Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-25T15:11:16.697Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-25T15:11:23.760Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-25T15:11:23.760Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-25T15:11:23.760Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-25T15:11:23.760Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-25T15:11:23.760Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-25T15:11:23.760Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-25T15:11:23.760Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-25T15:11:23.760Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-25T15:11:24.221Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-25T15:11:24.678Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-25T15:11:25.643Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-25T15:11:26.107Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-25T15:11:29.840Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-25T15:11:29.840Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-25T15:11:29.840Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-25T15:11:29.840Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-25T15:11:29.840Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-25T15:11:31.420Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-25T15:11:32.009Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-25T15:11:37.792Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-25T15:11:42.469Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-25T15:11:44.432Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-25T15:11:48.244Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-25T15:11:50.688Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-25T15:11:59.278Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-25T15:12:01.775Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-25T15:12:01.775Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-25T15:12:01.775Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-25T15:12:01.775Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-25T15:12:03.187Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-25T15:12:09.423Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-25T15:12:09.882Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-25T15:12:10.845Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-25T15:12:15.460Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-25T15:12:15.460Z] docker_cli_external_volume_driver_test.go:484: [d5df783e48ba4] daemon is not started [2022-03-25T15:12:16.590Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-25T15:12:23.206Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-25T15:12:23.206Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-25T15:12:28.949Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-25T15:12:29.406Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-25T15:12:33.505Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-25T15:12:33.505Z] docker_cli_external_volume_driver_test.go:52: [d065584c2a9ce] daemon is not started [2022-03-25T15:12:36.455Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-25T15:12:45.543Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite (436.83s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.15s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.16s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.74s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.58s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s) [2022-03-25T15:12:48.344Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-03-25T15:12:48.344Z] PASS [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] === Skipped [2022-03-25T15:12:48.344Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2022-03-25T15:12:48.344Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-25T15:12:48.344Z] check_test.go:308: [d7a7414f7d061] daemon is not started [2022-03-25T15:12:48.344Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-25T15:12:48.344Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-25T15:12:48.344Z] check_test.go:308: [d6905c0e6d71b] daemon is not started [2022-03-25T15:12:48.344Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-25T15:12:48.344Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-25T15:12:48.344Z] check_test.go:308: [d7470bef6a385] daemon is not started [2022-03-25T15:12:48.344Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-25T15:12:48.344Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-25T15:12:48.344Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-25T15:12:48.344Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-25T15:12:48.344Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] DONE 271 tests, 5 skipped in 2359.571s [2022-03-25T15:12:48.344Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-25T15:12:48.344Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d723c02b58a71/docker.pid [2022-03-25T15:12:48.344Z] +++ kill 7226 [2022-03-25T15:12:48.344Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7226 is not a child of this shell [2022-03-25T15:12:48.344Z] warning: PID 7226 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d723c02b58a71/docker.pid had a nonzero exit code [2022-03-25T15:12:48.344Z] ++++ cat bundles/test-integration/docker.pid [2022-03-25T15:12:48.344Z] +++ kill 9374 [2022-03-25T15:12:48.344Z] +++ /etc/init.d/apparmor stop [2022-03-25T15:12:48.344Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] Unloading profiles will leave already running processes permanently [2022-03-25T15:12:48.344Z] unconfined, which can lead to unexpected situations. [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] To set a process to complain mode, use the command line tool [2022-03-25T15:12:48.344Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-25T15:12:48.344Z] +++ true [2022-03-25T15:12:48.344Z] exiting test-integration [2022-03-25T15:12:48.344Z] ++ exit 0 [2022-03-25T15:12:48.344Z] [2022-03-25T15:12:48.344Z] + exit 0 [2022-03-25T15:12:48.344Z] ++ jobs -p [2022-03-25T15:12:48.344Z] + pids= [2022-03-25T15:12:48.344Z] + echo 'Remaining pids to kill: []' [2022-03-25T15:12:48.344Z] Remaining pids to kill: [] [2022-03-25T15:12:48.344Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-25T15:12:48.357Z] Recording test results [2022-03-25T15:12:48.951Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-25T15:12:49.305Z] + echo Ensuring container killed. [2022-03-25T15:12:49.305Z] Ensuring container killed. [2022-03-25T15:12:49.305Z] + docker ps -aq -f name=docker-pr3-* [2022-03-25T15:12:49.305Z] + cids=691682e86b5a [2022-03-25T15:12:49.305Z] d33df0f0b38b [2022-03-25T15:12:49.305Z] b4c63c1df3a5 [2022-03-25T15:12:49.305Z] + [ -n 691682e86b5a [2022-03-25T15:12:49.305Z] d33df0f0b38b [2022-03-25T15:12:49.305Z] b4c63c1df3a5 ] [2022-03-25T15:12:49.305Z] + docker rm -vf 691682e86b5a d33df0f0b38b b4c63c1df3a5 [2022-03-25T15:12:50.234Z] 691682e86b5a [2022-03-25T15:12:50.234Z] d33df0f0b38b [2022-03-25T15:12:50.234Z] b4c63c1df3a5 [Pipeline] sh [2022-03-25T15:12:50.552Z] + echo Chowning /workspace to jenkins user [2022-03-25T15:12:50.552Z] Chowning /workspace to jenkins user [2022-03-25T15:12:50.552Z] + id -u [2022-03-25T15:12:50.552Z] + id -g [2022-03-25T15:12:50.552Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43378:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-25T15:12:53.425Z] + bundleName=amd64 [2022-03-25T15:12:53.425Z] + echo Creating amd64-bundles.tar.gz [2022-03-25T15:12:53.425Z] Creating amd64-bundles.tar.gz [2022-03-25T15:12:53.425Z] + xargs tar -czf amd64-bundles.tar.gz [2022-03-25T15:12:53.425Z] + 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-25T15:12:54.803Z] Archiving artifacts [2022-03-25T15:12:55.254Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-25T15:12:55.562Z] + make clean [2022-03-25T15:12:55.562Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-25T15:12:55.562Z] docker-dev-cache [2022-03-25T15:12:55.562Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-25T15:13:01.849Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-25T15:13:01.849Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-25T15:13:01.849Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-25T15:13:03.211Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-25T15:13:06.528Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-25T15:13:07.492Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-25T15:13:13.521Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-25T15:13:14.539Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-25T15:13:20.309Z] === RUN TestDockerSuite/TestBuildUser [2022-03-25T15:13:20.309Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-25T15:13:20.309Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-25T15:13:20.309Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-25T15:13:20.309Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-25T15:13:20.309Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-25T15:13:20.309Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-25T15:13:25.887Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-25T15:13:26.061Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-25T15:13:26.512Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-25T15:13:31.168Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-25T15:13:31.168Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-25T15:13:31.168Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-25T15:13:31.168Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-25T15:13:31.168Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-25T15:13:31.630Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-25T15:13:49.273Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-25T15:13:49.273Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-25T15:13:49.273Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-25T15:13:57.826Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-25T15:13:58.202Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-25T15:13:58.202Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-25T15:13:58.202Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-25T15:13:58.202Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-25T15:13:58.793Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-25T15:13:58.793Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-25T15:13:58.793Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-25T15:13:58.793Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-25T15:13:58.793Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-25T15:14:01.057Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-25T15:14:01.057Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-25T15:14:01.689Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-25T15:14:02.969Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-25T15:14:06.801Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-25T15:14:11.991Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-25T15:14:12.664Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-25T15:14:12.664Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-25T15:14:13.132Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-25T15:14:13.133Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-25T15:14:13.414Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-25T15:14:13.601Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-25T15:14:13.601Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-25T15:14:13.601Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-25T15:14:13.601Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-25T15:14:13.601Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-25T15:14:13.601Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-25T15:14:13.601Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-25T15:14:14.162Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-25T15:14:14.162Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-25T15:14:14.619Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-25T15:14:17.510Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-25T15:14:18.352Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-25T15:14:18.352Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:14:18.352Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-25T15:14:18.352Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:14:18.352Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-25T15:14:18.352Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:14:18.352Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-25T15:14:18.475Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-25T15:14:19.338Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-25T15:14:20.009Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-25T15:14:20.470Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-25T15:14:20.470Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-25T15:14:20.470Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-25T15:14:20.470Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-25T15:14:20.470Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-25T15:14:24.193Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-25T15:14:24.193Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-25T15:14:24.193Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-25T15:14:25.207Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-25T15:14:34.783Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-25T15:14:36.318Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-25T15:14:38.956Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-25T15:14:43.107Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-25T15:14:43.575Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-25T15:14:43.575Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-25T15:14:43.575Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-25T15:14:43.575Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-25T15:14:43.575Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-25T15:14:43.575Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-25T15:14:43.575Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-25T15:14:43.575Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-25T15:14:43.575Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-25T15:14:43.575Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-25T15:14:43.625Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-25T15:14:44.044Z] === RUN TestDockerSuite/TestBuildFails [2022-03-25T15:14:44.587Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-25T15:14:46.626Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-25T15:14:47.839Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-25T15:14:47.839Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-25T15:14:51.304Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-25T15:14:55.002Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-25T15:14:59.855Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-25T15:15:02.236Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-25T15:15:02.236Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-25T15:15:02.693Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-25T15:15:02.693Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-25T15:15:03.154Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-25T15:15:03.154Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-25T15:15:03.614Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-25T15:15:03.668Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-25T15:15:05.142Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-25T15:15:05.639Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-25T15:15:11.420Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-25T15:15:12.336Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-25T15:15:12.386Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-25T15:15:12.386Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-25T15:15:12.386Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-25T15:15:12.386Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-25T15:15:12.386Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-25T15:15:14.556Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-25T15:15:14.556Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-25T15:15:14.556Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-25T15:15:15.430Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-25T15:15:17.599Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-25T15:15:17.599Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-25T15:15:18.057Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-25T15:15:18.057Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-25T15:15:18.057Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-25T15:15:18.057Z] docker_cli_sni_test.go:18: Flakey test [2022-03-25T15:15:18.057Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-25T15:15:19.495Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-25T15:15:21.710Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-25T15:15:21.774Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-25T15:15:27.543Z] === RUN TestDockerSuite/TestCommitChange [2022-03-25T15:15:28.884Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-25T15:15:28.884Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-25T15:15:28.884Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-25T15:15:28.884Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-25T15:15:29.871Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-25T15:15:29.871Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-25T15:15:29.871Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-25T15:15:34.593Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-25T15:15:40.369Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-25T15:15:40.369Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-25T15:15:40.369Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-25T15:15:42.373Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-25T15:15:42.373Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:15:42.373Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-25T15:15:50.665Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-25T15:15:50.665Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:15:50.665Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-25T15:15:54.871Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-25T15:15:55.860Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-25T15:15:58.814Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-25T15:15:58.814Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-25T15:15:58.814Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-25T15:15:59.203Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-25T15:15:59.800Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-25T15:15:59.800Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-25T15:16:05.336Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-25T15:16:06.254Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-25T15:16:06.254Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-25T15:16:06.254Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-25T15:16:06.254Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-25T15:16:06.254Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-25T15:16:06.254Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-25T15:16:06.254Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-25T15:16:06.254Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-25T15:16:07.334Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-25T15:16:07.334Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-25T15:16:07.803Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-25T15:16:09.368Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-25T15:16:09.837Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-25T15:16:10.825Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-25T15:16:13.041Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-25T15:16:14.801Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-25T15:16:20.209Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-25T15:16:20.209Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-25T15:16:20.209Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-25T15:16:20.209Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-25T15:16:20.209Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-25T15:16:20.209Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-25T15:16:20.209Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-25T15:16:20.209Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-25T15:16:20.209Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-25T15:16:21.197Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-25T15:16:21.665Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-25T15:16:25.149Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-25T15:16:25.149Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-03-25T15:16:25.149Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-25T15:16:28.103Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-25T15:16:28.103Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-03-25T15:16:28.103Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-25T15:16:28.103Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:16:28.103Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-25T15:16:28.103Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:16:28.103Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-25T15:16:28.818Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-25T15:16:31.899Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-25T15:16:31.899Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-03-25T15:16:31.899Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-25T15:16:31.899Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-25T15:16:34.859Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-25T15:16:34.859Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-25T15:16:34.859Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-03-25T15:16:34.859Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-25T15:16:34.859Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-03-25T15:16:34.859Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-25T15:16:34.859Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-03-25T15:16:34.859Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-25T15:16:38.663Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-25T15:16:41.618Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-25T15:16:44.525Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-25T15:16:44.525Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-25T15:16:44.525Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-03-25T15:16:44.525Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-25T15:16:47.497Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-25T15:16:47.497Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-25T15:16:47.904Z] === RUN TestDockerSuite/TestBuildRm [2022-03-25T15:16:50.125Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-25T15:16:50.125Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-25T15:16:50.125Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-25T15:16:51.184Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-25T15:16:51.184Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-03-25T15:16:51.184Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-25T15:16:51.184Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-03-25T15:16:51.184Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-25T15:16:51.687Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-25T15:16:54.050Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-25T15:16:54.050Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-25T15:16:56.914Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-25T15:16:56.914Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-03-25T15:16:56.914Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-25T15:16:58.156Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-25T15:17:00.728Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-25T15:17:01.197Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-25T15:17:01.956Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-25T15:17:01.956Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-25T15:17:02.426Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-25T15:17:02.426Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-25T15:17:02.896Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-25T15:17:04.465Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-25T15:17:04.991Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-25T15:17:09.242Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-25T15:17:09.748Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-25T15:17:14.007Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-25T15:17:15.610Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-25T15:17:15.610Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-25T15:17:15.610Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-25T15:17:15.610Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-25T15:17:15.610Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-25T15:17:17.780Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-25T15:17:17.780Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-03-25T15:17:17.780Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-25T15:17:21.502Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-25T15:17:21.502Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-03-25T15:17:21.502Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-25T15:17:24.325Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-25T15:17:24.398Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-25T15:17:24.398Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-25T15:17:30.175Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-25T15:17:32.343Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-25T15:17:32.343Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-25T15:17:32.343Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-25T15:17:32.343Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-25T15:17:32.343Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-25T15:17:32.343Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-25T15:17:32.343Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-25T15:17:32.343Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-25T15:17:32.343Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-25T15:17:32.343Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-25T15:17:32.343Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-25T15:17:34.517Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-25T15:17:34.517Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-25T15:17:38.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-25T15:17:41.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-25T15:17:42.552Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-25T15:17:44.032Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-25T15:17:45.394Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-25T15:17:45.394Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-25T15:17:45.394Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-25T15:17:47.757Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003bbb78_} [2022-03-25T15:17:50.659Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1987413870_c:\foo_false____} [2022-03-25T15:17:53.556Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1987413870_c:\foo_true____} [2022-03-25T15:17:55.040Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-25T15:17:55.824Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-25T15:17:56.284Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-25T15:17:57.278Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-25T15:17:57.278Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-25T15:17:57.278Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-25T15:17:57.278Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-25T15:17:57.278Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-25T15:17:57.278Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-25T15:17:57.278Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-25T15:18:01.076Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-25T15:18:01.076Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-25T15:18:01.076Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:18:01.076Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-25T15:18:02.069Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-25T15:18:02.527Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-25T15:18:03.697Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-25T15:18:04.798Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-25T15:18:04.798Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-25T15:18:04.798Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-25T15:18:04.798Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-25T15:18:07.207Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-25T15:18:08.520Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-25T15:18:08.520Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-25T15:18:08.520Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-25T15:18:08.520Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-25T15:18:08.520Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-25T15:18:08.520Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-25T15:18:08.520Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-25T15:18:12.355Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-25T15:18:14.291Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-25T15:18:17.181Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-25T15:18:17.181Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:18:17.181Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-25T15:18:17.181Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-25T15:18:17.181Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-25T15:18:19.519Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-25T15:18:29.536Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-25T15:18:29.536Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-25T15:18:29.536Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-25T15:18:29.536Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:18:29.536Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-25T15:18:32.317Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-25T15:18:32.317Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-25T15:18:32.317Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-25T15:18:32.775Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-25T15:18:34.306Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-25T15:18:40.085Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-25T15:18:41.889Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-25T15:18:41.889Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-25T15:18:41.889Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-25T15:18:41.889Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-25T15:18:41.889Z] === RUN TestDockerSuite/TestCpToDot [2022-03-25T15:18:44.781Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-25T15:18:44.781Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-25T15:18:44.781Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-25T15:18:44.781Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-25T15:18:44.781Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-25T15:18:44.812Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-25T15:18:44.812Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-25T15:18:44.812Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-25T15:18:45.862Z] === RUN TestDockerSuite/TestBuildUser [2022-03-25T15:18:45.862Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-25T15:18:45.862Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-25T15:18:45.862Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-25T15:18:45.862Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-25T15:18:45.862Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-25T15:18:45.862Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-25T15:18:48.504Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-25T15:18:48.504Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:18:48.504Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-25T15:18:48.504Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-25T15:18:48.504Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-25T15:18:48.504Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-25T15:18:48.504Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-25T15:18:48.504Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-25T15:18:48.504Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-25T15:18:48.504Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-25T15:18:48.959Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-25T15:18:50.542Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-25T15:18:50.542Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-25T15:18:51.130Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-25T15:18:54.267Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-25T15:18:54.267Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-25T15:18:54.267Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-25T15:18:54.267Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-25T15:18:54.267Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-25T15:18:54.855Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-25T15:18:54.855Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-25T15:18:55.229Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-25T15:18:55.229Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-25T15:18:55.229Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-25T15:18:55.229Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-25T15:18:55.229Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-25T15:18:55.229Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-25T15:18:55.311Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-25T15:18:58.203Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-25T15:18:58.659Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-25T15:18:59.022Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-25T15:18:59.114Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-25T15:18:59.114Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-25T15:18:59.114Z] === RUN TestDockerSuite/TestCreateRM [2022-03-25T15:18:59.570Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-25T15:18:59.570Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-25T15:18:59.570Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-25T15:19:00.025Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-25T15:19:00.482Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-25T15:19:04.895Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-25T15:19:10.826Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-25T15:19:11.295Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-25T15:19:12.282Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-25T15:19:16.079Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-25T15:19:16.079Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-25T15:19:16.079Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:19:16.547Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-25T15:19:17.391Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-25T15:19:17.391Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-25T15:19:17.391Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-25T15:19:18.961Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-25T15:19:19.432Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-25T15:19:19.432Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-25T15:19:19.503Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-25T15:19:19.503Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.503Z] === RUN TestDockerSuite/TestDockerFails [2022-03-25T15:19:19.947Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-25T15:19:19.970Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-25T15:19:19.970Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.970Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-25T15:19:19.970Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.970Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-25T15:19:19.970Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.970Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-25T15:19:19.970Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.970Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-25T15:19:19.970Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-25T15:19:19.970Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-25T15:19:21.598Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-25T15:19:23.826Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-25T15:19:26.781Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-25T15:19:29.958Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-25T15:19:30.573Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-25T15:19:34.115Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-25T15:19:35.682Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-25T15:19:35.852Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-25T15:19:35.852Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-25T15:19:36.324Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-25T15:19:36.325Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-25T15:19:36.325Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-25T15:19:39.285Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-25T15:19:39.285Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-25T15:19:39.761Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-25T15:19:41.005Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-25T15:19:48.165Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-25T15:19:48.176Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-25T15:19:52.934Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-25T15:19:54.714Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-25T15:19:55.326Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-25T15:19:58.280Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-25T15:19:58.525Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-25T15:19:59.001Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-25T15:19:59.267Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-25T15:20:05.103Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-25T15:20:05.426Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-25T15:20:05.561Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-25T15:20:06.531Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-25T15:20:12.581Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-25T15:20:13.578Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-25T15:20:18.450Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-25T15:20:20.015Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-25T15:20:20.015Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-25T15:20:20.015Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-25T15:20:20.015Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-25T15:20:20.015Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-25T15:20:20.632Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-25T15:20:20.632Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-25T15:20:20.632Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-25T15:20:20.632Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:20:20.632Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-25T15:20:20.632Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-25T15:20:20.632Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-25T15:20:20.632Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-25T15:20:20.632Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-25T15:20:21.088Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-25T15:20:21.088Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-25T15:20:21.088Z] === RUN TestDockerSuite/TestEventsRename [2022-03-25T15:20:23.805Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-25T15:20:23.805Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-25T15:20:23.805Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-25T15:20:24.797Z] === RUN TestDockerSuite/TestEventsResize [2022-03-25T15:20:29.579Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-25T15:20:29.579Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-25T15:20:29.579Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-25T15:20:29.579Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-25T15:20:29.579Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-25T15:20:29.579Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-25T15:20:29.579Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-25T15:20:29.579Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-25T15:20:33.315Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-25T15:20:37.036Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-25T15:20:38.129Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-25T15:20:39.661Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-25T15:20:39.661Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-25T15:20:39.929Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-25T15:20:40.121Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-25T15:20:40.121Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-25T15:20:40.121Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-25T15:20:40.121Z] docker_cli_sni_test.go:18: Flakey test [2022-03-25T15:20:40.580Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-25T15:20:43.549Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-25T15:20:45.699Z] === RUN TestDockerSuite/TestEventsTop [2022-03-25T15:20:45.699Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-25T15:20:45.699Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-25T15:20:48.592Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-25T15:20:49.330Z] === RUN TestDockerSuite/TestCommitChange [2022-03-25T15:20:54.004Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-25T15:20:54.368Z] === RUN TestDockerSuite/TestExec [2022-03-25T15:20:54.368Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:20:54.368Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-25T15:20:54.368Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-25T15:20:54.368Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-25T15:20:57.260Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-25T15:20:59.857Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-25T15:20:59.857Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-25T15:20:59.857Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-25T15:21:00.214Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-25T15:21:00.214Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:21:00.214Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-25T15:21:00.214Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:21:00.214Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-25T15:21:00.214Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-25T15:21:00.214Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-25T15:21:03.167Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-25T15:21:06.123Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-25T15:21:07.207Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-25T15:21:07.207Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:21:07.207Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-25T15:21:09.109Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-25T15:21:12.065Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-25T15:21:16.085Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-25T15:21:22.487Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-25T15:21:22.487Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-25T15:21:22.487Z] === RUN TestDockerSuite/TestExecEnv [2022-03-25T15:21:22.487Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:21:22.487Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-25T15:21:22.487Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-25T15:21:22.487Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-25T15:21:24.460Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-25T15:21:25.438Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-25T15:21:26.746Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-25T15:21:26.746Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-25T15:21:26.746Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-25T15:21:26.746Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-25T15:21:26.746Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-25T15:21:26.746Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-25T15:21:26.746Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-25T15:21:26.746Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-25T15:21:31.302Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-25T15:21:31.302Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-25T15:21:31.302Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-25T15:21:31.302Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-25T15:21:31.302Z] === RUN TestDockerSuite/TestExecParseError [2022-03-25T15:21:31.302Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-25T15:21:31.302Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-25T15:21:31.302Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-25T15:21:31.302Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-25T15:21:31.302Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-25T15:21:31.302Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-25T15:21:34.099Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-25T15:21:34.257Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-25T15:21:34.257Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-25T15:21:34.257Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-25T15:21:34.257Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-25T15:21:34.257Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-25T15:21:34.257Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-25T15:21:34.257Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-25T15:21:34.257Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-25T15:21:34.257Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-25T15:21:34.257Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-25T15:21:34.257Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-25T15:21:37.145Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-25T15:21:37.145Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-25T15:21:37.145Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-25T15:21:42.119Z] === RUN TestDockerSuite/TestBuildRm [2022-03-25T15:21:44.175Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-25T15:21:44.175Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-25T15:21:44.175Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-25T15:21:44.175Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-25T15:21:44.175Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-25T15:21:44.175Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-25T15:21:44.175Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-25T15:21:46.689Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-25T15:21:46.689Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-03-25T15:21:46.689Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-25T15:21:48.991Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-25T15:21:48.991Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-03-25T15:21:48.991Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-25T15:21:48.991Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:21:48.991Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-25T15:21:48.991Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:21:48.991Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-25T15:21:51.696Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-25T15:21:56.344Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-25T15:21:56.344Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-03-25T15:21:56.344Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-25T15:21:56.344Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-25T15:21:57.564Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-25T15:21:59.403Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-25T15:21:59.403Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-25T15:21:59.403Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-03-25T15:21:59.403Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-25T15:21:59.403Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-03-25T15:21:59.403Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-25T15:21:59.403Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-03-25T15:21:59.403Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-25T15:21:59.804Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-25T15:22:02.324Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-25T15:22:02.464Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-25T15:22:04.561Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-25T15:22:04.562Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-25T15:22:04.562Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-25T15:22:04.562Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-25T15:22:04.562Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-25T15:22:05.525Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-25T15:22:06.128Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-25T15:22:07.831Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-25T15:22:07.831Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-25T15:22:07.831Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-03-25T15:22:07.831Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-25T15:22:08.192Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-25T15:22:08.192Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:22:08.192Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-25T15:22:08.192Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-25T15:22:08.662Z] === RUN TestDockerSuite/TestHealth [2022-03-25T15:22:08.662Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-25T15:22:08.662Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-25T15:22:08.662Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-25T15:22:08.662Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-25T15:22:08.662Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-25T15:22:10.131Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-25T15:22:10.131Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-25T15:22:12.001Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-25T15:22:13.193Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-25T15:22:13.193Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-03-25T15:22:13.193Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-25T15:22:13.193Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-03-25T15:22:13.193Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-25T15:22:15.496Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-25T15:22:15.496Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-25T15:22:15.820Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-25T15:22:15.820Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-25T15:22:15.820Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-25T15:22:15.820Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-25T15:22:15.820Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-25T15:22:15.820Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-25T15:22:15.820Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-25T15:22:16.757Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-25T15:22:16.809Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-25T15:22:16.809Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-25T15:22:16.809Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-25T15:22:18.375Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-25T15:22:18.375Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-25T15:22:18.554Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-25T15:22:18.554Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-03-25T15:22:18.554Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-25T15:22:20.592Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-25T15:22:20.856Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-25T15:22:21.060Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-25T15:22:21.350Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-25T15:22:22.634Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-25T15:22:24.017Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-25T15:22:27.818Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-25T15:22:27.818Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-25T15:22:27.818Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:22:27.818Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-25T15:22:28.703Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-25T15:22:32.582Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestImportFile [2022-03-25T15:22:32.582Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-25T15:22:32.582Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-25T15:22:32.582Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-25T15:22:32.582Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-25T15:22:32.582Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-25T15:22:32.582Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-25T15:22:32.582Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-25T15:22:32.582Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-25T15:22:32.582Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:22:32.582Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-25T15:22:33.608Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-25T15:22:36.375Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-25T15:22:37.531Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-25T15:22:37.531Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-25T15:22:37.531Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-25T15:22:37.531Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-25T15:22:37.531Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-25T15:22:39.327Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-25T15:22:39.327Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:22:39.327Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-25T15:22:39.327Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-25T15:22:39.327Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-25T15:22:39.327Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-25T15:22:39.327Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-25T15:22:39.327Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-25T15:22:39.833Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-25T15:22:39.833Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-03-25T15:22:39.833Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-25T15:22:43.126Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-25T15:22:43.126Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-25T15:22:43.875Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-25T15:22:44.344Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-25T15:22:45.332Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-25T15:22:46.078Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-25T15:22:46.078Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-25T15:22:46.078Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-25T15:22:46.078Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-25T15:22:46.078Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-25T15:22:46.078Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-25T15:22:46.078Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-25T15:22:47.185Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-25T15:22:47.185Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-03-25T15:22:47.185Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-25T15:22:49.861Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-25T15:22:50.209Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-25T15:22:50.209Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-25T15:22:54.893Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-25T15:22:55.634Z] === RUN TestDockerSuite/TestInspectImage [2022-03-25T15:22:55.635Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:22:55.635Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-25T15:22:55.635Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:22:55.635Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-25T15:22:55.635Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:22:55.635Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-25T15:22:55.754Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-25T15:22:55.754Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-25T15:22:57.066Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-25T15:22:57.066Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-25T15:22:57.066Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-25T15:22:57.066Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-25T15:22:57.066Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-25T15:22:57.066Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-25T15:22:57.524Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-25T15:22:57.524Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-25T15:22:57.524Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-25T15:22:57.524Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-25T15:22:57.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-25T15:22:59.356Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-25T15:22:59.699Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-25T15:22:59.699Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-25T15:23:01.527Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-25T15:23:01.985Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-25T15:23:02.598Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-25T15:23:02.907Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-25T15:23:02.907Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-25T15:23:05.505Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-25T15:23:05.708Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-25T15:23:07.876Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-25T15:23:07.876Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-25T15:23:07.876Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-25T15:23:08.332Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-25T15:23:08.405Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-25T15:23:08.770Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-25T15:23:11.221Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-25T15:23:11.301Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000922630_} [2022-03-25T15:23:14.949Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-25T15:23:19.855Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14092870179_c:\foo_false____} [2022-03-25T15:23:20.728Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-25T15:23:21.389Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14092870179_c:\foo_true____} [2022-03-25T15:23:23.633Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-25T15:23:24.288Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-25T15:23:24.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-25T15:23:24.746Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-25T15:23:24.746Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-25T15:23:24.746Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-25T15:23:24.746Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-25T15:23:24.746Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-25T15:23:24.746Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-25T15:23:24.746Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-25T15:23:24.746Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-25T15:23:24.746Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-25T15:23:24.746Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-25T15:23:24.746Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-25T15:23:27.354Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-25T15:23:27.655Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-25T15:23:27.655Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-25T15:23:27.655Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:23:27.655Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-25T15:23:30.253Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-25T15:23:30.557Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-25T15:23:30.557Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-25T15:23:30.557Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-25T15:23:30.557Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-25T15:23:33.147Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-25T15:23:36.045Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-25T15:23:38.864Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-25T15:23:38.864Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-25T15:23:38.864Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-25T15:23:39.112Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-25T15:23:39.112Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.112Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-25T15:23:39.112Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.112Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-25T15:23:39.112Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.112Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-25T15:23:39.766Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-25T15:23:39.766Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-25T15:23:39.766Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-25T15:23:39.767Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-25T15:23:39.767Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-25T15:23:39.767Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-25T15:23:39.767Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-25T15:23:41.819Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-25T15:23:42.656Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-25T15:23:42.844Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-25T15:23:43.380Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-25T15:23:44.830Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-25T15:23:45.745Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-25T15:23:45.745Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:23:45.745Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-25T15:23:45.745Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-25T15:23:45.745Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-25T15:23:50.529Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-25T15:23:51.880Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-25T15:23:54.770Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-25T15:23:54.770Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-25T15:23:54.770Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-25T15:23:56.063Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-25T15:23:56.063Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-25T15:23:56.063Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-25T15:23:56.063Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:23:56.063Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-25T15:23:57.666Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-25T15:23:57.666Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-25T15:23:57.678Z] === RUN TestDockerSuite/TestBuildUser [2022-03-25T15:23:57.678Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-25T15:23:57.678Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-25T15:23:57.678Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-25T15:23:57.678Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-25T15:23:57.678Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-25T15:23:57.678Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-25T15:24:02.423Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-25T15:24:03.408Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-25T15:24:06.207Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-25T15:24:06.370Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-25T15:24:06.371Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-25T15:24:06.371Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-25T15:24:06.371Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-25T15:24:06.371Z] === RUN TestDockerSuite/TestCpToDot [2022-03-25T15:24:07.200Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-25T15:24:07.200Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-25T15:24:07.200Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-25T15:24:07.200Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-25T15:24:07.200Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-25T15:24:13.434Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-25T15:24:13.434Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-25T15:24:13.434Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-25T15:24:13.434Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-25T15:24:13.434Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-25T15:24:14.747Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-25T15:24:16.312Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-25T15:24:16.312Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:24:16.312Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-25T15:24:16.312Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-25T15:24:16.312Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-25T15:24:16.312Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-25T15:24:16.312Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-25T15:24:16.312Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-25T15:24:16.312Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-25T15:24:16.312Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-25T15:24:16.312Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-25T15:24:19.184Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-25T15:24:21.340Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-25T15:24:21.340Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-25T15:24:21.758Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-25T15:24:21.798Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-25T15:24:23.972Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-25T15:24:24.946Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-25T15:24:24.946Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-25T15:24:24.946Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-25T15:24:24.946Z] === RUN TestDockerSuite/TestCreateRM [2022-03-25T15:24:25.405Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-25T15:24:25.405Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-25T15:24:25.405Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-25T15:24:25.480Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-25T15:24:25.863Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-25T15:24:25.863Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-25T15:24:28.369Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-25T15:24:28.369Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-25T15:24:28.369Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-25T15:24:31.260Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-25T15:24:34.981Z] === RUN TestDockerSuite/TestLogsSince [2022-03-25T15:24:36.176Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-25T15:24:36.176Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-25T15:24:36.176Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-25T15:24:37.307Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-25T15:24:37.307Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-25T15:24:39.076Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-25T15:24:39.533Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-25T15:24:39.533Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:24:39.533Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-25T15:24:42.416Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-25T15:24:42.416Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDockerFails [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-25T15:24:42.416Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-25T15:24:42.416Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-25T15:24:42.416Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-25T15:24:42.416Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-25T15:24:42.416Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-25T15:24:42.416Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-25T15:24:45.285Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-25T15:24:45.529Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-25T15:24:45.529Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-25T15:24:45.529Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-25T15:24:45.529Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-25T15:24:45.529Z] === RUN TestDockerSuite/TestLogsTail [2022-03-25T15:24:47.654Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-25T15:24:48.169Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-25T15:24:48.683Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-25T15:24:50.340Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-25T15:24:52.411Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-25T15:24:53.416Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-25T15:24:53.416Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-25T15:24:53.871Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-25T15:24:53.871Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-25T15:24:53.871Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-25T15:24:56.128Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-25T15:24:56.128Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestNetHostname [2022-03-25T15:24:56.128Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-25T15:24:56.128Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-25T15:24:56.128Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-25T15:24:56.128Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPluginActive [2022-03-25T15:24:56.128Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-25T15:24:56.128Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-25T15:24:56.128Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-25T15:24:56.128Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-25T15:24:56.128Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-25T15:24:56.128Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-25T15:24:56.128Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-25T15:24:56.128Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-25T15:24:56.128Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-25T15:24:56.128Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPortList [2022-03-25T15:24:56.128Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-25T15:24:56.128Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-25T15:24:57.589Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-25T15:24:57.589Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-25T15:24:58.044Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-25T15:25:03.178Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-25T15:25:03.178Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-25T15:25:03.178Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-25T15:25:03.178Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-25T15:25:03.178Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-25T15:25:03.178Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-25T15:25:03.178Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-25T15:25:03.178Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-03-25T15:25:03.178Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-25T15:25:05.127Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-25T15:25:08.948Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-25T15:25:08.948Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-03-25T15:25:08.948Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-25T15:25:09.804Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-25T15:25:15.538Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-25T15:25:15.778Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-25T15:25:17.725Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-25T15:25:18.177Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-25T15:25:19.493Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-25T15:25:19.948Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-25T15:25:21.258Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-25T15:25:21.258Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-25T15:25:21.258Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-25T15:25:22.815Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-25T15:25:23.268Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-25T15:25:24.799Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-25T15:25:30.580Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-25T15:25:31.532Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-25T15:25:35.257Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-25T15:25:35.257Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-25T15:25:35.257Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-25T15:25:35.257Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:25:35.257Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-25T15:25:35.257Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-25T15:25:35.257Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-25T15:25:35.257Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-25T15:25:35.257Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-25T15:25:36.220Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-25T15:25:36.220Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-25T15:25:36.220Z] === RUN TestDockerSuite/TestEventsRename [2022-03-25T15:25:38.431Z] === RUN TestDockerSuite/TestEventsResize [2022-03-25T15:25:41.025Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-25T15:25:41.025Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-25T15:25:41.025Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-25T15:25:41.025Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-25T15:25:41.025Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-25T15:25:41.025Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-25T15:25:41.025Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-25T15:25:41.025Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-25T15:25:47.121Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-25T15:25:49.338Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-25T15:25:51.450Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-25T15:25:52.295Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-25T15:25:52.680Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-25T15:25:52.680Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-25T15:25:52.680Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-25T15:25:52.680Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-25T15:25:53.666Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-25T15:25:53.666Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-25T15:25:54.652Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-25T15:25:54.652Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-25T15:25:54.652Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-25T15:25:54.652Z] docker_cli_sni_test.go:18: Flakey test [2022-03-25T15:25:54.652Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-25T15:25:57.053Z] === RUN TestDockerSuite/TestEventsTop [2022-03-25T15:25:57.053Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-25T15:25:57.053Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-25T15:25:57.602Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-25T15:25:57.602Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-25T15:25:57.602Z] === RUN TestDockerSuite/TestCommitChange [2022-03-25T15:26:00.005Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-25T15:26:04.759Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-25T15:26:04.768Z] === RUN TestDockerSuite/TestExec [2022-03-25T15:26:04.768Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:26:04.768Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-25T15:26:04.768Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-25T15:26:04.768Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-25T15:26:06.985Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-25T15:26:07.628Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-25T15:26:09.201Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-25T15:26:09.201Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:26:09.201Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-25T15:26:09.201Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:26:09.201Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-25T15:26:09.201Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-25T15:26:09.201Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-25T15:26:10.582Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-25T15:26:10.622Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-25T15:26:10.622Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-25T15:26:10.622Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-25T15:26:11.421Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-25T15:26:13.643Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-25T15:26:16.601Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-25T15:26:18.426Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-25T15:26:20.986Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-25T15:26:21.041Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-25T15:26:21.041Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:26:21.041Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-25T15:26:23.108Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-25T15:26:23.108Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-25T15:26:23.108Z] === RUN TestDockerSuite/TestExecEnv [2022-03-25T15:26:23.108Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:26:23.108Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-25T15:26:23.108Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-25T15:26:23.108Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-25T15:26:26.008Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-25T15:26:26.755Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-25T15:26:27.211Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-25T15:26:27.211Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-25T15:26:27.211Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-25T15:26:27.211Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-25T15:26:29.699Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-25T15:26:31.791Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-25T15:26:31.791Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-25T15:26:31.791Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-25T15:26:31.791Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-25T15:26:31.791Z] === RUN TestDockerSuite/TestExecParseError [2022-03-25T15:26:31.791Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-25T15:26:31.791Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-25T15:26:31.791Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-25T15:26:31.791Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-25T15:26:31.791Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-25T15:26:31.791Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-25T15:26:34.011Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-25T15:26:34.011Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.011Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-25T15:26:34.011Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.293Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-25T15:26:34.293Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.293Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-25T15:26:34.293Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.293Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-25T15:26:34.293Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.293Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-25T15:26:34.293Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.293Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-25T15:26:34.480Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-25T15:26:34.480Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.480Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-25T15:26:34.480Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.480Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-25T15:26:34.480Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-25T15:26:34.480Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-25T15:26:35.564Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-25T15:26:35.564Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-25T15:26:35.564Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-25T15:26:35.564Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-25T15:26:35.564Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-25T15:26:35.564Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-25T15:26:35.564Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-25T15:26:35.564Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-25T15:26:37.437Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-25T15:26:37.437Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-25T15:26:37.437Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-25T15:26:42.960Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-25T15:26:42.960Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-25T15:26:42.960Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-25T15:26:44.524Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-25T15:26:44.524Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-25T15:26:44.524Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-25T15:26:45.985Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-25T15:26:46.088Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-25T15:26:47.074Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-25T15:26:47.074Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-03-25T15:26:47.074Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-25T15:26:47.870Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-25T15:26:47.870Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-25T15:26:47.870Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-25T15:26:47.870Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-25T15:26:47.870Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-25T15:26:47.870Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-25T15:26:47.870Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-25T15:26:52.945Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-25T15:26:53.747Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-25T15:26:56.405Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-25T15:26:56.405Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-03-25T15:26:56.405Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-25T15:26:59.360Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-25T15:26:59.360Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-03-25T15:26:59.360Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-25T15:26:59.360Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:26:59.360Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-25T15:26:59.360Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:26:59.360Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-25T15:27:00.074Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-25T15:27:00.872Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-25T15:27:02.946Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-25T15:27:03.154Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-25T15:27:03.154Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-03-25T15:27:03.154Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-25T15:27:03.154Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-25T15:27:03.751Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-25T15:27:06.945Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-25T15:27:06.945Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-25T15:27:06.945Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-03-25T15:27:06.945Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-25T15:27:06.945Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-03-25T15:27:06.945Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-25T15:27:06.945Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-03-25T15:27:06.945Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-25T15:27:10.922Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-25T15:27:10.923Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:27:10.923Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-25T15:27:10.923Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-25T15:27:10.923Z] === RUN TestDockerSuite/TestHealth [2022-03-25T15:27:10.923Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-25T15:27:10.923Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-25T15:27:10.923Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-25T15:27:10.923Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-25T15:27:10.923Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-25T15:27:11.702Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-25T15:27:15.491Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-25T15:27:16.805Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-25T15:27:16.805Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-25T15:27:16.805Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-25T15:27:16.805Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-25T15:27:16.805Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-25T15:27:16.805Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-25T15:27:16.805Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-25T15:27:17.796Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-25T15:27:17.796Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-25T15:27:17.796Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-25T15:27:18.789Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-25T15:27:18.789Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-25T15:27:20.242Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-25T15:27:20.242Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-25T15:27:20.242Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-03-25T15:27:20.242Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-25T15:27:21.009Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-25T15:27:21.479Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-25T15:27:24.036Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-25T15:27:24.036Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-25T15:27:24.436Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-25T15:27:27.393Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-25T15:27:27.393Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-25T15:27:27.393Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:27:27.393Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-25T15:27:27.818Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-25T15:27:27.818Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-03-25T15:27:27.818Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-25T15:27:27.818Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-03-25T15:27:27.818Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-25T15:27:31.194Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-25T15:27:31.194Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-25T15:27:31.194Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-25T15:27:31.194Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.535Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-25T15:27:31.535Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestImportFile [2022-03-25T15:27:31.665Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-25T15:27:31.665Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-25T15:27:31.665Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-25T15:27:31.665Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-25T15:27:31.665Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-25T15:27:31.665Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-25T15:27:31.665Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-25T15:27:31.665Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-25T15:27:31.666Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.666Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-25T15:27:31.666Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:27:31.666Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-25T15:27:33.060Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-25T15:27:33.060Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:27:33.060Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-25T15:27:34.625Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-25T15:27:35.252Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-25T15:27:35.252Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-03-25T15:27:35.252Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-25T15:27:36.849Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-25T15:27:36.849Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:27:36.849Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-25T15:27:36.849Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-25T15:27:36.849Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-25T15:27:36.849Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-25T15:27:36.849Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-25T15:27:36.849Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-25T15:27:38.964Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-25T15:27:39.070Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-25T15:27:39.070Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-25T15:27:39.420Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-25T15:27:41.724Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-25T15:27:41.724Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-25T15:27:41.724Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-25T15:27:42.028Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-25T15:27:42.028Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-25T15:27:42.028Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-25T15:27:42.028Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-25T15:27:42.028Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-25T15:27:42.028Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-25T15:27:42.028Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-25T15:27:42.712Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-25T15:27:43.146Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-25T15:27:44.249Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-25T15:27:49.015Z] === RUN TestDockerSuite/TestInspectImage [2022-03-25T15:27:49.015Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:27:49.015Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-25T15:27:49.015Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:27:49.015Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-25T15:27:49.015Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:27:49.015Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-25T15:27:49.873Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-25T15:27:50.186Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-25T15:27:51.975Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-25T15:27:54.195Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-25T15:27:54.195Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-25T15:27:54.640Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-25T15:27:54.640Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:27:55.108Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-25T15:27:56.417Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-25T15:27:57.227Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-25T15:27:57.227Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-25T15:27:57.227Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-25T15:27:57.227Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-25T15:27:57.227Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-25T15:27:59.375Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-25T15:27:59.375Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-25T15:27:59.375Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-25T15:27:59.375Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-25T15:28:00.113Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-25T15:28:00.113Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-03-25T15:28:00.568Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-25T15:28:00.979Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-25T15:28:00.979Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-25T15:28:01.448Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-25T15:28:01.598Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-25T15:28:04.284Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-25T15:28:04.284Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-03-25T15:28:04.284Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-25T15:28:04.556Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-25T15:28:08.001Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-25T15:28:08.001Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-25T15:28:09.325Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-25T15:28:11.546Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-25T15:28:13.764Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-25T15:28:14.506Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-25T15:28:16.655Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-25T15:28:16.655Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-25T15:28:16.655Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-25T15:28:16.655Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-25T15:28:16.655Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-25T15:28:16.655Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-25T15:28:16.655Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-25T15:28:16.655Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-25T15:28:16.655Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-25T15:28:16.655Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-25T15:28:16.655Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-25T15:28:16.727Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-25T15:28:18.951Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-25T15:28:20.373Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-25T15:28:20.373Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-25T15:28:21.909Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-25T15:28:22.687Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-25T15:28:23.258Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-25T15:28:24.122Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-25T15:28:24.122Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-25T15:28:24.122Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-25T15:28:24.122Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-25T15:28:24.244Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-25T15:28:24.699Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-25T15:28:26.292Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-25T15:28:27.042Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-25T15:28:28.465Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-25T15:28:29.993Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-25T15:28:33.253Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-25T15:28:33.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004630_} [2022-03-25T15:28:35.521Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-25T15:28:37.051Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-25T15:28:37.051Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-25T15:28:37.051Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-25T15:28:37.570Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13988566152_c:\foo_false____} [2022-03-25T15:28:39.948Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-25T15:28:39.948Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-25T15:28:40.306Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-25T15:28:40.527Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13988566152_c:\foo_true____} [2022-03-25T15:28:43.479Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-25T15:28:43.479Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-25T15:28:43.947Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-25T15:28:44.415Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-25T15:28:44.415Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-25T15:28:44.415Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-25T15:28:44.415Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-25T15:28:44.415Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-25T15:28:44.415Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-25T15:28:44.415Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-25T15:28:44.415Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-25T15:28:44.415Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-25T15:28:44.415Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-25T15:28:44.415Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-25T15:28:48.205Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-25T15:28:48.205Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-25T15:28:48.205Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:28:48.205Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-25T15:28:48.498Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-25T15:28:50.596Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-25T15:28:51.994Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-25T15:28:51.994Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-25T15:28:51.994Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-25T15:28:51.994Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-25T15:28:55.548Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-25T15:28:55.781Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-25T15:28:55.781Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-25T15:28:55.781Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-25T15:28:55.781Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-25T15:28:55.781Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-25T15:28:55.781Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-25T15:28:55.781Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-25T15:28:56.379Z] === RUN TestDockerSuite/TestRmiTag [2022-03-25T15:28:56.379Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-25T15:29:00.101Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-25T15:29:02.604Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-25T15:29:02.937Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-25T15:29:05.498Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-25T15:29:05.887Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-25T15:29:05.887Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:29:05.887Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-25T15:29:05.887Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-25T15:29:05.887Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-25T15:29:07.666Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-25T15:29:07.666Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-25T15:29:07.666Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-25T15:29:10.566Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-25T15:29:17.621Z] === RUN TestDockerSuite/TestLogsSince [2022-03-25T15:29:20.820Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-25T15:29:20.820Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-25T15:29:20.820Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-25T15:29:20.820Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:29:20.820Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-25T15:29:25.208Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-25T15:29:26.177Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-25T15:29:27.917Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-25T15:29:27.917Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-25T15:29:27.917Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-25T15:29:27.917Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-25T15:29:27.917Z] === RUN TestDockerSuite/TestLogsTail [2022-03-25T15:29:30.086Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-25T15:29:31.240Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-25T15:29:31.240Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-25T15:29:31.240Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-25T15:29:31.240Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-25T15:29:31.240Z] === RUN TestDockerSuite/TestCpToDot [2022-03-25T15:29:33.002Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-25T15:29:33.499Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-25T15:29:33.951Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-25T15:29:33.951Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-25T15:29:33.951Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-25T15:29:33.951Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-25T15:29:33.951Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-25T15:29:33.951Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-25T15:29:34.402Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-25T15:29:34.402Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-25T15:29:34.402Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-25T15:29:34.402Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-25T15:29:34.402Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-25T15:29:34.402Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-25T15:29:34.402Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-25T15:29:34.402Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-25T15:29:34.402Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-25T15:29:35.028Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-25T15:29:35.028Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.028Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-25T15:29:35.028Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.028Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-25T15:29:35.148Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-25T15:29:35.148Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestNetHostname [2022-03-25T15:29:35.148Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-25T15:29:35.148Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-25T15:29:35.148Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-25T15:29:35.148Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestPluginActive [2022-03-25T15:29:35.148Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-25T15:29:35.148Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-25T15:29:35.148Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-25T15:29:35.148Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.599Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-25T15:29:35.600Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-25T15:29:35.600Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-25T15:29:35.600Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-25T15:29:35.600Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-25T15:29:35.600Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.600Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-25T15:29:35.600Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.600Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-25T15:29:35.600Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.600Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-25T15:29:35.600Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.600Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-25T15:29:35.600Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.600Z] === RUN TestDockerSuite/TestPortList [2022-03-25T15:29:35.600Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-25T15:29:35.600Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-25T15:29:36.551Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-25T15:29:36.551Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-25T15:29:36.551Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-25T15:29:36.551Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-25T15:29:36.551Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-25T15:29:38.814Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-25T15:29:38.814Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:29:38.814Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-25T15:29:38.814Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-25T15:29:38.814Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-25T15:29:38.814Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-25T15:29:38.814Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-25T15:29:38.814Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-25T15:29:38.814Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-25T15:29:38.814Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-25T15:29:39.283Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-25T15:29:40.237Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-25T15:29:40.237Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-25T15:29:40.237Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-25T15:29:40.237Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-25T15:29:40.237Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-25T15:29:40.237Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-25T15:29:40.237Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-25T15:29:40.237Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-03-25T15:29:40.237Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-25T15:29:41.499Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-25T15:29:43.552Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-25T15:29:45.285Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-25T15:29:45.285Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-25T15:29:45.285Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-25T15:29:47.255Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-25T15:29:48.237Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-25T15:29:48.705Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-25T15:29:49.172Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-25T15:29:49.172Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-25T15:29:49.172Z] === RUN TestDockerSuite/TestCreateRM [2022-03-25T15:29:49.640Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-25T15:29:49.640Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-25T15:29:49.640Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-25T15:29:49.640Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-25T15:29:50.108Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-25T15:29:50.128Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-25T15:29:50.473Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-25T15:29:50.473Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-03-25T15:29:50.473Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-25T15:29:53.824Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-25T15:29:56.691Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-25T15:29:56.691Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-25T15:30:00.523Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-25T15:30:00.716Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-25T15:30:00.716Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-25T15:30:00.716Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-25T15:30:00.991Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-25T15:30:01.459Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-25T15:30:03.706Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-25T15:30:03.706Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-25T15:30:05.245Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-25T15:30:05.245Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-25T15:30:05.245Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:30:05.245Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-25T15:30:06.604Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-25T15:30:06.604Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-25T15:30:06.604Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-25T15:30:09.036Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-25T15:30:09.036Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDockerFails [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-25T15:30:09.036Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.036Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-25T15:30:09.036Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.503Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-25T15:30:09.503Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.503Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-25T15:30:09.503Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.503Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-25T15:30:09.503Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-25T15:30:09.503Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-25T15:30:11.277Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-25T15:30:11.277Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-25T15:30:11.277Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-25T15:30:11.277Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-25T15:30:11.277Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-25T15:30:13.068Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-25T15:30:13.291Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-25T15:30:14.173Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-25T15:30:14.173Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-25T15:30:14.173Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-25T15:30:14.173Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-25T15:30:14.173Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-25T15:30:14.173Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-25T15:30:14.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-25T15:30:14.173Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-25T15:30:14.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-25T15:30:14.173Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-25T15:30:14.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-25T15:30:14.173Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-25T15:30:14.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-25T15:30:14.173Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-25T15:30:14.173Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-25T15:30:16.243Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-25T15:30:17.078Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-25T15:30:19.566Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-25T15:30:20.031Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-25T15:30:23.824Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-25T15:30:23.824Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-25T15:30:23.824Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-25T15:30:23.824Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-25T15:30:23.824Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-25T15:30:23.824Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-25T15:30:23.824Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-25T15:30:26.777Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-25T15:30:26.777Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-25T15:30:26.777Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-25T15:30:26.777Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-25T15:30:26.777Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-25T15:30:26.777Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-25T15:30:26.777Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-25T15:30:26.777Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-25T15:30:26.777Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-25T15:30:27.952Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-25T15:30:27.952Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-25T15:30:27.952Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-25T15:30:27.952Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-25T15:30:28.992Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-25T15:30:32.068Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-25T15:30:36.154Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-25T15:30:36.154Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-25T15:30:36.154Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-25T15:30:36.154Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-25T15:30:36.154Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-25T15:30:36.154Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-25T15:30:36.154Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-25T15:30:36.154Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-25T15:30:36.154Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-25T15:30:36.154Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-25T15:30:36.154Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-25T15:30:36.154Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-25T15:30:36.154Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-25T15:30:37.938Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-25T15:30:39.946Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-25T15:30:39.947Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-25T15:30:39.947Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-25T15:30:39.947Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-25T15:30:39.947Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-25T15:30:39.947Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-25T15:30:42.904Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-25T15:30:42.923Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-25T15:30:45.099Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-25T15:30:45.863Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-25T15:30:45.863Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-25T15:30:46.333Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-25T15:30:46.732Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-25T15:30:48.894Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-25T15:30:49.293Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-25T15:30:49.293Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-25T15:30:49.293Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-25T15:30:49.293Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:30:49.293Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-25T15:30:49.293Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-25T15:30:49.293Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-25T15:30:49.363Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-25T15:30:53.083Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-25T15:30:55.241Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-25T15:30:56.037Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-25T15:30:56.227Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-25T15:30:57.792Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-25T15:30:58.994Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-25T15:30:59.243Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-25T15:31:02.788Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-25T15:31:02.788Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-25T15:31:02.788Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-25T15:31:02.788Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-25T15:31:02.788Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-25T15:31:02.788Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-25T15:31:02.788Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-25T15:31:02.788Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-25T15:31:04.956Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-25T15:31:05.124Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-25T15:31:05.124Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-25T15:31:05.124Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-25T15:31:05.124Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-25T15:31:05.124Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-25T15:31:08.662Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-25T15:31:08.662Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-25T15:31:08.662Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-25T15:31:08.662Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-25T15:31:08.662Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-25T15:31:08.662Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-25T15:31:08.662Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-25T15:31:08.662Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-25T15:31:08.662Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:31:08.662Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-25T15:31:08.662Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:31:08.662Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-25T15:31:09.892Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-25T15:31:09.892Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:31:09.892Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-25T15:31:09.892Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-25T15:31:09.892Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-25T15:31:09.892Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-25T15:31:09.892Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-25T15:31:09.892Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-25T15:31:09.892Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-25T15:31:12.115Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-25T15:31:12.115Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-25T15:31:12.115Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-25T15:31:12.115Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:31:12.115Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-25T15:31:12.115Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-25T15:31:12.115Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-25T15:31:12.115Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-25T15:31:12.115Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-25T15:31:13.097Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-25T15:31:13.097Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-25T15:31:13.097Z] === RUN TestDockerSuite/TestEventsRename [2022-03-25T15:31:16.816Z] === RUN TestDockerSuite/TestEventsResize [2022-03-25T15:31:17.340Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-25T15:31:17.340Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-25T15:31:17.340Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-25T15:31:18.570Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-25T15:31:18.570Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-25T15:31:18.570Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-25T15:31:19.558Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-25T15:31:19.558Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-25T15:31:19.558Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunMount [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-25T15:31:20.294Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-25T15:31:20.294Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-25T15:31:21.124Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-25T15:31:22.113Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-25T15:31:22.113Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-03-25T15:31:22.113Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-25T15:31:26.895Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-25T15:31:30.725Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-25T15:31:30.725Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-25T15:31:30.725Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-25T15:31:30.725Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-25T15:31:30.725Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-25T15:31:30.725Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-25T15:31:30.725Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-25T15:31:31.671Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-25T15:31:35.470Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-25T15:31:37.886Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-25T15:31:43.768Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-25T15:31:43.768Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-25T15:31:45.331Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-25T15:31:47.546Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-25T15:31:49.760Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-25T15:31:51.326Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-25T15:31:52.483Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-25T15:31:54.009Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-25T15:31:54.279Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-25T15:31:54.752Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-25T15:31:54.752Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-25T15:31:54.752Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-25T15:31:54.752Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-25T15:31:54.752Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-25T15:31:54.752Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-25T15:31:54.752Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-25T15:31:54.752Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-25T15:31:54.752Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-25T15:31:54.752Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-25T15:31:54.752Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-25T15:31:54.752Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-25T15:31:54.752Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-25T15:31:54.752Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-25T15:31:54.752Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-25T15:31:54.752Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-25T15:31:58.679Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-25T15:31:59.510Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-25T15:31:59.510Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-25T15:31:59.510Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-25T15:31:59.510Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-25T15:31:59.510Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-25T15:31:59.510Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-25T15:31:59.510Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-25T15:31:59.510Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-25T15:31:59.510Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-25T15:31:59.510Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-25T15:31:59.510Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-25T15:32:04.457Z] === RUN TestDockerSuite/TestEventsTop [2022-03-25T15:32:04.457Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-25T15:32:04.457Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-25T15:32:05.600Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-25T15:32:05.600Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:32:05.600Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-25T15:32:06.620Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-25T15:32:11.476Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-25T15:32:11.476Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-25T15:32:11.476Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-25T15:32:12.140Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-25T15:32:12.140Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-25T15:32:12.140Z] === RUN TestDockerSuite/TestRunRm [2022-03-25T15:32:12.385Z] === RUN TestDockerSuite/TestExec [2022-03-25T15:32:12.385Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:32:12.467Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-25T15:32:12.840Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-25T15:32:12.840Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-25T15:32:12.840Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-25T15:32:14.374Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-25T15:32:16.554Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-25T15:32:17.230Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-25T15:32:19.445Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-25T15:32:19.445Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:32:19.445Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-25T15:32:19.445Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:32:19.445Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-25T15:32:19.445Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-25T15:32:19.445Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-25T15:32:21.535Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-25T15:32:23.159Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-25T15:32:24.486Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-25T15:32:27.440Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-25T15:32:27.665Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-25T15:32:27.665Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:32:27.665Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-25T15:32:27.823Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-25T15:32:30.395Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-25T15:32:31.464Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-25T15:32:31.464Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-25T15:32:31.464Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-25T15:32:31.541Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-25T15:32:34.185Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-25T15:32:34.185Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-25T15:32:34.185Z] === RUN TestDockerSuite/TestRunState [2022-03-25T15:32:34.185Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-25T15:32:34.185Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-25T15:32:35.251Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-25T15:32:37.141Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-25T15:32:37.141Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-25T15:32:37.141Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-25T15:32:40.092Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-25T15:32:40.092Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-25T15:32:40.092Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-25T15:32:40.092Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-25T15:32:40.092Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-25T15:32:40.092Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-25T15:32:40.560Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-25T15:32:40.560Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-25T15:32:40.560Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-25T15:32:42.292Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-25T15:32:42.292Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-25T15:32:42.292Z] === RUN TestDockerSuite/TestExecEnv [2022-03-25T15:32:42.292Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:32:42.292Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-25T15:32:42.292Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-25T15:32:42.292Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-25T15:32:46.421Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-25T15:32:46.421Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-25T15:32:46.955Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-25T15:32:49.266Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-25T15:32:49.291Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-25T15:32:49.291Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-25T15:32:49.291Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-25T15:32:50.231Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-25T15:32:50.700Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-25T15:32:52.723Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-25T15:32:52.723Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-25T15:32:52.723Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-25T15:32:52.723Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-25T15:32:52.723Z] === RUN TestDockerSuite/TestExecParseError [2022-03-25T15:32:52.723Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-25T15:32:52.723Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-25T15:32:52.723Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-25T15:32:52.723Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-25T15:32:52.723Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-25T15:32:52.723Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-25T15:32:53.063Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-25T15:32:53.063Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-25T15:32:53.063Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-25T15:32:53.063Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-25T15:32:53.063Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-25T15:32:56.857Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-25T15:32:57.390Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-25T15:32:57.390Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-25T15:32:57.390Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-25T15:32:57.390Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-25T15:32:57.390Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-25T15:32:57.390Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-25T15:32:57.390Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-25T15:32:57.390Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-25T15:32:57.390Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-25T15:32:57.390Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-25T15:32:57.390Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-25T15:32:57.867Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-25T15:33:01.103Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-25T15:33:01.103Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-25T15:33:01.103Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-25T15:33:03.747Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-25T15:33:07.281Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-25T15:33:08.148Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-25T15:33:08.148Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-25T15:33:08.148Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-25T15:33:08.148Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-25T15:33:08.148Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-25T15:33:08.148Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-25T15:33:08.148Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-25T15:33:12.424Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-25T15:33:13.149Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-25T15:33:16.681Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-25T15:33:17.186Z] === RUN TestDockerSuite/TestRmiTag [2022-03-25T15:33:18.174Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-25T15:33:21.134Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-25T15:33:21.813Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-25T15:33:21.813Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-25T15:33:21.813Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-25T15:33:21.813Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-25T15:33:23.721Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-25T15:33:25.605Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-25T15:33:27.435Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-25T15:33:28.567Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-25T15:33:31.522Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-25T15:33:31.522Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-25T15:33:31.522Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-25T15:33:31.991Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-25T15:33:31.991Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-25T15:33:31.991Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-25T15:33:31.991Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-25T15:33:31.991Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-25T15:33:31.991Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-25T15:33:31.991Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-25T15:33:31.991Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-25T15:33:31.991Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-25T15:33:31.991Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-25T15:33:31.991Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-25T15:33:31.991Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-25T15:33:35.971Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-25T15:33:35.971Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:33:35.971Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-25T15:33:35.971Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-25T15:33:35.971Z] === RUN TestDockerSuite/TestHealth [2022-03-25T15:33:35.971Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-25T15:33:35.971Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-25T15:33:35.971Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-25T15:33:35.971Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-25T15:33:35.971Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-25T15:33:37.865Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-25T15:33:39.430Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-25T15:33:41.736Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-25T15:33:41.736Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-25T15:33:41.736Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-25T15:33:41.736Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-25T15:33:41.736Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-25T15:33:41.736Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-25T15:33:42.192Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-25T15:33:42.382Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-25T15:33:42.389Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-25T15:33:42.647Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-25T15:33:42.647Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-25T15:33:42.647Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-25T15:33:43.372Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-25T15:33:44.175Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-25T15:33:44.175Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-25T15:33:46.344Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-25T15:33:46.344Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-25T15:33:48.264Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-25T15:33:48.264Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-25T15:33:48.733Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-25T15:33:48.733Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-25T15:33:48.733Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-25T15:33:48.733Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-25T15:33:48.733Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-25T15:33:48.733Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-25T15:33:49.231Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-25T15:33:51.688Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-25T15:33:51.689Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-25T15:33:52.157Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-25T15:33:52.624Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-25T15:33:52.946Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-25T15:33:52.946Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-25T15:33:52.946Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:33:52.946Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-25T15:33:54.188Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-25T15:33:54.188Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-25T15:33:55.891Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-25T15:33:55.891Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-25T15:33:55.891Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-25T15:33:55.891Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-25T15:33:55.891Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-25T15:33:55.891Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-25T15:33:55.891Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-25T15:33:55.891Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-25T15:33:57.621Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestImportFile [2022-03-25T15:33:57.621Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-25T15:33:57.621Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-25T15:33:57.621Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-25T15:33:57.621Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-25T15:33:57.621Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-25T15:33:57.621Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-25T15:33:57.621Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-25T15:33:57.621Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-25T15:33:57.621Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:33:57.621Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-25T15:33:57.960Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-25T15:33:58.078Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-25T15:33:58.078Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-25T15:33:58.078Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-25T15:33:58.078Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-25T15:33:58.078Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-25T15:34:00.857Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-25T15:34:01.407Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-25T15:34:03.753Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-25T15:34:03.753Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:34:03.753Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-25T15:34:04.358Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-25T15:34:04.358Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:34:04.358Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-25T15:34:04.358Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-25T15:34:04.358Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-25T15:34:04.358Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-25T15:34:04.358Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-25T15:34:04.358Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-25T15:34:08.150Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-25T15:34:08.150Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-25T15:34:08.377Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-25T15:34:11.100Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-25T15:34:11.100Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-25T15:34:11.100Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-25T15:34:11.100Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-25T15:34:11.100Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-25T15:34:11.100Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-25T15:34:11.100Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-25T15:34:11.271Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-25T15:34:14.887Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-25T15:34:16.109Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-25T15:34:16.109Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:34:16.109Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-25T15:34:18.325Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-25T15:34:20.753Z] === RUN TestDockerSuite/TestInspectImage [2022-03-25T15:34:20.753Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:34:20.753Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-25T15:34:20.753Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:34:20.753Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-25T15:34:20.753Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:34:20.753Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-25T15:34:20.757Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-25T15:34:20.757Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-25T15:34:20.757Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-25T15:34:20.757Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-25T15:34:20.757Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-25T15:34:20.757Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-25T15:34:20.757Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-25T15:34:20.757Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-25T15:34:20.757Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-25T15:34:23.699Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-25T15:34:26.828Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-25T15:34:27.487Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-25T15:34:27.955Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-25T15:34:29.284Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-25T15:34:29.284Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-25T15:34:29.284Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-25T15:34:29.284Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-25T15:34:29.284Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-25T15:34:29.284Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-25T15:34:29.284Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-25T15:34:29.284Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:34:29.284Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-25T15:34:29.284Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-25T15:34:29.284Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-25T15:34:29.284Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:34:29.284Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-25T15:34:31.746Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-25T15:34:32.173Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-25T15:34:33.885Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-25T15:34:33.885Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-25T15:34:34.695Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-25T15:34:34.695Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-25T15:34:35.068Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-25T15:34:35.068Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-25T15:34:35.068Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-25T15:34:35.162Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-25T15:34:35.163Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-25T15:34:37.961Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-25T15:34:37.961Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-25T15:34:37.961Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-25T15:34:37.961Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-25T15:34:37.961Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-25T15:34:37.961Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:34:37.961Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-25T15:34:37.961Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-25T15:34:37.961Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-25T15:34:37.961Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:34:37.961Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-25T15:34:37.961Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:34:37.961Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-25T15:34:38.953Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-25T15:34:42.741Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-25T15:34:44.186Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-25T15:34:44.186Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-25T15:34:47.120Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-25T15:34:47.120Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-25T15:34:47.120Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-25T15:34:49.896Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-25T15:34:50.850Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-25T15:34:50.850Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-25T15:34:50.850Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-25T15:34:50.850Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-25T15:34:50.850Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-25T15:34:53.028Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-25T15:34:53.028Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-25T15:34:53.028Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-25T15:34:53.028Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-25T15:34:53.028Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-25T15:34:53.028Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-25T15:34:53.487Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-25T15:34:53.487Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-25T15:34:53.487Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-25T15:34:53.487Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-25T15:34:53.487Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-25T15:34:53.487Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-25T15:34:53.487Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-25T15:34:53.487Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-25T15:34:53.487Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-25T15:34:53.690Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-25T15:34:55.602Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-25T15:34:55.602Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-25T15:34:55.602Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-25T15:34:55.602Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:34:55.602Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-25T15:34:55.602Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-25T15:34:55.602Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-25T15:34:55.602Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-25T15:34:56.389Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-25T15:34:57.483Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-25T15:34:58.492Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-25T15:34:58.492Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-25T15:34:59.286Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-25T15:35:02.182Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-25T15:35:02.182Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-25T15:35:02.182Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-25T15:35:02.182Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-25T15:35:02.182Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-25T15:35:02.182Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-25T15:35:02.182Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-25T15:35:02.238Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-25T15:35:03.158Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-25T15:35:03.158Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-25T15:35:03.614Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-25T15:35:03.614Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-25T15:35:03.614Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-25T15:35:05.078Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-25T15:35:05.078Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-25T15:35:05.078Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-25T15:35:05.078Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-25T15:35:05.078Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-25T15:35:05.078Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-25T15:35:05.078Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-25T15:35:05.078Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-25T15:35:05.078Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-25T15:35:05.185Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-25T15:35:07.248Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-25T15:35:08.974Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-25T15:35:11.922Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:35:11.922Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-25T15:35:11.922Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-25T15:35:12.393Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-25T15:35:12.394Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-25T15:35:12.394Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-25T15:35:12.394Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-25T15:35:12.394Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-25T15:35:13.027Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-25T15:35:13.027Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-25T15:35:13.027Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-25T15:35:13.027Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-25T15:35:13.027Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-25T15:35:13.027Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-25T15:35:13.027Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-25T15:35:13.027Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-25T15:35:13.027Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-25T15:35:13.027Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-25T15:35:13.027Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-25T15:35:13.027Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-25T15:35:13.027Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-25T15:35:15.960Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-25T15:35:15.960Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:35:15.960Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-25T15:35:15.960Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-25T15:35:15.960Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-25T15:35:15.960Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-25T15:35:15.960Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-25T15:35:16.182Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-25T15:35:19.973Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-25T15:35:21.575Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-25T15:35:21.575Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-25T15:35:21.575Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-25T15:35:21.575Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-25T15:35:21.575Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-25T15:35:21.575Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-25T15:35:23.747Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-25T15:35:26.258Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-25T15:35:26.258Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-25T15:35:26.258Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-25T15:35:26.644Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-25T15:35:26.644Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-25T15:35:26.644Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-25T15:35:27.135Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-25T15:35:28.813Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-25T15:35:28.813Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-25T15:35:28.813Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-25T15:35:28.813Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:35:28.813Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-25T15:35:28.813Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-25T15:35:28.813Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-25T15:35:30.090Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-25T15:35:30.090Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-25T15:35:30.090Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-25T15:35:35.003Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-25T15:35:35.003Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-25T15:35:37.361Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-25T15:35:38.624Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-25T15:35:38.624Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-25T15:35:38.624Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite (2934.00s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-25T15:35:40.157Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-25T15:35:40.157Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.92s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.36s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.80s) [2022-03-25T15:35:40.157Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (94.05s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.42s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.10s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.84s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.31s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.69s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.23s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (105.14s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.08s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.11s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.23s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.35s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.19s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.05s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.06s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.88s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.88s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (7.17s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.42s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.73s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.25s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.62s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.70s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddTar (43.38s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.59s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.81s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.77s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.93s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.61s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.50s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.89s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.12s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.60s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.74s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.80s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.09s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.83s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.04s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.60s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.89s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.68s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.89s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.36s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCmd (0.80s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.74s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.75s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.33s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (3.03s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.78s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.74s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (7.35s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.28s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.67s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.20s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.90s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.24s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (44.54s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.05s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.86s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.41s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.56s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.82s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.15s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.91s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.55s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.77s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.36s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.17s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.96s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.99s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.97s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignore (64.41s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (8.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (70.55s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.25s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.09s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.95s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.31s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.79s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (36.82s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.17s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.71s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (100.23s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.64s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.52s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.75s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.62s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.68s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.75s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.98s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.62s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.23s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.53s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.28s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.39s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.95s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.40s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.82s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFails (3.26s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.77s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.91s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.35s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.91s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.82s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.24s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.82s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.19s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildHistory (15.64s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.35s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.22s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.07s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.15s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.03s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLabel (1.34s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.88s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.33s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.80s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLabels (1.41s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.04s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.78s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.80s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.80s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.91s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.93s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.61s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (42.60s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.84s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.02s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.66s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.06s) [2022-03-25T15:35:40.615Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.62s) [2022-03-25T15:35:40.615Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.63s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.84s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.99s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (6.01s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.47s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.28s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.93s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.20s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.41s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.18s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.98s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.76s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.50s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.11s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.66s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.74s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (53.00s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.26s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildRm (16.25s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.63s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.57s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.95s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.13s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.10s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.10s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.75s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.11s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.88s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.54s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.38s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.22s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildStderr (6.19s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (25.32s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.56s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.60s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.75s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.86s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.75s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.37s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.78s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.16s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (28.55s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.26s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.82s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.55s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.58s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.32s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.49s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.83s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.64s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.91s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.57s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.54s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.71s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.88s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.64s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.53s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.92s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (6.16s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCommitChange (6.69s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.15s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.43s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCommitTTY (9.32s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.34s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.15s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.31s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.86s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.20s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.26s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.34s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.06s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.82s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.74s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.94s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.34s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.25s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.67s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.10s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.36s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.27s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.10s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.35s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.16s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.64s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.37s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.89s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.11s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.63s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.61s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.14s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.14s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.21s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.17s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003bbb78_} (3.06s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1987413870_c:\foo_false____} (3.11s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1987413870_c:\foo_true____} (3.14s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.57s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.12s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.13s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.12s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.12s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.41s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.03s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.40s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.39s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.54s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.42s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.94s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.04s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpToDot (3.54s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCpToStdout (3.48s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.29s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateArgs (0.29s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.49s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.35s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.55s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.99s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateLabels (0.27s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateRM (0.53s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.30s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.55s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.61s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.31s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.70s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.00s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.29s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.01s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.22s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-25T15:35:40.616Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:35:40.616Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.35s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.31s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.47s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.17s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsCopy (6.37s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.19s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.19s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.05s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.46s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.87s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.30s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFilters (6.50s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFormat (6.49s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.25s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsRename (3.45s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsResize (8.72s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.34s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.27s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.95s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsUntag (2.80s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.76s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.69s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.75s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.83s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.93s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.10s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.92s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (10.71s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.99s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecInspectID (5.31s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.17s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.95s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.10s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.74s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.73s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.83s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.72s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.18s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.45s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.83s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.38s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.39s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.32s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.90s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.70s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.35s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.25s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.25s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.28s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.20s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectDefault (3.28s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectHistory (6.13s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.29s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.82s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.30s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.33s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.74s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.79s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectStatus (4.17s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.71s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.99s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.28s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.83s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.91s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.23s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.16s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.65s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.61s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.54s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.34s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.89s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.91s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.93s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.01s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.21s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.16s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.39s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.29s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsSince (10.06s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsTail (3.79s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.68s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.31s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.15s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.51s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsByOrder (10.72s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.65s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.38s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.42s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.63s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.94s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.07s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (6.18s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.75s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.86s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-03-25T15:35:40.617Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-25T15:35:40.617Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.51s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.85s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.59s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (28.75s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.39s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.35s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.27s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.03s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (6.22s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.03s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.98s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.44s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.50s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.04s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.90s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.31s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.63s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.70s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.24s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiTag (0.81s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.36s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.43s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.68s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.53s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.57s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.47s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.40s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.59s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.24s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.26s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.27s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.54s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.34s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.38s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.87s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.62s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.31s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.21s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.28s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.42s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.78s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.29s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.20s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.26s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.23s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.25s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunExitCode (3.18s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.22s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.17s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.39s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.79s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.85s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.63s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.72s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.99s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.90s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.56s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.44s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.44s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.28s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.08s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.63s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.74s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunRm (3.30s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.35s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.35s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.26s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.79s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.35s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.38s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.97s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.57s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.21s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.26s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.17s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.90s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.07s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.99s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.22s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.27s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.10s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.33s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.28s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.15s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.53s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.53s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:35:40.618Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.49s) [2022-03-25T15:35:40.618Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.44s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.52s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.29s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.67s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.13s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.26s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.26s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.54s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.99s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.68s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.70s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.00s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.90s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.36s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.25s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.56s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.11s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.47s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.47s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.58s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.76s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.71s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.34s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.34s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.82s) [2022-03-25T15:35:40.619Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:35:40.619Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.72s) [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-25T15:35:40.619Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:40.619Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-25T15:35:41.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.075Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-25T15:35:41.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.075Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-25T15:35:41.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.075Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-25T15:35:41.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.075Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-25T15:35:41.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.075Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-25T15:35:41.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.075Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-25T15:35:41.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.075Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-25T15:35:41.075Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.075Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-25T15:35:41.076Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-25T15:35:41.076Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-25T15:35:41.076Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-25T15:35:41.076Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- PASS: TestDockerRegistrySuite (0.20s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.20s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-25T15:35:41.076Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-25T15:35:41.076Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-25T15:35:41.076Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-25T15:35:41.076Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-25T15:35:41.076Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-25T15:35:41.076Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-25T15:35:41.076Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-25T15:35:41.076Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-25T15:35:41.076Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-25T15:35:41.076Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-25T15:35:41.076Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-25T15:35:41.076Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-25T15:35:41.076Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-25T15:35:41.076Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerDaemonSuite [2022-03-25T15:35:41.076Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-25T15:35:41.076Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-25T15:35:41.076Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-25T15:35:41.076Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerSwarmSuite [2022-03-25T15:35:41.076Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-25T15:35:41.076Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerExternalVolumeSuite [2022-03-25T15:35:41.076Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerNetworkSuite [2022-03-25T15:35:41.076Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-25T15:35:41.076Z] === RUN TestDockerHubPullSuite [2022-03-25T15:35:41.076Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-25T15:35:41.076Z] PASS [2022-03-25T15:35:41.076Z] ok github.com/docker/docker/integration-cli 2934.543s [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === Skipped [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-25T15:35:41.076Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:35:41.076Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:35:41.076Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.42s) [2022-03-25T15:35:41.076Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.42s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:35:41.076Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:35:41.076Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-25T15:35:41.076Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:35:41.076Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:35:41.076Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:35:41.076Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:35:41.076Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:35:41.076Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:35:41.076Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:35:41.076Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:35:41.076Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:35:41.076Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-03-25T15:35:41.076Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:35:41.076Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.076Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:35:41.076Z] [2022-03-25T15:35:41.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2022-03-25T15:35:41.076Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.59s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.59s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.61s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.61s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.54s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.60s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.60s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:35:41.077Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.56s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.56s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.55s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.55s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.59s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.52s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.52s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.05s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.05s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.53s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.53s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.57s) [2022-03-25T15:35:41.077Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.57s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.56s) [2022-03-25T15:35:41.077Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.077Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.56s) [2022-03-25T15:35:41.077Z] [2022-03-25T15:35:41.077Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.58s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.58s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.57s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.57s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.54s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.54s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.53s) [2022-03-25T15:35:41.078Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.53s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-25T15:35:41.078Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:35:41.078Z] docker_cli_sni_test.go:18: Flakey test [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-25T15:35:41.078Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:35:41.078Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-03-25T15:35:41.078Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-03-25T15:35:41.078Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.03s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.03s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:35:41.078Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:35:41.078Z] [2022-03-25T15:35:41.078Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-25T15:35:41.079Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.03s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-25T15:35:41.079Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:35:41.079Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:35:41.079Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-03-25T15:35:41.079Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-25T15:35:41.079Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:35:41.079Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:35:41.079Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:35:41.079Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.079Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:35:41.079Z] [2022-03-25T15:35:41.079Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:35:41.079Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:35:41.536Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:35:41.536Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:35:41.536Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:35:41.536Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-25T15:35:41.536Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:35:41.536Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:35:41.536Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-03-25T15:35:41.536Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.536Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:35:41.536Z] [2022-03-25T15:35:41.536Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:35:41.536Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:35:41.537Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-25T15:35:41.537Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:35:41.537Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-25T15:35:41.537Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-25T15:35:41.537Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-25T15:35:41.537Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-25T15:35:41.537Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.03s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.03s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.537Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:35:41.537Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.537Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:35:41.537Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.03s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.538Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:35:41.538Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.538Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:35:41.538Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-25T15:35:41.539Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:35:41.539Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.539Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:35:41.539Z] [2022-03-25T15:35:41.539Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-25T15:35:41.540Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-25T15:35:41.540Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:35:41.540Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.20s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.20s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:35:41.540Z] [2022-03-25T15:35:41.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:35:41.540Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.540Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.998Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:35:41.998Z] [2022-03-25T15:35:41.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:35:41.998Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-25T15:35:41.999Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] DONE 1088 tests, 539 skipped in 2946.588s [2022-03-25T15:35:41.999Z] INFO: Integration tests ended at 03/25/2022 15:35:41. Duration:00:49:06.7767872 [2022-03-25T15:35:41.999Z] INFO: Docker info of the daemon under test at end of run [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] Containers: 2 [2022-03-25T15:35:41.999Z] Running: 0 [2022-03-25T15:35:41.999Z] Paused: 0 [2022-03-25T15:35:41.999Z] Stopped: 2 [2022-03-25T15:35:41.999Z] Images: 18 [2022-03-25T15:35:41.999Z] Server Version: 0.0.0-dev [2022-03-25T15:35:41.999Z] Storage Driver: windowsfilter [2022-03-25T15:35:41.999Z] Windows: [2022-03-25T15:35:41.999Z] Logging Driver: json-file [2022-03-25T15:35:41.999Z] Plugins: [2022-03-25T15:35:41.999Z] Volume: local [2022-03-25T15:35:41.999Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T15:35:41.999Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T15:35:41.999Z] Swarm: inactive [2022-03-25T15:35:41.999Z] Default Isolation: process [2022-03-25T15:35:41.999Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-25T15:35:41.999Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-03-25T15:35:41.999Z] OSType: windows [2022-03-25T15:35:41.999Z] Architecture: x86_64 [2022-03-25T15:35:41.999Z] CPUs: 4 [2022-03-25T15:35:41.999Z] Total Memory: 32GiB [2022-03-25T15:35:41.999Z] Name: azwin-2-e3a450 [2022-03-25T15:35:41.999Z] ID: VLXF:BIEZ:X6SJ:QM6J:PD4S:6PVW:5LYW:63UI:H7SC:NGII:FBUT:R65N [2022-03-25T15:35:41.999Z] Docker Root Dir: D:\CI\PR-43378\3\daemon [2022-03-25T15:35:41.999Z] Debug Mode (client): false [2022-03-25T15:35:41.999Z] Debug Mode (server): true [2022-03-25T15:35:41.999Z] File Descriptors: -1 [2022-03-25T15:35:41.999Z] Goroutines: 17 [2022-03-25T15:35:41.999Z] System Time: 2022-03-25T15:35:41.671383Z [2022-03-25T15:35:41.999Z] EventsListeners: 0 [2022-03-25T15:35:41.999Z] Registry: https://index.docker.io/v1/ [2022-03-25T15:35:41.999Z] Labels: [2022-03-25T15:35:41.999Z] Experimental: false [2022-03-25T15:35:41.999Z] Insecure Registries: [2022-03-25T15:35:41.999Z] 127.0.0.0/8 [2022-03-25T15:35:41.999Z] Live Restore Enabled: false [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] [2022-03-25T15:35:41.999Z] INFO: Stopping daemon under test [2022-03-25T15:35:41.999Z] SUCCESS: The process with PID 2132 (child process of PID 2908) has been terminated. [2022-03-25T15:35:41.999Z] SUCCESS: The process with PID 2908 (child process of PID 3080) has been terminated. [2022-03-25T15:35:41.999Z] INFO: Stop tailing logs of the daemon under tests [2022-03-25T15:35:41.999Z] INFO: executeCI.ps1 Completed successfully at 03/25/2022 15:35:41. [2022-03-25T15:35:41.999Z] INFO: Tidying up at end of run [2022-03-25T15:35:41.999Z] INFO: Saving daemon under test log (d:\CI\PR-43378\3\dut.out) to bundles\CIDUT.out [2022-03-25T15:35:41.999Z] INFO: Saving daemon under test log (d:\CI\PR-43378\3\dut.err) to bundles\CIDUT.err [2022-03-25T15:35:41.999Z] INFO: Saving containerd logs to bundles [2022-03-25T15:35:41.999Z] INFO: Nuke-Everything... [2022-03-25T15:35:42.455Z] INFO: Container count on control daemon to delete is 2 [2022-03-25T15:35:42.911Z] 2a969a5601be [2022-03-25T15:35:42.911Z] 15075c4d6207 [2022-03-25T15:35:42.911Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-25T15:35:43.662Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-25T15:35:44.420Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-25T15:35:45.077Z] Deleted: sha256:5e77a40ff4802c1ab42bf21a84d44f4ca247a303fc39207b2fbf1bcbecf2b432 [2022-03-25T15:35:45.078Z] Deleted: sha256:6b676ddf179fe9e797bf4ec47c99287dbb388f2556c5f2648b4993e5d3327e4b [2022-03-25T15:35:45.078Z] INFO: Tidying pidfile d:\CI\PR-43378\3\docker.pid [2022-03-25T15:35:45.078Z] INFO: Nuking d:\CI [2022-03-25T15:35:46.593Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-25T15:35:48.763Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-25T15:35:49.219Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-25T15:35:49.219Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-25T15:35:49.219Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-25T15:35:49.219Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:35:49.219Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-25T15:35:49.219Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-25T15:35:49.219Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-25T15:35:49.219Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-25T15:35:49.219Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-25T15:35:49.219Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-25T15:35:49.219Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-25T15:35:49.219Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-25T15:35:49.219Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-25T15:35:49.219Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-25T15:35:49.219Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-25T15:35:50.814Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-25T15:35:59.478Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-25T15:35:59.514Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-25T15:35:59.514Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-25T15:35:59.514Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-25T15:35:59.514Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-25T15:35:59.514Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-25T15:35:59.514Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-25T15:35:59.514Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-25T15:35:59.514Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-25T15:35:59.514Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:35:59.514Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-25T15:35:59.514Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:35:59.514Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-25T15:36:04.239Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-25T15:36:08.992Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-25T15:36:08.992Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-25T15:36:08.992Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-25T15:36:09.772Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-25T15:36:09.772Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-25T15:36:09.772Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-25T15:36:10.230Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-25T15:36:10.230Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.230Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-25T15:36:10.230Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.230Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-25T15:36:10.230Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.230Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-25T15:36:10.230Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunMount [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-25T15:36:10.691Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-25T15:36:10.691Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-25T15:36:11.947Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-25T15:36:14.981Z] INFO: Zapped successfully [2022-03-25T15:36:14.981Z] [2022-03-25T15:36:14.981Z] INFO: executeCI.ps1 exiting at Fri Mar 25 15:36:14 CUT 2022. Duration 01:12:22.1681532 [2022-03-25T15:36:14.981Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-25T15:36:15.220Z] Recording test results [2022-03-25T15:36:15.735Z] === RUN TestDockerSuite/TestLogsSince [2022-03-25T15:36:15.771Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-25T15:36:17.577Z] Creating win-2022-integration-bundles.zip [2022-03-25T15:36:19.242Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-25T15:36:19.242Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-25T15:36:19.242Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-25T15:36:19.242Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-25T15:36:19.242Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-25T15:36:19.242Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-25T15:36:19.242Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [Pipeline] archiveArtifacts [2022-03-25T15:36:19.315Z] Archiving artifacts [2022-03-25T15:36:20.466Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-25T15:36:21.387Z] + make clean [2022-03-25T15:36:22.350Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-25T15:36:22.350Z] docker-dev-cache [2022-03-25T15:36:22.350Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-25T15:36:25.021Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-25T15:36:26.160Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-25T15:36:26.160Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-25T15:36:26.160Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-25T15:36:26.160Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-25T15:36:26.160Z] === RUN TestDockerSuite/TestLogsTail [2022-03-25T15:36:29.110Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-25T15:36:32.899Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-25T15:36:35.321Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-25T15:36:35.321Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-25T15:36:35.850Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-25T15:36:35.850Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestNetHostname [2022-03-25T15:36:35.850Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-25T15:36:35.850Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-25T15:36:35.850Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-25T15:36:35.850Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestPluginActive [2022-03-25T15:36:35.850Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-25T15:36:35.850Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:36:35.850Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-25T15:36:36.318Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-25T15:36:36.318Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-25T15:36:36.318Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-25T15:36:36.318Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-25T15:36:36.318Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-25T15:36:36.318Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-25T15:36:36.318Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-25T15:36:36.318Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPortList [2022-03-25T15:36:36.318Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-25T15:36:36.318Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-25T15:36:36.853Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-25T15:36:39.753Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-25T15:36:42.650Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-25T15:36:43.470Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-25T15:36:43.470Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-25T15:36:43.470Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-25T15:36:43.470Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-25T15:36:43.470Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-25T15:36:43.470Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-25T15:36:43.470Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-25T15:36:43.470Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-03-25T15:36:43.470Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-25T15:36:43.616Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-25T15:36:46.512Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-25T15:36:46.512Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-25T15:36:46.512Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-25T15:36:46.512Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-25T15:36:46.512Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-25T15:36:46.512Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-25T15:36:46.512Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-25T15:36:46.512Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-25T15:36:46.512Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-25T15:36:50.236Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-25T15:36:50.236Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-25T15:36:50.236Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-25T15:36:50.236Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-25T15:36:50.236Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-25T15:36:50.236Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-25T15:36:50.236Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-25T15:36:50.236Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-25T15:36:50.236Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-25T15:36:50.236Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-25T15:36:50.236Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-25T15:36:50.626Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-25T15:36:50.626Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-03-25T15:36:50.626Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-25T15:37:00.536Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-25T15:37:00.536Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-25T15:37:00.536Z] === RUN TestDockerSuite/TestRunRm [2022-03-25T15:37:05.558Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-25T15:37:05.558Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-25T15:37:05.558Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-25T15:37:07.595Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-25T15:37:13.370Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-25T15:37:16.264Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-25T15:37:18.053Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-25T15:37:19.160Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-25T15:37:22.055Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-25T15:37:24.954Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-25T15:37:24.954Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-25T15:37:24.954Z] === RUN TestDockerSuite/TestRunState [2022-03-25T15:37:24.954Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-25T15:37:24.954Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-25T15:37:27.852Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-25T15:37:27.852Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-25T15:37:27.852Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-25T15:37:30.025Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-25T15:37:30.025Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-25T15:37:30.025Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-25T15:37:30.025Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-25T15:37:30.025Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-25T15:37:30.025Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-25T15:37:30.483Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-25T15:37:30.483Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-25T15:37:30.483Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-25T15:37:36.272Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-25T15:37:36.272Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-25T15:37:38.443Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-25T15:37:38.443Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-25T15:37:38.443Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-25T15:37:39.286Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-25T15:37:39.286Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-25T15:37:39.286Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-25T15:37:39.286Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-25T15:37:39.286Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-25T15:37:39.286Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-25T15:37:41.339Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-25T15:37:41.339Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-25T15:37:41.339Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-25T15:37:41.339Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-25T15:37:41.339Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-25T15:37:45.064Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-25T15:37:45.152Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-25T15:37:55.567Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-25T15:37:59.860Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-25T15:38:02.720Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-25T15:38:02.720Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-25T15:38:02.720Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-25T15:38:02.720Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-25T15:38:02.720Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-25T15:38:08.413Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-25T15:38:11.385Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-25T15:38:11.385Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:38:11.385Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-25T15:38:11.385Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-25T15:38:11.385Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-25T15:38:11.385Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-25T15:38:11.385Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-25T15:38:11.385Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-25T15:38:11.385Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-25T15:38:15.471Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-25T15:38:15.472Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-25T15:38:15.472Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-25T15:38:15.472Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-25T15:38:19.196Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-25T15:38:21.804Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-25T15:38:21.804Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-25T15:38:21.804Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-25T15:38:22.093Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-25T15:38:23.371Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-25T15:38:23.371Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-25T15:38:23.371Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-25T15:38:24.266Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-25T15:38:24.266Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-25T15:38:24.266Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-25T15:38:24.728Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-25T15:38:24.728Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-25T15:38:24.728Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-25T15:38:24.728Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-25T15:38:24.728Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-25T15:38:24.728Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-25T15:38:24.728Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-25T15:38:24.728Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-25T15:38:24.728Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-25T15:38:24.728Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-25T15:38:24.728Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-25T15:38:24.728Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-25T15:38:24.935Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-25T15:38:25.920Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-25T15:38:25.920Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-03-25T15:38:25.920Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-25T15:38:29.405Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-25T15:38:31.574Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-25T15:38:33.075Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-25T15:38:33.748Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-25T15:38:39.599Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-25T15:38:39.599Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-25T15:38:39.599Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-25T15:38:39.599Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-25T15:38:39.599Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-25T15:38:39.599Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-25T15:38:39.599Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-25T15:38:40.228Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-25T15:38:41.822Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-25T15:38:42.293Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-25T15:38:42.763Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-25T15:38:43.179Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-25T15:38:43.232Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-25T15:38:44.801Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-25T15:38:44.801Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-25T15:38:51.968Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-25T15:39:00.638Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-25T15:39:02.210Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-25T15:39:02.210Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:39:02.210Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-25T15:39:12.650Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-25T15:39:12.650Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:39:12.650Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-25T15:39:15.608Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-25T15:39:15.608Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-25T15:39:15.608Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-25T15:39:15.608Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-25T15:39:15.608Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-25T15:39:15.608Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-25T15:39:15.608Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-25T15:39:15.608Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-25T15:39:15.608Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-25T15:39:19.039Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-25T15:39:19.039Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:39:19.039Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-25T15:39:24.904Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-25T15:39:24.904Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-25T15:39:24.904Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-25T15:39:25.892Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-25T15:39:33.440Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-25T15:39:33.440Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-25T15:39:33.440Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-25T15:39:33.440Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-25T15:39:33.440Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-25T15:39:33.440Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-25T15:39:33.440Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-25T15:39:33.440Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:39:33.440Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-25T15:39:33.440Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-25T15:39:33.440Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-25T15:39:33.440Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:39:33.440Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-25T15:39:34.428Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-25T15:39:34.607Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-25T15:39:37.387Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-25T15:39:37.387Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-25T15:39:37.387Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-25T15:39:40.346Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-25T15:39:40.346Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-25T15:39:40.346Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-25T15:39:40.346Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-25T15:39:40.346Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-25T15:39:40.346Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:39:40.346Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-25T15:39:40.346Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-25T15:39:40.346Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-25T15:39:40.346Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:39:40.346Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-25T15:39:40.346Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:39:40.346Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-25T15:39:40.635Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-25T15:39:40.636Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:39:40.636Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-25T15:39:47.982Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-25T15:39:47.982Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-25T15:39:47.982Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-25T15:39:55.290Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-25T15:39:55.760Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-25T15:39:55.760Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-25T15:39:55.760Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:39:55.760Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-25T15:39:56.231Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-25T15:39:56.700Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-25T15:39:56.700Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-25T15:39:59.657Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-25T15:39:59.657Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-25T15:40:03.452Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-25T15:40:03.452Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-25T15:40:03.922Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-25T15:40:03.922Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-25T15:40:04.392Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-25T15:40:09.529Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-25T15:40:11.825Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-25T15:40:12.314Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-25T15:40:19.337Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-25T15:40:19.337Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:40:19.337Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-25T15:40:19.337Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-25T15:40:19.337Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-25T15:40:19.337Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-25T15:40:19.337Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-25T15:40:21.177Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-25T15:40:26.504Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-25T15:40:26.504Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-25T15:40:26.974Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-25T15:40:28.519Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-25T15:40:39.167Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-25T15:40:44.064Z] === RUN TestDockerSuite/TestRmiTag [2022-03-25T15:40:44.552Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-25T15:40:44.804Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-25T15:40:44.804Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.804Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite (3086.68s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.84s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.78s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (118.81s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2022-03-25T15:40:44.804Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:40:44.804Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.69s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.57s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.65s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.60s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (139.40s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.97s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.95s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.22s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.36s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.14s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.83s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.05s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.65s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.14s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (10.82s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.31s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.58s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.10s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.72s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.06s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.63s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddTar (54.30s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.58s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.95s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.79s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.42s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.30s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.16s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.01s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.54s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.94s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.79s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (40.79s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.31s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.47s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.67s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.27s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.67s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.91s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.19s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCmd (0.77s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.74s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.72s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.29s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.77s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.52s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.61s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.31s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.14s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.65s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.05s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.90s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.20s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.55s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.88s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.75s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.37s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.66s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (36.28s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.94s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (26.00s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.12s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.03s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.99s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.30s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (8.05s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignore (101.10s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.67s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (96.34s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.09s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.98s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (31.69s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.44s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (17.12s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (36.84s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.39s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.90s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (128.82s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.57s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.70s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.42s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.63s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.69s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.14s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.83s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.54s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.66s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.24s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.71s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.75s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.77s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFails (7.43s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.33s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.30s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.73s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFromGit (11.57s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.68s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.38s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.90s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.74s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.84s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildHistory (13.95s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.25s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.31s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.96s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.23s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLabel (1.16s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.82s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.16s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.76s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLabels (1.27s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.83s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.91s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.79s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.63s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (26.69s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.65s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (39.90s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (21.22s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.70s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (11.87s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.53s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (18.51s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.62s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.82s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:40:44.805Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.03s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.05s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.59s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.52s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-25T15:40:44.805Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.82s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.20s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.51s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildOnBuild (14.66s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.89s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.56s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.57s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.35s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.61s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.28s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.40s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.35s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (49.81s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (37.34s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildRm (15.70s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.58s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.85s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.51s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.42s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildShellInherited (10.30s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.52s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.86s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.82s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.86s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.52s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.81s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildStderr (4.99s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.49s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.46s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.51s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.07s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.94s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.61s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.71s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.15s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.22s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.11s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.24s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.56s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.11s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.52s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.54s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (26.08s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.59s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.55s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.58s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.70s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.44s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCommitChange (5.58s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.26s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.62s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCommitTTY (8.16s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (10.21s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.07s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.59s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.62s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.43s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.75s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.13s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.58s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.52s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.71s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.68s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.64s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.34s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.89s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.49s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.37s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.35s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.17s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.57s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.64s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.72s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.40s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.27s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.58s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.89s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.87s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.76s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.75s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000922630_} (7.77s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14092870179_c:\foo_false____} (2.79s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14092870179_c:\foo_true____} (2.71s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.77s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.66s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.54s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.89s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.76s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.67s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.87s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpToDot (7.79s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCpToStdout (2.85s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateArgs (0.22s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.29s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.44s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.25s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.83s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateRM (0.41s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.43s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.86s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.57s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.43s) [2022-03-25T15:40:44.806Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.22s) [2022-03-25T15:40:44.806Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.67s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.61s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.56s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.76s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (13.46s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsCopy (5.55s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.40s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.42s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.92s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.35s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.69s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.15s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFilters (5.32s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFormat (4.79s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsRename (2.55s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsResize (8.26s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.42s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.80s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.01s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.49s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.30s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.24s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.43s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.46s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.40s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.32s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.60s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.64s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecInspectID (5.16s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.10s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.11s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.62s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.54s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.55s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.66s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.78s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.12s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.09s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.71s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.19s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.27s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.33s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.61s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.91s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.00s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.42s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.32s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.43s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.35s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectDefault (2.42s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectHistory (4.98s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.49s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.37s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.22s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.40s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.39s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.38s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectStatus (2.93s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.79s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.53s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.58s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.39s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.41s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.35s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.39s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.09s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.14s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.92s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.68s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.68s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.61s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.24s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.47s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.85s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.72s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.51s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.26s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsSince (9.23s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsTail (2.99s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.74s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.45s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.69s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (9.60s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPsByOrder (9.22s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.16s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.75s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-03-25T15:40:44.807Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.22s) [2022-03-25T15:40:44.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.61s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.99s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.97s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.42s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.91s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.75s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.01s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.69s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.05s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.33s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (29.11s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.61s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.84s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.78s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (9.34s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.53s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.66s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.06s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.14s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.70s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.84s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.87s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiTag (0.81s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.84s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.06s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.10s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (10.96s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.38s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.25s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (9.86s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.30s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.24s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.39s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.70s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunBindMounts (10.05s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.89s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.96s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.43s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.98s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.74s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.76s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.70s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.39s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.99s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (7.52s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.60s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.76s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.61s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunExitCode (7.54s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (7.48s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.48s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.51s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.01s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.15s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.87s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.68s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.22s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (10.20s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.50s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.29s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.78s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.82s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.42s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.59s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.21s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunRm (7.69s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.96s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.13s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.83s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.57s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.26s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.61s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.40s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.10s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-25T15:40:44.808Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.17s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:40:44.808Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.83s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.62s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.59s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (12.94s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (10.15s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.54s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.30s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.74s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.74s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.63s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.96s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.45s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.33s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.54s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.46s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (17.37s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (7.40s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (7.38s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.58s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.03s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.41s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (16.17s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.58s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.79s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.56s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.35s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.24s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.40s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.78s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.42s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.47s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.45s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.56s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.69s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.57s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (15.20s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:40:44.809Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.69s) [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-25T15:40:44.809Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] --- PASS: TestDockerRegistrySuite (0.22s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.21s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:40:44.809Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:40:44.809Z] === RUN TestDockerSchema1RegistrySuite [2022-03-25T15:40:44.809Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-25T15:40:44.809Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-25T15:40:44.809Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-25T15:40:44.809Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-25T15:40:44.809Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-25T15:40:44.809Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-25T15:40:44.809Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.809Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-25T15:40:44.809Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-25T15:40:44.810Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-25T15:40:44.810Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-25T15:40:44.810Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-25T15:40:44.810Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-25T15:40:44.810Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-25T15:40:44.810Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-25T15:40:44.810Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-25T15:40:44.810Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-25T15:40:44.810Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-25T15:40:44.810Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-25T15:40:44.810Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-25T15:40:44.810Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-25T15:40:44.810Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-25T15:40:44.810Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-25T15:40:44.810Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-25T15:40:44.810Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-25T15:40:44.810Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:40:44.810Z] === RUN TestDockerDaemonSuite [2022-03-25T15:40:44.810Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-25T15:40:44.810Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-25T15:40:44.810Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-25T15:40:44.810Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:40:44.810Z] === RUN TestDockerSwarmSuite [2022-03-25T15:40:44.810Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-25T15:40:44.810Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:40:44.810Z] === RUN TestDockerExternalVolumeSuite [2022-03-25T15:40:44.810Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-25T15:40:44.810Z] === RUN TestDockerNetworkSuite [2022-03-25T15:40:44.810Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-25T15:40:44.810Z] === RUN TestDockerHubPullSuite [2022-03-25T15:40:44.810Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-25T15:40:44.810Z] PASS [2022-03-25T15:40:44.810Z] ok github.com/docker/docker/integration-cli 3087.223s [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === Skipped [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-25T15:40:44.810Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:40:44.810Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:40:44.810Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-03-25T15:40:44.810Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:40:44.810Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:40:44.810Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-25T15:40:44.810Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:40:44.810Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.810Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:40:44.810Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:40:44.810Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:40:44.810Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-25T15:40:44.810Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.06s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.06s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.03s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:40:44.810Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.810Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:40:44.810Z] [2022-03-25T15:40:44.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.95s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.95s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.47s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.47s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:40:44.811Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.45s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.03s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.03s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.03s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-03-25T15:40:44.811Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.40s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.811Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:40:44.811Z] [2022-03-25T15:40:44.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:40:44.811Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-25T15:40:44.812Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-25T15:40:44.812Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:40:44.812Z] docker_cli_sni_test.go:18: Flakey test [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-25T15:40:44.812Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-25T15:40:44.812Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-03-25T15:40:44.812Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:40:44.812Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-25T15:40:44.812Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:40:44.812Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.812Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:40:44.812Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:40:44.813Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:40:44.813Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-25T15:40:44.813Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExec (0.03s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-25T15:40:44.813Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:40:44.813Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:40:44.813Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:40:44.813Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:40:44.813Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:40:44.813Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-25T15:40:44.813Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:40:44.813Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.813Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:40:44.813Z] [2022-03-25T15:40:44.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:40:44.813Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s) [2022-03-25T15:40:44.814Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.03s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-25T15:40:44.814Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-25T15:40:44.814Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:40:44.814Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-25T15:40:44.814Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:40:44.814Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:40:44.814Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-03-25T15:40:44.814Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.03s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-25T15:40:44.814Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-25T15:40:44.814Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:40:44.814Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-03-25T15:40:44.814Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-25T15:40:44.814Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-25T15:40:44.814Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-25T15:40:44.814Z] [2022-03-25T15:40:44.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:40:44.814Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.814Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-25T15:40:44.815Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-25T15:40:44.815Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.03s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:40:44.815Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.815Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:40:44.815Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-25T15:40:44.816Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:40:44.816Z] [2022-03-25T15:40:44.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:40:44.816Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-25T15:40:45.285Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:40:45.285Z] [2022-03-25T15:40:45.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:40:45.285Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.285Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:40:45.285Z] [2022-03-25T15:40:45.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:40:45.285Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.285Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:40:45.285Z] [2022-03-25T15:40:45.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:40:45.285Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.285Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:40:45.285Z] [2022-03-25T15:40:45.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:40:45.285Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.285Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:40:45.285Z] [2022-03-25T15:40:45.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:40:45.285Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.285Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:40:45.285Z] [2022-03-25T15:40:45.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:40:45.285Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-25T15:40:45.286Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.286Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-25T15:40:45.286Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:40:45.287Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:40:45.287Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.287Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:40:45.287Z] [2022-03-25T15:40:45.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.21s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.21s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:40:45.288Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.288Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:40:45.288Z] [2022-03-25T15:40:45.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-25T15:40:45.289Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] DONE 1088 tests, 539 skipped in 3099.789s [2022-03-25T15:40:45.289Z] INFO: Integration tests ended at 03/25/2022 15:40:45. Duration:00:51:39.9708978 [2022-03-25T15:40:45.289Z] INFO: Docker info of the daemon under test at end of run [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] Containers: 2 [2022-03-25T15:40:45.289Z] Running: 0 [2022-03-25T15:40:45.289Z] Paused: 0 [2022-03-25T15:40:45.289Z] Stopped: 2 [2022-03-25T15:40:45.289Z] Images: 18 [2022-03-25T15:40:45.289Z] Server Version: 0.0.0-dev [2022-03-25T15:40:45.289Z] Storage Driver: windowsfilter [2022-03-25T15:40:45.289Z] Windows: [2022-03-25T15:40:45.289Z] Logging Driver: json-file [2022-03-25T15:40:45.289Z] Plugins: [2022-03-25T15:40:45.289Z] Volume: local [2022-03-25T15:40:45.289Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T15:40:45.289Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T15:40:45.289Z] Swarm: inactive [2022-03-25T15:40:45.289Z] Default Isolation: process [2022-03-25T15:40:45.289Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-25T15:40:45.289Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-03-25T15:40:45.289Z] OSType: windows [2022-03-25T15:40:45.289Z] Architecture: x86_64 [2022-03-25T15:40:45.289Z] CPUs: 4 [2022-03-25T15:40:45.289Z] Total Memory: 32GiB [2022-03-25T15:40:45.289Z] Name: azwin-2-815d20 [2022-03-25T15:40:45.289Z] ID: DPDU:O3SJ:JAVQ:KRJH:JOT3:5NUF:FFIK:V3KE:FZH2:I6O5:PXUG:5IIQ [2022-03-25T15:40:45.289Z] Docker Root Dir: D:\CI\PR-43378\3\daemon [2022-03-25T15:40:45.289Z] Debug Mode (client): false [2022-03-25T15:40:45.289Z] Debug Mode (server): true [2022-03-25T15:40:45.289Z] File Descriptors: -1 [2022-03-25T15:40:45.289Z] Goroutines: 17 [2022-03-25T15:40:45.289Z] System Time: 2022-03-25T15:40:45.1650446Z [2022-03-25T15:40:45.289Z] EventsListeners: 0 [2022-03-25T15:40:45.289Z] Registry: https://index.docker.io/v1/ [2022-03-25T15:40:45.289Z] Labels: [2022-03-25T15:40:45.289Z] Experimental: false [2022-03-25T15:40:45.289Z] Insecure Registries: [2022-03-25T15:40:45.289Z] 127.0.0.0/8 [2022-03-25T15:40:45.289Z] Live Restore Enabled: false [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] [2022-03-25T15:40:45.289Z] INFO: Stopping daemon under test [2022-03-25T15:40:45.758Z] SUCCESS: The process with PID 4800 (child process of PID 820) has been terminated. [2022-03-25T15:40:45.758Z] SUCCESS: The process with PID 820 (child process of PID 2036) has been terminated. [2022-03-25T15:40:45.758Z] INFO: Stop tailing logs of the daemon under tests [2022-03-25T15:40:45.758Z] INFO: executeCI.ps1 Completed successfully at 03/25/2022 15:40:45. [2022-03-25T15:40:45.758Z] INFO: Tidying up at end of run [2022-03-25T15:40:45.758Z] INFO: Saving daemon under test log (d:\CI\PR-43378\3\dut.out) to bundles\CIDUT.out [2022-03-25T15:40:45.758Z] INFO: Saving daemon under test log (d:\CI\PR-43378\3\dut.err) to bundles\CIDUT.err [2022-03-25T15:40:45.758Z] INFO: Saving containerd logs to bundles [2022-03-25T15:40:45.758Z] INFO: Nuke-Everything... [2022-03-25T15:40:46.227Z] INFO: Container count on control daemon to delete is 2 [2022-03-25T15:40:46.696Z] b7e9880d3d09 [2022-03-25T15:40:46.696Z] c17a461b7b1a [2022-03-25T15:40:46.696Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-25T15:40:47.604Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-25T15:40:48.266Z] Deleted: sha256:826b07b902fca70820db7a8f900a0d806526f210425a425d9635f45967ffbd4c [2022-03-25T15:40:48.266Z] Deleted: sha256:4b6d887a0711b314b82e7b61ee2f20a9d08cabda24ea303caf29680d5d88dfac [2022-03-25T15:40:48.266Z] INFO: Tidying pidfile d:\CI\PR-43378\3\docker.pid [2022-03-25T15:40:48.736Z] INFO: Nuking d:\CI [2022-03-25T15:41:13.321Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-25T15:41:13.814Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-25T15:41:19.844Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-25T15:41:21.470Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-25T15:41:21.470Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-25T15:41:21.470Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-25T15:41:21.470Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-25T15:41:21.470Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-25T15:41:21.470Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-25T15:41:21.470Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-25T15:41:21.470Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-25T15:41:21.470Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-25T15:41:21.470Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-25T15:41:21.470Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-25T15:41:21.470Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-25T15:41:21.470Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-25T15:41:21.470Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-25T15:41:21.470Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-25T15:41:23.716Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-25T15:41:23.716Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-25T15:41:23.716Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-25T15:41:23.716Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-25T15:41:23.716Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-25T15:41:24.601Z] INFO: Zapped successfully [2022-03-25T15:41:24.601Z] [2022-03-25T15:41:24.601Z] INFO: executeCI.ps1 exiting at Fri Mar 25 15:41:24 CUT 2022. Duration 01:15:16.4881296 [2022-03-25T15:41:24.601Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-25T15:41:24.839Z] Recording test results [2022-03-25T15:41:25.500Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-25T15:41:27.182Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-25T15:41:29.565Z] Archiving artifacts [2022-03-25T15:41:30.714Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-25T15:41:30.878Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-25T15:41:31.699Z] + make clean [2022-03-25T15:41:32.665Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-25T15:41:32.665Z] docker-dev-cache [2022-03-25T15:41:32.665Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-25T15:41:35.638Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-25T15:41:38.592Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-25T15:41:42.391Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-25T15:41:46.184Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-25T15:41:46.184Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-25T15:41:53.344Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-25T15:41:53.344Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.344Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-25T15:41:53.344Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.344Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-25T15:41:53.345Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-25T15:41:53.345Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-25T15:41:57.138Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-25T15:41:57.138Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-25T15:41:57.138Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-25T15:42:01.087Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-25T15:42:01.087Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-25T15:42:01.087Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-25T15:42:01.087Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-25T15:42:01.556Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-25T15:42:04.512Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-25T15:42:04.512Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-25T15:42:04.512Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-25T15:42:04.512Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-25T15:42:04.512Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-25T15:42:04.512Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-25T15:42:04.512Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-25T15:42:04.512Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-25T15:42:04.512Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-25T15:42:04.512Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-25T15:42:04.512Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-25T15:42:04.512Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-25T15:42:04.512Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-25T15:42:04.512Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-25T15:42:04.512Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-25T15:42:07.467Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-25T15:42:11.259Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-25T15:42:14.215Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-25T15:42:14.215Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-25T15:42:14.215Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-25T15:42:14.215Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-25T15:42:14.215Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-25T15:42:14.215Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-25T15:42:14.215Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-25T15:42:18.008Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-25T15:42:18.008Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-25T15:42:18.008Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-25T15:42:18.008Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-25T15:42:18.008Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-25T15:42:18.008Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-25T15:42:18.008Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-25T15:42:18.008Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-25T15:42:18.008Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-25T15:42:20.224Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-25T15:42:28.894Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-25T15:42:28.894Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-25T15:42:28.894Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-25T15:42:28.894Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-25T15:42:28.894Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-25T15:42:28.894Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-25T15:42:28.894Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-25T15:42:28.894Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-25T15:42:28.894Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-25T15:42:28.894Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-25T15:42:28.894Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-25T15:42:28.894Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-25T15:42:28.894Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-25T15:42:31.855Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-25T15:42:31.855Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-25T15:42:31.856Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-25T15:42:32.324Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-25T15:42:32.324Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-25T15:42:32.324Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-25T15:42:36.119Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-25T15:42:39.917Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-25T15:42:39.917Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-25T15:42:39.917Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-25T15:42:42.876Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-25T15:42:42.876Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-25T15:42:42.876Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-25T15:42:42.876Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:42:42.876Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-25T15:42:42.876Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-25T15:42:42.876Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-25T15:42:46.676Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-25T15:42:50.472Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-25T15:42:54.267Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-25T15:42:57.223Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-25T15:42:57.223Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-25T15:42:57.223Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-25T15:42:57.223Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-25T15:42:57.223Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-25T15:42:57.223Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-25T15:42:57.223Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-25T15:42:57.223Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-25T15:43:04.385Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-25T15:43:04.385Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-25T15:43:04.385Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-25T15:43:04.385Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-25T15:43:04.385Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-25T15:43:04.385Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-25T15:43:04.385Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-25T15:43:04.385Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-25T15:43:04.385Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:43:04.385Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-25T15:43:04.385Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:43:04.385Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-25T15:43:13.061Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-25T15:43:13.061Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-25T15:43:13.061Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunMount [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-25T15:43:15.280Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-25T15:43:15.280Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-25T15:43:25.708Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-25T15:43:25.708Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-25T15:43:25.708Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-25T15:43:25.708Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-25T15:43:25.708Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-25T15:43:25.708Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-25T15:43:25.708Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-25T15:43:32.870Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-25T15:43:38.740Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-25T15:43:38.740Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-25T15:43:38.740Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-25T15:43:38.740Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-25T15:43:39.213Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-25T15:43:39.213Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-25T15:43:39.213Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-25T15:43:39.213Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-25T15:43:39.213Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-25T15:43:39.213Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-25T15:43:39.213Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-25T15:43:39.213Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-25T15:43:39.213Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-25T15:43:39.213Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-25T15:43:39.213Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-25T15:43:39.213Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-25T15:43:39.213Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-25T15:43:39.213Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-25T15:43:39.213Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-25T15:43:39.687Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-25T15:43:41.257Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-25T15:43:43.475Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-25T15:43:46.433Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-25T15:43:47.420Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-25T15:43:50.375Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-25T15:43:50.844Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-25T15:43:50.844Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-25T15:43:50.844Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-25T15:43:50.844Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-25T15:43:50.844Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-25T15:43:50.844Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-25T15:43:50.844Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-25T15:43:50.844Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-25T15:43:50.844Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-25T15:43:50.844Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-25T15:43:50.844Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-25T15:43:50.844Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-25T15:43:50.844Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-25T15:43:50.844Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-25T15:43:50.844Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-25T15:43:50.844Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-25T15:43:55.602Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-25T15:43:55.602Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-25T15:43:55.602Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-25T15:43:55.602Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-25T15:43:55.602Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-25T15:43:55.602Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-25T15:43:55.602Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-25T15:43:55.602Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-25T15:43:55.602Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-25T15:43:55.602Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-25T15:43:55.602Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-25T15:44:08.112Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-25T15:44:08.112Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-25T15:44:08.112Z] === RUN TestDockerSuite/TestRunRm [2022-03-25T15:44:11.063Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-25T15:44:18.220Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-25T15:44:21.179Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-25T15:44:24.972Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-25T15:44:29.726Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-25T15:44:29.726Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-25T15:44:29.726Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-25T15:44:29.726Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-25T15:44:29.726Z] === RUN TestDockerSuite/TestRunState [2022-03-25T15:44:29.726Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-25T15:44:29.726Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-25T15:44:32.678Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-25T15:44:32.678Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-25T15:44:32.678Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-25T15:44:33.146Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-25T15:44:33.146Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-25T15:44:33.146Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-25T15:44:33.146Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-25T15:44:33.146Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-25T15:44:33.146Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-25T15:44:33.146Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-25T15:44:33.146Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-25T15:44:33.147Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-25T15:44:39.017Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-25T15:44:39.017Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.017Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-25T15:44:39.017Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.017Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-25T15:44:39.017Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.017Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-25T15:44:39.017Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.018Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-25T15:44:39.018Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-25T15:44:39.018Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-25T15:44:39.018Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.018Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-25T15:44:39.018Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.018Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-25T15:44:39.018Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.018Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-25T15:44:39.018Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.018Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-25T15:44:39.018Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-25T15:44:39.018Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-25T15:44:42.809Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-25T15:44:42.809Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-25T15:44:42.809Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-25T15:44:46.604Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-25T15:44:46.604Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-25T15:44:46.604Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-25T15:44:46.604Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-25T15:44:46.604Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-25T15:44:50.394Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-25T15:45:00.820Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-25T15:45:07.983Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-25T15:45:20.563Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-25T15:45:20.563Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-25T15:45:20.563Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-25T15:45:20.563Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-25T15:45:24.355Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-25T15:45:28.149Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-25T15:45:31.944Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-25T15:45:31.944Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-25T15:45:31.944Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-25T15:45:31.944Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-25T15:45:31.944Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-25T15:45:31.944Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-25T15:45:31.944Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-25T15:45:37.820Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-25T15:45:40.773Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-25T15:45:42.990Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-25T15:45:50.149Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-25T15:45:50.149Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-25T15:45:50.149Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-25T15:45:50.149Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-25T15:45:50.149Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-25T15:45:50.149Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-25T15:45:50.149Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-25T15:45:53.103Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-25T15:45:53.103Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-25T15:45:53.571Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-25T15:45:53.571Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-25T15:45:55.789Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-25T15:45:55.789Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-25T15:45:58.741Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-25T15:46:02.541Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-25T15:46:06.333Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-25T15:46:06.333Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:46:06.333Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-25T15:46:18.829Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-25T15:46:18.829Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:46:18.829Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-25T15:46:23.586Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-25T15:46:23.586Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-25T15:46:23.586Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-25T15:46:23.586Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-25T15:46:23.586Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-25T15:46:23.586Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-25T15:46:23.586Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-25T15:46:23.586Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-25T15:46:23.586Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-25T15:46:34.020Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-25T15:46:34.020Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-25T15:46:34.020Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-25T15:46:34.020Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-25T15:46:34.020Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-25T15:46:34.020Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-25T15:46:34.020Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-25T15:46:34.020Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:46:34.020Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-25T15:46:34.020Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-25T15:46:34.020Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-25T15:46:34.020Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:46:34.020Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-25T15:46:36.236Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-25T15:46:40.989Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-25T15:46:40.989Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-25T15:46:40.989Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-25T15:46:44.780Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-25T15:46:44.780Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-25T15:46:44.780Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-25T15:46:44.780Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-25T15:46:44.780Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-25T15:46:44.780Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:46:44.780Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-25T15:46:44.780Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-25T15:46:44.780Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-25T15:46:44.780Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:46:44.780Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-25T15:46:44.780Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:46:44.780Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-25T15:47:02.593Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-25T15:47:02.593Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-25T15:47:02.593Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-25T15:47:02.593Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:47:02.593Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-25T15:47:02.593Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-25T15:47:02.593Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-25T15:47:02.593Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-25T15:47:05.549Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-25T15:47:05.549Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-25T15:47:09.341Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-25T15:47:09.810Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-25T15:47:10.279Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-25T15:47:10.279Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-25T15:47:10.279Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-25T15:47:22.772Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-25T15:47:22.772Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:47:22.772Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-25T15:47:22.773Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-25T15:47:22.773Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-25T15:47:22.773Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-25T15:47:22.773Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-25T15:47:33.193Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-25T15:47:33.193Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-25T15:47:33.193Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-25T15:47:48.126Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-25T15:47:48.126Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.126Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite (2990.36s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.88s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.32s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.80s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (90.01s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.15s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.56s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.61s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-25T15:47:48.126Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.67s) [2022-03-25T15:47:48.126Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (95.16s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.60s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (8.00s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.81s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.22s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.14s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.66s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.84s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.46s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.76s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.60s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.24s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.45s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.87s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.43s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.60s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddTar (41.90s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.72s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.13s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.39s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.98s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.11s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.39s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.18s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.55s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.74s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (31.47s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.45s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.73s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.01s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.69s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.74s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.13s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCmd (0.68s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.63s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.30s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.59s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.45s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.31s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.17s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.62s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.89s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.09s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (45.03s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.81s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.73s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.59s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.65s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.69s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.88s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.27s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.22s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.05s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.16s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.21s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.05s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignore (63.33s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (8.09s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (72.19s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.99s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (26.39s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.82s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.07s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.44s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.81s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.69s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (95.48s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.60s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.78s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.32s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.66s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.26s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.11s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.97s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.51s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.21s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.83s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.77s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.79s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFails (3.45s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.81s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.20s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.31s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.63s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.77s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.82s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.68s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.43s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildHistory (13.31s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.18s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.19s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.92s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.00s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLabel (1.20s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.74s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.20s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLabels (1.21s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.89s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.90s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.66s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.72s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.58s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.58s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.66s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (43.01s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.81s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.83s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.30s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.81s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.36s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.78s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:47:48.596Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-25T15:47:48.596Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.97s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (6.01s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (11.07s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.88s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.17s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.63s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.65s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.81s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.09s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (12.14s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (7.28s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.76s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.56s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.50s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (53.14s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildRm (17.52s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.49s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.72s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.98s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.95s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.17s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.05s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.77s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.49s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.47s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildStderr (6.14s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.60s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.68s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.68s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.60s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.98s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.62s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.67s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.05s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.14s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.12s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.87s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.85s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.96s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.39s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.58s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.92s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.51s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.60s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.69s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.44s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.71s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCommitChange (6.68s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.11s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.58s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCommitTTY (9.56s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.05s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.59s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (10.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.90s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.57s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.91s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.05s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.04s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.62s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.25s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.22s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.29s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.51s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.52s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.55s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.34s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.34s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.53s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.53s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (7.16s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.46s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.42s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.01s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.27s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.49s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.20s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.73s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.35s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.55s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.35s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.46s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004630_} (3.37s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13988566152_c:\foo_false____} (3.30s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13988566152_c:\foo_true____} (3.32s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.49s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.65s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.54s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.54s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.53s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.52s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.20s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.67s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpToDot (3.55s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCpToStdout (3.51s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.33s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.37s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.71s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.80s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateRM (0.50s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.48s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.30s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.54s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.59s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:47:48.597Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.47s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.37s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.60s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.55s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsCopy (6.35s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.27s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.49s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.94s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.84s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.12s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.17s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsFilters (7.09s) [2022-03-25T15:47:48.597Z] --- PASS: TestDockerSuite/TestEventsFormat (7.03s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsRename (3.68s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsResize (33.86s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.35s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.16s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.88s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.87s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.40s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.46s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.55s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.07s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.12s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.08s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (6.78s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.05s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecInspectID (6.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.36s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.00s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.38s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.38s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.43s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.42s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.41s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.18s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.08s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.18s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.10s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.29s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.53s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.75s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.06s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.35s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.46s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.31s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.30s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectDefault (3.27s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectHistory (5.81s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.31s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.94s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.27s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.41s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.55s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.50s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectStatus (4.09s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.24s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.00s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.52s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.17s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.42s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.43s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.40s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.59s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.73s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (7.10s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.58s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.35s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.99s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.92s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.88s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.04s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.84s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.43s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.40s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsSince (10.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsTail (3.76s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.56s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.32s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.77s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.66s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsByOrder (14.06s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.92s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.56s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.37s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.55s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.49s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.19s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.77s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.39s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.22s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.60s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (31.46s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.82s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.90s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.32s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.12s) [2022-03-25T15:47:48.598Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (6.90s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.42s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.94s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.15s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.85s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.56s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.06s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.72s) [2022-03-25T15:47:48.598Z] --- PASS: TestDockerSuite/TestRmiTag (0.72s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.29s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.13s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.89s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.31s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.37s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.44s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.59s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.41s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.47s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.67s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.74s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunBindMounts (7.38s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.47s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.33s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.20s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.58s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.49s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.42s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.61s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.17s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (8.26s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.58s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.21s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.51s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.56s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.60s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunExitCode (3.66s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.45s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.79s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.34s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.08s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.60s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.74s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.10s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.37s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.18s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.56s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.38s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.33s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.57s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.34s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.23s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.60s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.09s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunRm (3.48s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.44s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.55s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.63s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.20s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.37s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.54s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.72s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.46s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.34s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.26s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.64s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (7.22s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (10.57s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.22s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.98s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.86s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.61s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.82s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.83s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.52s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (7.10s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.40s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.70s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.45s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.35s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.49s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.59s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (11.10s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.18s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.57s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.45s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.03s) [2022-03-25T15:47:48.599Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:47:48.599Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.14s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.90s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.12s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.56s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.71s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.53s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.40s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.85s) [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-25T15:47:48.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] --- PASS: TestDockerRegistrySuite (0.17s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-25T15:47:48.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-25T15:47:48.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-25T15:47:48.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-25T15:47:48.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-25T15:47:48.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-25T15:47:48.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-25T15:47:48.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-25T15:47:48.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-25T15:47:48.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-25T15:47:48.600Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-25T15:47:48.600Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-25T15:47:48.600Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-25T15:47:48.600Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-25T15:47:48.600Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:47:48.600Z] === RUN TestDockerDaemonSuite [2022-03-25T15:47:48.600Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-25T15:47:48.600Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-25T15:47:48.600Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-25T15:47:48.600Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:47:48.600Z] === RUN TestDockerSwarmSuite [2022-03-25T15:47:48.600Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-25T15:47:48.600Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.600Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:47:48.600Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:47:48.601Z] === RUN TestDockerExternalVolumeSuite [2022-03-25T15:47:48.601Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-25T15:47:48.601Z] === RUN TestDockerNetworkSuite [2022-03-25T15:47:48.601Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-25T15:47:48.601Z] === RUN TestDockerHubPullSuite [2022-03-25T15:47:48.601Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-25T15:47:48.601Z] PASS [2022-03-25T15:47:48.601Z] ok github.com/docker/docker/integration-cli 2990.821s [2022-03-25T15:47:48.601Z] [2022-03-25T15:47:48.601Z] === Skipped [2022-03-25T15:47:48.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-25T15:47:48.601Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-25T15:47:48.601Z] [2022-03-25T15:47:48.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:47:48.601Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-25T15:47:48.601Z] [2022-03-25T15:47:48.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:47:48.601Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-25T15:47:48.601Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-25T15:47:48.601Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-25T15:47:49.070Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:47:49.070Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:47:49.070Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-25T15:47:49.070Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:47:49.070Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:47:49.070Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:47:49.070Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-25T15:47:49.070Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:47:49.070Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:47:49.070Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-25T15:47:49.070Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.60s) [2022-03-25T15:47:49.070Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.60s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.39s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.39s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.46s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.070Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-25T15:47:49.070Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.070Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-25T15:47:49.070Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:47:49.071Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-25T15:47:49.071Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.51s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.51s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-25T15:47:49.071Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.49s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:47:49.071Z] docker_cli_sni_test.go:18: Flakey test [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.071Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:47:49.071Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.071Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-25T15:47:49.071Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.04s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.04s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-25T15:47:49.072Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.03s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.03s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.03s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-25T15:47:49.072Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-25T15:47:49.072Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:47:49.072Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:47:49.072Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:47:49.072Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:47:49.072Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.072Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-25T15:47:49.072Z] [2022-03-25T15:47:49.072Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:47:49.072Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-25T15:47:49.073Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:47:49.073Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:47:49.073Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-25T15:47:49.073Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:47:49.073Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-25T15:47:49.073Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:47:49.073Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:47:49.073Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:47:49.073Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:47:49.073Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:47:49.073Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:47:49.073Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-25T15:47:49.073Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:47:49.073Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-25T15:47:49.073Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:47:49.073Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:47:49.073Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-25T15:47:49.073Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-25T15:47:49.073Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-25T15:47:49.073Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:47:49.073Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.073Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-25T15:47:49.073Z] [2022-03-25T15:47:49.073Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:47:49.074Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-25T15:47:49.074Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-25T15:47:49.074Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-25T15:47:49.074Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-25T15:47:49.074Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-25T15:47:49.074Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:47:49.074Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-25T15:47:49.074Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-25T15:47:49.074Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.074Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:47:49.074Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.074Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-25T15:47:49.074Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.05s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-25T15:47:49.075Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.075Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-25T15:47:49.075Z] [2022-03-25T15:47:49.075Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-25T15:47:49.076Z] [2022-03-25T15:47:49.076Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:47:49.076Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.076Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:47:49.544Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.544Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-25T15:47:49.544Z] [2022-03-25T15:47:49.544Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-25T15:47:49.545Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-25T15:47:49.545Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-25T15:47:49.545Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-25T15:47:49.545Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:47:49.545Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.545Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-25T15:47:49.545Z] [2022-03-25T15:47:49.545Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:47:49.546Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:47:49.546Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-25T15:47:49.546Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:47:49.546Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:47:49.546Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:47:49.546Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.16s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:47:49.546Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.546Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-25T15:47:49.546Z] [2022-03-25T15:47:49.546Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-25T15:47:49.547Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] DONE 1088 tests, 544 skipped in 3004.309s [2022-03-25T15:47:49.547Z] INFO: Integration tests ended at 03/25/2022 15:47:49. Duration:00:50:04.4881300 [2022-03-25T15:47:49.547Z] INFO: Docker info of the daemon under test at end of run [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] Containers: 2 [2022-03-25T15:47:49.547Z] Running: 0 [2022-03-25T15:47:49.547Z] Paused: 0 [2022-03-25T15:47:49.547Z] Stopped: 2 [2022-03-25T15:47:49.547Z] Images: 18 [2022-03-25T15:47:49.547Z] Server Version: 0.0.0-dev [2022-03-25T15:47:49.547Z] Storage Driver: windowsfilter [2022-03-25T15:47:49.547Z] Windows: [2022-03-25T15:47:49.547Z] Logging Driver: json-file [2022-03-25T15:47:49.547Z] Plugins: [2022-03-25T15:47:49.547Z] Volume: local [2022-03-25T15:47:49.547Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-25T15:47:49.547Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-25T15:47:49.547Z] Swarm: inactive [2022-03-25T15:47:49.547Z] Default Isolation: process [2022-03-25T15:47:49.547Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-25T15:47:49.547Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-03-25T15:47:49.547Z] OSType: windows [2022-03-25T15:47:49.547Z] Architecture: x86_64 [2022-03-25T15:47:49.547Z] CPUs: 4 [2022-03-25T15:47:49.547Z] Total Memory: 32GiB [2022-03-25T15:47:49.547Z] Name: azwin-2-18e000 [2022-03-25T15:47:49.547Z] ID: XOBR:6KW5:EA76:2X4B:IAAD:H6KX:IQKI:DX6I:PY6V:3SQT:EQRM:3ZGI [2022-03-25T15:47:49.547Z] Docker Root Dir: D:\CI\PR-43378\3\daemon [2022-03-25T15:47:49.547Z] Debug Mode (client): false [2022-03-25T15:47:49.547Z] Debug Mode (server): true [2022-03-25T15:47:49.547Z] File Descriptors: -1 [2022-03-25T15:47:49.547Z] Goroutines: 44 [2022-03-25T15:47:49.547Z] System Time: 2022-03-25T15:47:49.3322364Z [2022-03-25T15:47:49.547Z] EventsListeners: 0 [2022-03-25T15:47:49.547Z] Registry: https://index.docker.io/v1/ [2022-03-25T15:47:49.547Z] Labels: [2022-03-25T15:47:49.547Z] Experimental: false [2022-03-25T15:47:49.547Z] Insecure Registries: [2022-03-25T15:47:49.547Z] 127.0.0.0/8 [2022-03-25T15:47:49.547Z] Live Restore Enabled: false [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] [2022-03-25T15:47:49.547Z] INFO: Stopping daemon under test [2022-03-25T15:47:50.015Z] SUCCESS: The process with PID 3960 (child process of PID 2828) has been terminated. [2022-03-25T15:47:50.015Z] SUCCESS: The process with PID 2828 (child process of PID 2540) has been terminated. [2022-03-25T15:47:50.015Z] INFO: Stop tailing logs of the daemon under tests [2022-03-25T15:47:50.015Z] INFO: executeCI.ps1 Completed successfully at 03/25/2022 15:47:49. [2022-03-25T15:47:50.015Z] INFO: Tidying up at end of run [2022-03-25T15:47:50.015Z] INFO: Saving daemon under test log (d:\CI\PR-43378\3\dut.out) to bundles\CIDUT.out [2022-03-25T15:47:50.015Z] INFO: Saving daemon under test log (d:\CI\PR-43378\3\dut.err) to bundles\CIDUT.err [2022-03-25T15:47:50.015Z] INFO: Saving containerd logs to bundles [2022-03-25T15:47:50.015Z] INFO: Nuke-Everything... [2022-03-25T15:47:50.015Z] INFO: Container count on control daemon to delete is 2 [2022-03-25T15:47:50.484Z] 12179c43424d [2022-03-25T15:47:50.484Z] 38a2d3389dbf [2022-03-25T15:47:50.484Z] INFO: Tidying pidfile d:\CI\PR-43378\3\docker.pid [2022-03-25T15:47:50.484Z] INFO: Killing containerd with PID 4292 [2022-03-25T15:47:50.484Z] INFO: Nuking d:\CI [2022-03-25T15:48:20.638Z] INFO: Zapped successfully [2022-03-25T15:48:20.638Z] [2022-03-25T15:48:20.638Z] INFO: executeCI.ps1 exiting at Fri Mar 25 15:48:17 CUT 2022. Duration 01:19:26.0902208 [2022-03-25T15:48:20.638Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-25T15:48:20.901Z] Recording test results [2022-03-25T15:48:28.940Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-25T15:48:30.470Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-25T15:48:32.910Z] Archiving artifacts [2022-03-25T15:48:47.565Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43378/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-25T15:48:48.523Z] + make clean [2022-03-25T15:48:50.741Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-25T15:48:50.741Z] docker-dev-cache [2022-03-25T15:48:50.741Z] 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